I have calls coming in via SIP (a DID) and I want to forward them right back
out to my cell.
If I do it in one step,
(as if 2125551212 was the DID, and 2021111111 was my cell number)
exten => 2125551212,1,Dial(SIP/${PROVIDER}/12021111111,60)
The call comes in via sip, my system sends the invite for the outbound call,
the sends a cancel, and the caller hears "ringing" begin.
If I use
exten => 2125551212,1,Answer
exten => 2125551212,2,Dial(SIP/${PROVIDER}/12021111111,60)
The outbound call happens, CLID is correct, can be answered, etc., but I
only get audio in one direction...from the phone that originated the call TO
the phone that answered the call.
I assume I've done something wrong?
Note that I can direct the inbound call to voicemail and it works fine, so
the inbound SIP session isn't likely the problem.
All help greatly appreciated!
Thanks,
Eric
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users