Displaying 1 result from an estimated 1 matches for "1203xxyyyy".
Did you mean:
203xxxyyyy
2019 Feb 13
6
trouble removing + sign
...=> n, Verbose( callerid 0:1 is ${CALLERID(num):0:1} )
same => n,ExecIf($["${CALLERID(num):0:1}" = "+"]?Set(CALLERID(num) =
${CALLERID(num):1})
same=>n,GotoIf(${BLACKLIST()}?make-em-wait)
but it's stripping the first character + sign or not. The callerid is
1203XXYYYY
-- Executing [s at hangup-spam:3] Verbose("PJSIP/2667075-0000000b", "
callerid 0:1 is 1 ") in new stack
callerid 0:1 is 1
-- Executing [s at hangup-spam:4] ExecIf("PJSIP/2667075-0000000b",
"0?Set(CALLERID(num) = 203XXXYYYY") in new stack
-...