[asterisk-users] Confused about Asterisk 1.4 RTPQOS...
Douglas Garstang
dougmig33 at yahoo.com
Fri Sep 21 15:44:58 CDT 2007
I'm confused about something....
In Asterisk 1.4 you can collect RTP 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(${timeout}:${timeout_warning}:${timeout_warning_repeat}))
exten => callback,4,Noop(*** [${CHANNEL(rtpqos,audio,all)}]);
exten => callback,5,Playtones(congestion)
exten => callback,6,Wait(5)
exten => callback,7,Hangup
exten => callback,104,Playtones(busy)
exten => callback,105,Wait(5)
exten => callback,106,Hangup
Just which leg exactly are the metrics for? Are they for the A-leg or the B-leg? How can I get the metrics for BOTH legs of the call?...
Thanks,
Douglas.
____________________________________________________________________________________
Got a little couch potato?
Check out fun summer activities for kids.
http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070921/8b17dbe3/attachment.htm
More information about the asterisk-users
mailing list