]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fixed typo in macro-page
authorPaul Belanger <paul.belanger@polybeacon.com>
Wed, 16 Jun 2010 21:10:05 +0000 (21:10 +0000)
committerPaul Belanger <paul.belanger@polybeacon.com>
Wed, 16 Jun 2010 21:10:05 +0000 (21:10 +0000)
Reported to #asterisk-dev by a student of jsmith.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@270979 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configs/extensions.conf.sample

index 0b900fd3d5c004fd5f4b5483c79579dcfa2f7ce9..736321acb23e2a51ad7a540f92fe5e4ebba939d4 100644 (file)
@@ -449,7 +449,7 @@ exten => a,1,VoicemailMain(${ARG1})         ; If they press *, send the user into Voice
 ;   ${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!!!!