summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-05-18 14:07:46 +0000
committerJoshua Colp <jcolp@digium.com>2006-05-18 14:07:46 +0000
commit6d603ec09c3ae0e612d15c83267b9e28a50cd35e (patch)
tree70c26ede8db35e673ce37eaf4a0537de370e226d /configs
parente4bedcd7e8ec1cf2ceefaa10e20d7494c61db0b1 (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: https://origsvn.digium.com/svn/asterisk/trunk@28168 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-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
;