[asterisk-commits] pabelanger: trunk r270987 - in /trunk: ./ configs/extensions.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jun 16 16:17:44 CDT 2010
Author: pabelanger
Date: Wed Jun 16 16:17:39 2010
New Revision: 270987
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=270987
Log:
Merged revisions 270979 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r270979 | pabelanger | 2010-06-16 17:10:05 -0400 (Wed, 16 Jun 2010) | 4 lines
Fixed typo in macro-page
Reported to #asterisk-dev by a student of jsmith.
........
Modified:
trunk/ (props changed)
trunk/configs/extensions.conf.sample
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/configs/extensions.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/extensions.conf.sample?view=diff&rev=270987&r1=270986&r2=270987
==============================================================================
--- trunk/configs/extensions.conf.sample (original)
+++ trunk/configs/extensions.conf.sample Wed Jun 16 16:17:39 2010
@@ -541,7 +541,7 @@
; ${ARG1} - Device to page
exten => s,1,ChanIsAvail(${ARG1},s) ; s is for ANY call
-exten => s,n,GoToIf([${AVAILSTATUS} = "1"]?autoanswer:fail)
+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
exten => s,n,NoOp() ; Add others here and Post on the Wiki!!!!
More information about the asterisk-commits
mailing list