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 =&gt; _x.,1,NoOp(A call has come)<br>exten =&gt; _x.,n,Noop(============${RTPAUDIOQOS})<br><br>exten =&gt; _x.,n,Dial(SIP/666,30,m)<br>exten =&gt; _x.,n,Hangup()<br>exten =&gt; h,1,Noop(***************${RTPAUDIOQOS})<br>
<br><br>And here is what appeared on CLI...<br>    -- Executing [12@incoming_vpbx:1] NoOp(&quot;SIP/555-b7a80948&quot;, &quot;A call has come&quot;) in new stack<br>    -- Executing [12@incoming_vpbx:2] NoOp(&quot;SIP/555-b7a80948&quot;, &quot;============&quot;) in new stack<br>
    -- Executing [12@incoming_vpbx:3] Dial(&quot;SIP/555-b7a80948&quot;, &quot;SIP/666,30,m&quot;) in new stack<br>  == Using SIP RTP CoS mark 5<br>    -- Called 666<br>    -- Started music on hold, class &#39;default&#39;, 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(&quot;SIP/555-b7a80948&quot;, &quot;***************&quot;) in new stack<br>
<br><br>Thanking you...<br><br>---Asterisk User<br><br><br>