From e7a232daeb8eaf511936988f8a3f01c8977ab9fe Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Mon, 25 Nov 2024 22:59:22 -0500 Subject: [PATCH] [asterisk] Remove existing contacts on registration --- roles/asterisk/templates/pjsip.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/asterisk/templates/pjsip.conf.j2 b/roles/asterisk/templates/pjsip.conf.j2 index aba2a4c..39472b8 100644 --- a/roles/asterisk/templates/pjsip.conf.j2 +++ b/roles/asterisk/templates/pjsip.conf.j2 @@ -49,6 +49,7 @@ username=101 [101] type=aor max_contacts=1 +remove_existing=yes [102] type=endpoint @@ -68,6 +69,7 @@ username=102 [102] type=aor max_contacts=1 +remove_existing=yes [pstn] type=endpoint