Displaying 1 result from an estimated 1 matches for "fromsipclient".
2009 Feb 18
1
Understand SIP REFER
...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's context is IMO fine, but the problem is that
the channel is the incoming channel from the trunk. So the fromSipClient
is processed by the trunk channel. This in my case does not work as it
expects to have certain variables set (setvar in sip.conf) - but these
v...