Hi All,<br><br>While reading about QoS, I came across ${RTPAUDIOQOS} and tried to use it in my dialplan.<br>I had 2 sip extensions 555 and 666 and I called from 555 to 666, but unfortunately no value for ${RTPAUDIOQOS} appeared on Asterisk CLI.<br>
<br>Would you please let me know what is wrong with my dialplan and/or what else should be done to get the value of ${RTPAUDIOQOS}?<br><br>Following is my dialplan context where my call landed....<br><br>[incoming_vpbx]<br>
exten => _x.,1,NoOp(A call has come)<br>exten => _x.,n,Noop(============${RTPAUDIOQOS})<br><br>exten => _x.,n,Dial(SIP/666,30,m)<br>exten => _x.,n,Hangup()<br>exten => h,1,Noop(***************${RTPAUDIOQOS})<br>
<br><br>And here is what appeared on CLI...<br> -- Executing [12@incoming_vpbx:1] NoOp("SIP/555-b7a80948", "A call has come") in new stack<br> -- Executing [12@incoming_vpbx:2] NoOp("SIP/555-b7a80948", "============") in new stack<br>
-- Executing [12@incoming_vpbx:3] Dial("SIP/555-b7a80948", "SIP/666,30,m") in new stack<br> == Using SIP RTP CoS mark 5<br> -- Called 666<br> -- Started music on hold, class 'default', on SIP/555-b7a80948<br>
-- SIP/666-089cb090 is ringing<br> -- SIP/666-089cb090 answered SIP/555-b7a80948<br> -- Stopped music on hold on SIP/555-b7a80948<br> -- Packet2Packet bridging SIP/555-b7a80948 and SIP/666-089cb090<br> -- Executing [h@incoming_vpbx:1] NoOp("SIP/555-b7a80948", "***************") in new stack<br>
<br><br>Thanking you...<br><br>---Asterisk User<br><br><br>