search for: p1num

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

Did you mean: num
2007 May 24
1
Parking Lot CallerID
...I believe this is because the phone is calling out instead of a call coming in, is there anyway around this? This is a basic idea of what I've done to try to capture the CID in testing: exten => 200,1,SetGlobalVar(P1NAME=${CALLERID(NAME)}) exten => 200,n,SetGlobalVar(P1NUM=${CALLERID(NUM)}) exten => 200,n,Park() exten => _20x,1,Wait(1) exten => _20x,n,NoOp(${DIAL_OPTIONS}) exten => _20x,n,Set(CALLERID(NAME)=${P1NAME}) exten => _20x,n,Set(CALLERID(NUM)=${P1NUM}) exten => _20x,n,NoOp(${CALLERID(NAME)} ${...