> you can try the following: > > exten => s,1,Gotoif($[${CALLERIDNUM} = 1130851536 ]?10) > exten => s,2,Goto(from-pstn,s,1) > exten => s,10,disa(no-password,from-internal) This would do the same without an IF exten => s/1130851536,1,disa(no-password,from-internal) hth