Displaying 1 result from an estimated 1 matches for "fromtrunk".
Did you mean:
from_trunks
2009 Feb 18
1
Understand SIP REFER
Hi!
I have some problems understanding the concept of REFER in Asterisk 1.4.23.
I have the following scenario:
Incoming SIP call (incoming leg) from a SIP trunk into Asterisk (handled
in context fromTrunk), forwarded to the SIP Client (outgoing leg).
Now, the SIP Client sends a REFER request (unattended transfer) to
another extension. This terminates the outgoing leg and the incoming leg
continues dialplan processing in the context of the SIP client
(fromSipClient).
Processing in the client'...