<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Saul,<br>
<br>
Can you explain what you mean by 'not applied any rule to any table'?<br>
<br>
Do you mean that iptables should be stopped any not have any rules
applied to it?<br>
<br>
Also running cat /proc/net/ip_conntrack returns a bunch of connection
detail.<br>
<br>
But the comand: conntrack -L returns 'conntrack: command not found'<br>
<br>
Cheers,<br>
John <br>
<br>
Sa&uacute;l Ibarra Corretg&eacute; wrote:
<blockquote cite="mid:4C7CAA9B.1020802@ag-projects.com" type="cite">
  <pre wrap="">Hi,

On 08/31/2010 08:57 AM, TeleCube - John wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi guys,

I have a really weird thing happening and I need some help please.

When iptables is set with any rules at all, calls routed via mediaproxy
have no audio.

If I run "service iptables stop", calls have media.

If I add a single rule to even accept traffic on port 80, the call fails.

It seems that even invoking iptables at all even to allow traffic causes
mediaproxy to not be able to relay properly.

Has anyone experienced this before or have any ideas?

    </pre>
  </blockquote>
  <pre wrap=""><!---->
Check that you have not applied any rule to any table. Also, check if 
conntrack rules are being added. You can do that in two ways:

cat /proc/net/ip_conntrack

or

conntrack -L


Regards,

  </pre>
</blockquote>
</body>
</html>