Displaying 2 results from an estimated 2 matches for "timeout_warn".
Did you mean:
  timeout_wait
  
2007 Oct 31
4
AEL2 and Callbacks
...120
My LegA context:
-----------------------
context LegA {
    _X. => {
        Dial(SIP/${EXTEN}@Provider); 
    }
}
And my default context:
------------------------------
context default {
    callback => {
        NoCDR();
        Wait(1);
        Dial(${destination},60,oL(${timeout}:${timeout_warning}:${timeout_warning_repeat}));
    }
}
The A leg is established, and once Asterisk goes to dial the B leg...
    -- Executing [16505551212 at LegA:1] Dial("Local/16505551212 at LegA-f707,2", "SIP/16505551212 at Provider") in new stack
    -- Called 16505551212 at Provider...
2007 Sep 21
0
Confused about Asterisk 1.4 RTPQOS...
...TP QoS metrics at the end of a call with:
${CHANNEL(rtpqos,audio,all)}
Now, when your using the AMI to do a callout, like this...
ACTION: Originate
Async: yes
Timeout: 60000
Exten: callback
Channel: SIP/1000
Variable: callid=849120
Variable: destination=SIP/1001
Variable: timeout=70000
Variable: timeout_warning=60000
Variable: timeout_warning_repeat=30000
Callerid: 5551212
Context: default
ActionID: 849120
Priority: 1
and you have in your dialplan...
[default]
; Callback
exten => callback,1,Wait(1)
exten => callback,2,Playback(please-wait)
exten => callback,3,Dial(${destination},40,gjoL(${ti...