[asterisk-users] ${CALLERIDNUM}

Ira ira at extrasensory.com
Wed Nov 1 09:39:07 MST 2006


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 



More information about the asterisk-users mailing list