pespin has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/36650?usp=email )
Change subject: asterisk: pjsip.conf: Mark templates accordingly ......................................................................
asterisk: pjsip.conf: Mark templates accordingly
Mark templates as such, in order to remove error messages during asterisk setup when trying to apply the templates (which lack fields such as "username", provided by config sections using the templates).
Reference: https://docs.asterisk.org/Fundamentals/Asterisk-Configuration/Asterisk-Confi...
Change-Id: Ia132c2e90cf6ee44145ca2e2555cf2dc6c1cfd51 --- M ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf 1 file changed, 18 insertions(+), 4 deletions(-)
Approvals: laforge: Looks good to me, but someone else must approve pespin: Looks good to me, approved Jenkins Builder: Verified jolly: Looks good to me, but someone else must approve
diff --git a/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf b/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf index 39cf9bb..57cab41 100644 --- a/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf +++ b/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf @@ -7,8 +7,7 @@ ;external_media_address=[obfuscated] ;external_signaling_address=[obfuscated]
- -[endpoint_phone_template] +[endpoint_phone_template](!) type=endpoint transport=transport-udp context=from-phone @@ -16,11 +15,11 @@ allow=alaw allow=ulaw
-[auth_phone_template] +[auth_phone_template](!) type=auth auth_type=userpass
-[aor_phone_template] +[aor_phone_template](!) type=aor max_contacts=1 remove_existing=yes