Index: configs/extensions.conf.sample =================================================================== --- configs/extensions.conf.sample (revision 9755) +++ configs/extensions.conf.sample (working copy) @@ -352,7 +352,7 @@ ; ${ARG1} - Device to page exten => s,1,ChanIsAvail(${ARG1}|js) ; j is for Jump and s is for ANY call -exten => s,2,GoToIf([${AVAILSTATUS} = "1"]?3?7) +exten => s,2,GoToIf([${AVAILSTATUS} = "1"]?3:7) exten => s,3,Set(_ALERT_INFO="RA") ; This is for the PolyComs exten => s,4,SIPAddHeader(Call-Info: Answer-After=0) ; This is for the Grandstream, Snoms, and Others exten => s,5,NoOp() ; Add others here and Post on the Wiki!!!!