Displaying 1 result from an estimated 1 matches for "my_cel".
Did you mean:
my_cell
2007 Nov 15
1
Pass CallerID when call forwards to PSTN?
Hi,
Incoming calls to one of my lines are set to ring two internal lines
and simultaneously start ringing my cell phone. Something like this:
exten => s,1,Dial(SIP/2201&SIP/2202&IAX2/my_cell at carrier),90)
The internal lines 2201 and 2202 will both see the callerID for the
incoming call, but my cell phone will show the callerID for asterisk,
not the calling party.
What's the best solution to take the callerID from the inbound call
and transfer it to the outbound one?
I'm s...