From 6d603ec09c3ae0e612d15c83267b9e28a50cd35e Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Thu, 18 May 2006 14:07:46 +0000 Subject: 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 --- configs/sip.conf.sample | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'configs/sip.conf.sample') 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 ; -- cgit v1.2.3