search for: __forward_context

Displaying 2 results from an estimated 2 matches for "__forward_context".

2014 Feb 07
2
Rejecting a call as if the extension does not exist.
I'm trying to address a problem with users transferring to invalid destinations. In my sip peer I'm setting both __FORWARD_CONTEXT and __TRANSFER_CONTEXT to a context with a extension defined below to set some CDR variables before the call is transferred. [customer-forward] exten => _X.,1,Progress() exten => _X.,n,Gosub(do-billing,s,1${EXTEN})) exten => _X,n,Goto(customer-internal,${EXTEN},1) Now if my user Dials an...
2010 Mar 30
5
Confusion on call forwarding
I'm confused. What does Asterisk do when it gets a 302 with a new number to forward to? Is there anything I have to do in the dialplan to make this work? I can't find any clear documentation on this issue.