diff --git a/configs/extensions.conf.sample b/configs/extensions.conf.sample index 0b900fd3d5..736321acb2 100644 --- a/configs/extensions.conf.sample +++ b/configs/extensions.conf.sample @@ -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!!!!