Displaying 1 result from an estimated 1 matches for "208xxxyyyy".
Did you mean:
203xxxyyyy
2007 Dec 16
1
Newbie question: how to proxy the *real* caller-id on find-me/follow-me
...rings a bunch of internal SIP hardphones,
plus ringing my cellphone via a hairpin through the cairrier's SIP/PSTN
gateway.
The issue is that my cellphone shows my PBX's number, not the original
calling number.
My dialplan looks like:
[globals]
...
TRUNK=SIP/sip_proxy-out
CELL=${TRUNK}/208xxxyyyy
PHILIP=SIP/bedroom_1&SIP/office_2&SIP/kitchen_1&${CELL}
[incoming]
exten => s,1,Answer()
; sometimes signaling and media get out of sync on cell networks...
exten => s,n,Wait(0.75)
exten => s,n,Playback(main-menu)
exten => s,n(exten),Background(vm-enter-number-to-call)
exte...