[asterisk-commits] pabelanger: branch 1.6.2 r270997 - in /branches/1.6.2: ./ configs/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jun 16 16:19:43 CDT 2010
Author: pabelanger
Date: Wed Jun 16 16:19:39 2010
New Revision: 270997
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=270997
Log:
Merged revisions 270987 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r270987 | pabelanger | 2010-06-16 17:17:39 -0400 (Wed, 16 Jun 2010) | 11 lines
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:
branches/1.6.2/ (props changed)
branches/1.6.2/configs/extensions.conf.sample
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/configs/extensions.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/configs/extensions.conf.sample?view=diff&rev=270997&r1=270996&r2=270997
==============================================================================
--- branches/1.6.2/configs/extensions.conf.sample (original)
+++ branches/1.6.2/configs/extensions.conf.sample Wed Jun 16 16:19: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([${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 asterisk-commits
mailing list