From 12236c6c8dc3c18586eb67cb6a88574efcf27129 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Tue, 3 Dec 2024 17:52:28 -0500 Subject: [PATCH] [asterisk] Fix re-registration of the pstn endpoint --- roles/asterisk/templates/pjsip.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/asterisk/templates/pjsip.conf.j2 b/roles/asterisk/templates/pjsip.conf.j2 index ac7c841..247cd95 100644 --- a/roles/asterisk/templates/pjsip.conf.j2 +++ b/roles/asterisk/templates/pjsip.conf.j2 @@ -89,3 +89,4 @@ username=pstn [pstn] type=aor max_contacts=1 +remove_existing=yes