search for: __calleridnum

Displaying 1 result from an estimated 1 matches for "__calleridnum".

Did you mean: _l_calleridnum
2006 Dec 18
3
Changing CALLERIDNUM on the fly
...oc with my redial if the 3 digit area code matches a local 3 digit extension. All my outside calls are 10 digits or 1+10 digits. Doug [from-pstn] exten => s,1,set(TEST=${CALLERIDNUM::1}) >>>> test for first digit1 exten => s,2,GotoIf($[ ${TEST} = 1 ]?4:3) exten => s,3,set(__CALLERIDNUM=1${CALLERIDNUM}) >>>> if not add 1 exten => s,4,noop(${CALLERIDNUM}) >>>>> and this still displays without I tried no, one and two underscores with the CALLERIDNUM variable.