Very Nice!<br>Its much more reliable than translating DSCP to COS by switch which i&#39;m not sure which switch does that and which one doesn&#39;t, and how they do it considering some gray area when you translate from DSCP to COS.<br>
<br><br><div class="gmail_quote">On Feb 4, 2008 5:26 PM, Jared Smith &lt;<a href="mailto:jsmith@digium.com">jsmith@digium.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sun, 2008-02-03 at 22:42 -0700, Al lists wrote:<br>&gt; Theoretically, setting TOS value ( these days called DSCP) wont change<br>&gt; anything in switch behavior, unless you are using Layer 3 switches.<br>&gt; What makes a difference in a switch is COS bits, and i&#39;m not sure how<br>
&gt; asterisk sets that.<br><br>In Asterisk 1.6, you will be able to set both the COS and TOS values.<br>The sample sip.conf in the Asterisk 1.6 betas contains the following, to<br>show you just how much you can adjust things :-)<br>
<br>;tos_sip=cs3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; Sets TOS for SIP packets.<br>;tos_audio=ef &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; Sets TOS for RTP audio packets.<br>;tos_video=af41 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; Sets TOS for RTP video packets.<br>;tos_text=af41 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; Sets TOS for RTP text packets.<br>
<br>;cos_sip=3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; Sets 802.1p priority for SIP packets.<br>;cos_audio=5 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; Sets 802.1p priority for RTP audio<br>packets.<br>;cos_video=4 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; Sets 802.1p priority for RTP video<br>
packets.<br>;cos_text=3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; Sets 802.1p priority for RTP text<br>packets.<br><br><br>--<br>Jared Smith<br>Community Relations Manager<br>Digium, Inc.<br><br><br><br>_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br> &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br>