[svn-commits] pabelanger: branch 1.4 r270979 - /branches/1.4/configs/extensions.conf.sample
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Jun 16 16:10:08 CDT 2010
Author: pabelanger
Date: Wed Jun 16 16:10:05 2010
New Revision: 270979
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=270979
Log:
Fixed typo in macro-page
Reported to #asterisk-dev by a student of jsmith.
Modified:
branches/1.4/configs/extensions.conf.sample
Modified: branches/1.4/configs/extensions.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/configs/extensions.conf.sample?view=diff&rev=270979&r1=270978&r2=270979
==============================================================================
--- branches/1.4/configs/extensions.conf.sample (original)
+++ branches/1.4/configs/extensions.conf.sample Wed Jun 16 16:10:05 2010
@@ -449,7 +449,7 @@
; ${ARG1} - Device to page
exten => s,1,ChanIsAvail(${ARG1}|js) ; j is for Jump and s is for ANY call
-exten => s,n,GoToIf([${AVAILORIGCHAN} = ""]?fail:autoanswer)
+exten => s,n,GoToIf($[${AVAILORIGCHAN} = ""]?fail:autoanswer)
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
exten => s,n,NoOp() ; Add others here and Post on the Wiki!!!!
More information about the svn-commits
mailing list