[asterisk-commits] branch 1.2 r30239 - /branches/1.2/configs/extensions.conf.sample

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu May 25 08:27:45 MST 2006


Author: file
Date: Thu May 25 10:27:44 2006
New Revision: 30239

URL: http://svn.digium.com/view/asterisk?rev=30239&view=rev
Log:
Get rid of an incorrect SIP dial string in the sample extensions.conf - I even tried variations... no go (issue #7222 reported by arkadia)

Modified:
    branches/1.2/configs/extensions.conf.sample

Modified: branches/1.2/configs/extensions.conf.sample
URL: http://svn.digium.com/view/asterisk/branches/1.2/configs/extensions.conf.sample?rev=30239&r1=30238&r2=30239&view=diff
==============================================================================
--- branches/1.2/configs/extensions.conf.sample (original)
+++ branches/1.2/configs/extensions.conf.sample Thu May 25 10:27:44 2006
@@ -442,12 +442,10 @@
 include => demo
 
 ;
-; Extensions like the two below can be used for FWD, Nikotel, sipgate etc.
-; Note that you must have a [sipprovider] section in sip.conf whereas
-; the otherprovider.net example does not require such a peer definition
+; An extension like the one below can be used for FWD, Nikotel, sipgate etc.
+; Note that you must have a [sipprovider] section in sip.conf
 ;
 ;exten => _41X.,1,Dial(SIP/${EXTEN:2}@sipprovider,,r)
-;exten => _42X.,1,Dial(SIP/user:passwd@${EXTEN:2}@otherprovider.net,30,rT)
 
 ; Real extensions would go here. Generally you want real extensions to be
 ; 4 or 5 digits long (although there is no such requirement) and start with a



More information about the asterisk-commits mailing list