summaryrefslogtreecommitdiff
path: root/configs/samples
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-01-14 06:32:04 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-01-14 06:32:04 -0600
commit236896f39172e3f97d69f0a8ab2593ac259d745f (patch)
tree8c94c9b1d0e69689426feff01f8783b33fa8f51d /configs/samples
parentcaba57631d87935d984a211df8ef14ecb5e04722 (diff)
parent22801a06ee26993db9ad26b39b83315de29410cb (diff)
Merge "pjsip: Add option global/regcontext" into 13
Diffstat (limited to 'configs/samples')
-rw-r--r--configs/samples/pjsip.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample
index 215245d84..a91ece97b 100644
--- a/configs/samples/pjsip.conf.sample
+++ b/configs/samples/pjsip.conf.sample
@@ -888,6 +888,10 @@
; startup that qualifies should be attempted on all
; contacts. If greater than the qualify_frequency
; for an aor, qualify_frequency will be used instead.
+; If regcontext is specified, Asterisk will dynamically create and destroy a
+; NoOp priority 1 extension for a given endpoint who registers or unregisters
+; with us. The extension added is the name of the endpoint.
+;regcontext=sipregistrations
; MODULE PROVIDING BELOW SECTION(S): res_pjsip_acl
;==========================ACL SECTION OPTIONS=========================