At 03:53 AM 11/1/2006, you wrote:
>exten => 2222,1,GotoIf($["${CALLERIDNUM}" = "1111"]?5)
>
>
>This will tell it to jump to 5 if callerID if 1111 but how do i tell
>it do jump based on length of callerID?
exten => 2222,1,GotoIf($[1${CALLERIDNUM} <= 1999]?5)
Ira