search for: incoming_context

Displaying 3 results from an estimated 3 matches for "incoming_context".

2005 Feb 28
1
Weird behaviour on incoming DIDs
...and then hangs up on him! I don't know if it matters, but I am calling from the 650 area code and he's calling sometimes from the 415 area code and sometimes from 408. No, there is no pattern as to which incoming call gets hung-up! Here are the relevant sections of my extensions.conf: [incoming_context] ; This is the incoming call/DID context only. exten => 415xxxxxxx,1,Goto(internal_context,s,1) exten => 650xxxxxxx,1,Goto(internal_context,s,1) ; munged numbers, obviously exten => i,1,Background(invalid) exten => #,1,Background(goodbye) exten => #,2,Wait(2) exten =>...
2009 Oct 28
1
Asterisk 302 Moved Temporarily
...* sends the ACK but takes about 30 seconds to start the new INVITE to the new destination (from Contact Header).<br> I have set core debugging to 20 but do not see any abnormal message.<br> <br> [provider]<br> type=friend<br> host=a.reachable.host.ip<br> context=incoming_context<br> dtmfmode=rfc2833<br> canreinvite=yes<br> qualify=yes<br> <br> <br> The call is generated from a PHP AGI script with the&nbsp; Dial&nbsp; "RrCL" options.<br> <br> <br> Does any one have an idea why it could be lasting about...
2007 Jun 04
2
answer a voip call, play info.
Hi all - Not really sure where to post this question as I am just starting to research this issue. We want to allow users to dial into our did voip number. Our service will: 1. get their phone number via caller ID. look up data with the caller id. 2. generate a wave file based on the data returned & play it to the user over the established voip link. How might this be done using