[asterisk-commits] mmichelson: trunk r173776 - /trunk/configs/extensions.conf.sample

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Feb 5 17:48:48 CST 2009


Author: mmichelson
Date: Thu Feb  5 17:48:48 2009
New Revision: 173776

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=173776
Log:
Update extensions.conf.sample to be correct.

In trunk, the only necessary change pointed out was that the call
to ChanIsAvail uses an option that has been removed.

For the 1.6.X branches, however, it appears that the sample file is
badly in need of updating since there are |'s used all over the place
there. My tentative plan is just to copy trunk's sample config file
to those branches since the info there is most up-to-date and should
be correct for use in 1.6.X

Thanks to macli in #asterisk-dev for bringing this up


Modified:
    trunk/configs/extensions.conf.sample

Modified: trunk/configs/extensions.conf.sample
URL: http://svn.digium.com/svn-view/asterisk/trunk/configs/extensions.conf.sample?view=diff&rev=173776&r1=173775&r2=173776
==============================================================================
--- trunk/configs/extensions.conf.sample (original)
+++ trunk/configs/extensions.conf.sample Thu Feb  5 17:48:48 2009
@@ -479,7 +479,7 @@
 ;
 ;   ${ARG1} - Device to page
 
-exten => s,1,ChanIsAvail(${ARG1},js)			; j is for Jump and s is for ANY call
+exten => s,1,ChanIsAvail(${ARG1},s)			; s is for ANY call
 exten => s,n,GoToIf([${AVAILSTATUS} = "1"]?autoanswer:fail)
 exten => s,n(autoanswer),Set(_ALERT_INFO="RA")			; This is for the PolyComs
 exten => s,n,SIPAddHeader(Call-Info: Answer-After=0)	; This is for the Grandstream, Snoms, and Others




More information about the asterisk-commits mailing list