<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18812">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>I don't understand this message:</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>[2009-10-29 16:31:51] WARNING[28510]: rtp.c:1997 
ast_rtp_settos: Unable to set TOS to 184</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>From what I have read the reason is asterisk can't 
set TOS if not running in root.&nbsp; Mine is running as asterisk.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>I found one post that says to run at 
boot:</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>#!/bin/bash <BR>/sbin/iptables -A OUTPUT -t mangle 
-p udp -m udp --sport 4569 -j DSCP --set-dscp-class ef<BR>/sbin/iptables -A 
OUTPUT -t mangle -p udp -m udp --sport 10000:20000 -j DSCP --set-dscp-class 
ef<BR>/sbin/iptables -A OUTPUT -t mangle -p udp -m udp --sport 5060 -j DSCP 
--set-dscp-class ef</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Does this make sense? Is this the only method to 
end ths warning?</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Thanks, Bart</FONT></DIV></BODY></HTML>