aboutsummaryrefslogtreecommitdiffstats
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-18 14:07:46 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-18 14:07:46 +0000
commitf261c09f7d1e9de13761e1bc0d4f6939faba808b (patch)
tree70c26ede8db35e673ce37eaf4a0537de370e226d /configs/sip.conf.sample
parent950794c189d79caaa9a07fe5eb62cb1a7cfde628 (diff)
Allow contexts in regexten so that extensions can be added to multiple contexts when peer registers (issue #6869 reported by and created by Marquis)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28168 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/sip.conf.sample')
-rw-r--r--configs/sip.conf.sample9
1 files changed, 6 insertions, 3 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index c4cbf0e66..178e29b00 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -139,9 +139,12 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;
; If regcontext is specified, Asterisk will dynamically create and destroy a
; NoOp priority 1 extension for a given peer who registers or unregisters with
-; us. The actual extension is the 'regexten' parameter of the registering
-; peer or its name if 'regexten' is not provided. More than one regexten may
-; be supplied if they are separated by '&'. Patterns may be used in regexten.
+; us. Multiple contexts may be specified by separating them with '&'. The
+; actual extension is the 'regexten' parameter of the registering peer or its
+; name if 'regexten' is not provided. If more than one context is provided,
+; the context must be specified within regexten by appending the desired
+; context after '@'. More than one regexten may be supplied if they are
+; separated by '&'. Patterns may be used in regexten.
;
;regcontext=sipregistrations
;