[asterisk-users] GotoIf Problem

Doug Lytle support at drdos.info
Fri Jul 18 12:03:39 CDT 2008


Richard Lyman wrote:
> Doug Lytle wrote:
> *snipped
>
> exten => _X.,n,GotoIf($["${EXTEN:1}" = "9"]?not-parked,s,1)
>
>   


Close:

exten => _X.,n,GotoIf($["${EXTEN:0:1}" = "9"]?not-parked,s,1)

Doug


-- 
 
Ben Franklin quote:

"Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."




More information about the asterisk-users mailing list