[Asterisk-Users] ASTERISK DISA FOR INCOMING DID CALL

Time Bandit timebandit001 at gmail.com
Sat May 6 12:54:17 MST 2006


> 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



More information about the asterisk-users mailing list