<html><head><meta name="Generator" content="PocoMail 3 HTML/CSS Generator"/>
<style type="text/css"><!--
LI{display:list-item;margin:0.00in;}
p{display:block;margin:0.00in;}
body{}
--></style>
</head><BODY ><p><SPAN style="font-family:'Tahoma';font-size:10pt;">That's great.</SPAN></p>
<p>&nbsp;</p>
<p><SPAN style="font-family:'Tahoma';font-size:10pt;">Maybe i will ask a nonsense question.</SPAN></p>
<p><SPAN style="font-family:'Tahoma';font-size:10pt;">Let go then :</SPAN></p>
<p><SPAN style="font-family:'Tahoma';font-size:10pt;">Sip uses RTP right ? So &#160;open a SIP channel 5060 i have alot of RTP packets .</SPAN></p>
<p><SPAN style="font-family:'Tahoma';font-size:10pt;">Did i don't need mark this RTP packets too ?? </SPAN></p>
<p>&nbsp;</p>
<p><SPAN style="font-family:'Tahoma';font-size:10pt;">I mean IAX2 use RTP &#160;? In you script i see that i MARK IAX2 then i can control the rate and give</SPAN></p>
<p><SPAN style="font-family:'Tahoma';font-size:10pt;">to my VOIP connection more priority then the other services, (Web,Mail,FTP etc), always making the voip connection the best possible.</SPAN></p>
<p><SPAN style="font-family:'Tahoma';font-size:10pt;">That's great, awesome!</SPAN></p>
<p>&nbsp;</p>
<p><SPAN style="font-family:'Tahoma';font-size:10pt;">But in your script ? If i &#160;change this : </SPAN></p>
<p>&nbsp;</p>
<p><SPAN style="font-family:'Tahoma';font-size:10pt;">&#160;iptables -t mangle ${IPTOP} PREROUTING -p udp -m udp --dport 4569 -</SPAN></p>
<p><SPAN style="font-family:'Tahoma';font-size:10pt;">&#160;j MARK --set-mark 0x1</SPAN></p>
<p><SPAN style="font-family:'Tahoma';font-size:10pt;">&#160;iptables -t mangle ${IPTOP} PREROUTING -p udp -m udp --dport 4569 -</SPAN></p>
<p><SPAN style="font-family:'Tahoma';font-size:10pt;">&#160;j RETURN</SPAN></p>
<p>&nbsp;</p>
<p><SPAN style="font-family:'Tahoma';font-size:10pt;">to this ?</SPAN></p>
<p>&nbsp;</p>
<p><SPAN style="font-family:'Tahoma';font-size:10pt;">&#160;iptables -t mangle ${IPTOP} PREROUTING -p udp -m udp --dport 5060 -</SPAN></p>
<p><SPAN style="font-family:'Tahoma';font-size:10pt;">&#160;j MARK --set-mark 0x1</SPAN></p>
<p><SPAN style="font-family:'Tahoma';font-size:10pt;">&#160;iptables -t mangle ${IPTOP} PREROUTING -p udp -m udp --dport 5060 -</SPAN></p>
<p><SPAN style="font-family:'Tahoma';font-size:10pt;">&#160;j RETURN</SPAN></p>
<p>&nbsp;</p>
<p><SPAN style="font-size:10pt;">All my SIP connections will receive now the best priority in the link ??</SPAN></p>
<p><SPAN style="font-size:10pt;">Sorry the question again but and the RTP packets ???</SPAN></p>
<p>&nbsp;</p>
<p><SPAN style="font-size:10pt;">Can with this script give from my link 512up and 512down 90% to Voip when used and let the rest (Web,FTP,Mail), with the rest 10%, so when the VoIP finish give more to the others services???</SPAN></p>
<p>&nbsp;</p>
<p><SPAN style="font-size:10pt;">Anyway thanks alot for the answer !</SPAN></p>
<p>&nbsp;</p>
<p><SPAN style="font-size:10pt;">Carlos.</SPAN></p>
<p>&nbsp;</p>
<p><SPAN style="font-size:10pt;"><br /><br />On Tue, 1 Jun 2004 09:30:29 -0400, Andrew Kohlsmith wrote:<br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; On Tuesday 01 June 2004 05:44, joachim wrote:</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; Do you have a working firewall ruleset for HTB, optimized for</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; voip ?</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; Here, for your viewing pleasure, is my htb script. &#160;I am *positive*</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; it can be improved upon. &#160;I found I had to put the bulk traffic in</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; a separate HTB "branch" or otherwise it would tend to borrow from</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; the VOIP branch way too early and cause a lot of stutter.</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; Again, this isn't to be taken as an official, proven and perfect</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; system. &#160;I am welcome to any suggestions or improvements. &#160;As you</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; can see from the diagram I am planning on doing some more fine</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; tuning, but it works pretty damned well as is. &#160;My next post will</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; be the Cisco 2610's configuration on the other side of the link.</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; Regards,</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; Andrew</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; #!/bin/sh</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; TCOP="add"</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; IPTOP="-A"</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; if [ "$1" == "stop" ]; then</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; echo "Stopping..."</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; TCOP="del"</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; IPTOP="-D"</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; fi</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # &#160; &#160; &#160; &#160; &#160;+---------+</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # &#160; &#160; &#160; &#160; &#160;| root 1: |</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # &#160; &#160; &#160; &#160; &#160;+---------+</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # &#160; &#160; &#160; &#160; &#160; &#160; &#160; |</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # +----------------------------+</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # | &#160; &#160; &#160; &#160; class 1:1 &#160; &#160; &#160; &#160; &#160;|</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # +----------------------------+</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # &#160; | &#160; &#160; &#160; &#160; &#160; | &#160; &#160; &#160; &#160; &#160; |</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # +----+ &#160; &#160; &#160;+----+ &#160; &#160; &#160;+----+</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # |1:10| &#160; &#160; &#160;|1:20| &#160; &#160; &#160;|1:30|</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # +----+ &#160; &#160; &#160;+----+ &#160; &#160; &#160;+----+</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # &#160; &#160; &#160; &#160; &#160; &#160; &#160; |</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # &#160; &#160; &#160;+--------+--------+</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # &#160; &#160; &#160;| &#160; &#160; &#160; &#160;| &#160; &#160; &#160; &#160;|</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # &#160; +-----+ &#160;+-----+ &#160;+-----+</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # &#160; |1:100| &#160;|1:101| &#160;|1:102|</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # &#160; +-----+ &#160;+-----+ &#160;+-----+</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # 1:10 is the class for VOIP traffic, pfifo qdisc</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # 1:20 is for bulk traffic (htb, leaves use sfq)</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # 1:30 is the class that interactive and TCP SYN/ACK traffic (sfq</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; qdisc)</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # 1:20 is further split up into different kinds of bulk traffic:</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; web, mail and # everything else. &#160;1:100-102 fight amongst</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; themselves for their slice of excess</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # bandwidth, and in turn 1:10,20 and 30 then fight for any excess</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; above their # minimum rates.</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # which interface to throw all this on (DSL)</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; IF=eth2</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # ciel is 75% of max rate (768kbps)</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # rate is 65% of max rate</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # we don't let it go to 100% because we don't want the DSL modems</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; to have a ton</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # of packets in their buffers. &#160;*we* want to do the buffering.</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; RATE=576</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; CEIL=640</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; #RATE=450</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; #CEIL=500</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; tc qdisc ${TCOP} dev ${IF} root handle 1: htb default 102</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; tc class ${TCOP} dev ${IF} parent 1: &#160; classid 1:1 htb rate</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; ${RATE}kbit ceil ${CEIL}kbit</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; tc class ${TCOP} dev ${IF} parent 1:1 &#160;classid 1:10 htb rate 64kbit</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; ceil ${RATE}kbit prio 1</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; tc class ${TCOP} dev ${IF} parent 1:1 &#160;classid 1:20 htb rate 64kbit</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; ceil ${RATE}kbit prio 2</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; tc class ${TCOP} dev ${IF} parent 1:20 classid 1:100 htb rate</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; ${RATE}kbit tc class ${TCOP} dev ${IF} parent 1:20 classid 1:101</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; htb rate ${RATE}kbit tc class ${TCOP} dev ${IF} parent 1:20 classid</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; 1:102 htb rate ${RATE}kbit</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; tc qdisc ${TCOP} dev ${IF} parent 1:10 &#160;handle 10: &#160;pfifo</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; tc qdisc ${TCOP} dev ${IF} parent 1:100 handle 100: sfq perturb 10</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; tc qdisc ${TCOP} dev ${IF} parent 1:101 handle 101: sfq perturb 10</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; tc qdisc ${TCOP} dev ${IF} parent 1:102 handle 102: sfq perturb 10</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; tc filter ${TCOP} dev ${IF} parent 1:0 protocol ip prio 1 handle 1</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; fw classid 1:10</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; tc filter ${TCOP} dev ${IF} parent 1:0 protocol ip prio 4 handle 4</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; fw classid 1:100</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # IAX2 prio 0.</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; iptables -t mangle ${IPTOP} PREROUTING -p udp -m udp --dport 4569 -</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; j MARK --set-mark 0x1</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; iptables -t mangle ${IPTOP} PREROUTING -p udp -m udp --dport 4569 -</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; j RETURN</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; # everything else goes into lowest priority (best effort).</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; iptables -t mangle ${IPTOP} PREROUTING -j MARK --set-mark 0x4</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; iptables -t mangle ${IPTOP} OUTPUT -j MARK --set-mark 0x4</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; _______________________________________________</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; Asterisk-Users mailing list</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; Asterisk-Users@lists.digium.com</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a></SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; To UNSUBSCRIBE or update options visit:</SPAN><SPAN style="font-size:10pt;"><br /></SPAN><SPAN style="font-size:10pt;color:navy;">&gt; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a></SPAN><SPAN style="font-size:10pt;"><br /><br /></SPAN></p>
</body></html>