<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><o:SmartTagType
namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="country-region"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
name="place"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
name="PersonName"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
        {font-family:Courier;
        panose-1:2 7 4 9 2 2 5 2 4 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";
        color:black;}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
pre
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body bgcolor=white lang=EN-US link=blue vlink=blue>
<div class=Section1><pre><font size=2 color=navy face=Arial><span
style='font-size:10.0pt;font-family:Arial;color:navy'>></span></font> Both the clients are working on open firewall real ip.<o:p></o:p></pre>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>I’m not sure if you meant they work
when the firewall is open/disabled and not working when your rules are loaded
up, or if you were just mentioning an open firewall was routing packets between
the two networks… Either way, from: http://www.voip-info.org/tiki-index.php?page=Asterisk%20firewall%20rules<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=1 color=black face=Courier><span
style='font-size:9.0pt;font-family:Courier'> # SIP on UDP port 5060. Other SIP servers may need TCP port 5060 as well</span></font><font
size=1 face=Verdana><span style='font-size:9.0pt;font-family:Verdana'><br>
</span></font><font size=1 face=Courier><span style='font-size:9.0pt;
font-family:Courier'> iptables -A INPUT -p udp -m udp --dport 5060 -j ACCEPT</span></font><font
size=1 face=Verdana><span style='font-size:9.0pt;font-family:Verdana'><br>
</span></font><font size=1 face=Courier><span style='font-size:9.0pt;
font-family:Courier'> # IAX2- the IAX protocol</span></font><font
size=1 face=Verdana><span style='font-size:9.0pt;font-family:Verdana'><br>
</span></font><font size=1 face=Courier><span style='font-size:9.0pt;
font-family:Courier'> iptables -A INPUT -p udp -m udp --dport 4569 -j ACCEPT</span></font><font
size=1 face=Verdana><span style='font-size:9.0pt;font-family:Verdana'><br>
</span></font><font size=1 face=Courier><span style='font-size:9.0pt;
font-family:Courier'> # IAX</span></font><font size=1
face=Verdana><span style='font-size:9.0pt;font-family:Verdana'><br>
</span></font><font size=1 face=Courier><span style='font-size:9.0pt;
font-family:Courier'> iptables -A INPUT -p udp -m udp --dport 5036 -j ACCEPT</span></font><font
size=1 face=Verdana><span style='font-size:9.0pt;font-family:Verdana'><br>
</span></font><font size=1 face=Courier><span style='font-size:9.0pt;
font-family:Courier'> # RTP - the media stream</span></font><font
size=1 face=Verdana><span style='font-size:9.0pt;font-family:Verdana'><br>
</span></font><font size=1 face=Courier><span style='font-size:9.0pt;
font-family:Courier'> iptables -A INPUT -p udp -m udp --dport 10000:20000 -j ACCEPT</span></font><font
size=1 face=Verdana><span style='font-size:9.0pt;font-family:Verdana'><br>
</span></font><font size=1 face=Courier><span style='font-size:9.0pt;
font-family:Courier'> # SSH - Secure shell sessions</span></font><font
size=1 face=Verdana><span style='font-size:9.0pt;font-family:Verdana'><br>
</span></font><font size=1 face=Courier><span style='font-size:9.0pt;
font-family:Courier'> iptables -A INPUT -p tcp -m tcp --dport 22 -j ACCEPT<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=1 color=black face=Courier><span
style='font-size:9.0pt;font-family:Courier'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=1 color=black face=Verdana><span
style='font-size:9.0pt;font-family:Verdana'>This fixed all my problems,
firewall related problems anyway…<br>
<br>
</span></font><font size=1 face=Courier><span style='font-size:9.0pt;
font-family:Courier'><o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
<div>
<div class=MsoNormal align=center style='text-align:center'><font size=3
color=black face="Times New Roman"><span style='font-size:12.0pt;color:windowtext'>
<hr size=2 width="100%" align=center tabindex=-1>
</span></font></div>
<p class=MsoNormal><b><font size=2 color=black face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma;color:windowtext;font-weight:bold'>From:</span></font></b><font
size=2 color=black face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma;
color:windowtext'> asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] <b><span style='font-weight:
bold'>On Behalf Of </span></b>Javier Rubio<br>
<b><span style='font-weight:bold'>Sent:</span></b> Wednesday, October 06, 2004
9:53 PM<br>
<b><span style='font-weight:bold'>To:</span></b> M. Ehsanul Karim; <st1:PersonName
w:st="on">Asterisk Users Mailing List - Non-Commercial Discussion</st1:PersonName><br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: [Asterisk-Users] No
sound on 2 x-lite</span></font><font color=black><span style='color:windowtext'><o:p></o:p></span></font></p>
</div>
<p class=MsoNormal><font size=3 color=black face="Times New Roman"><span
style='font-size:12.0pt'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=3 color=black face="Times New Roman"><span
style='font-size:12.0pt'>run asterisk on debug mode
with asterisk -vvvvvvvc , make the call and send us what
asterisk say.. <br>
regards..<br>
jr<br>
<br>
M. Ehsanul Karim wrote:<br>
<br>
<o:p></o:p></span></font></p>
<pre wrap=""><font size=2 color=black face="Courier New"><span
style='font-size:10.0pt'>I am using to connect 2 X-Lite clients thru * , the call connects<o:p></o:p></span></font></pre><pre><font
size=2 color=black face="Courier New"><span style='font-size:10.0pt'>successfully but there is no sound. The codecs are same . Both the<o:p></o:p></span></font></pre><pre><font
size=2 color=black face="Courier New"><span style='font-size:10.0pt'>clients are working on open firewall real ip.<o:p></o:p></span></font></pre><pre><font
size=2 color=black face="Courier New"><span style='font-size:10.0pt'><o:p> </o:p></span></font></pre><pre><font
size=2 color=black face="Courier New"><span style='font-size:10.0pt'>Can anyone help out ? <o:p></o:p></span></font></pre><pre><font
size=2 color=black face="Courier New"><span style='font-size:10.0pt'><o:p> </o:p></span></font></pre><pre><font
size=2 color=black face="Courier New"><span style='font-size:10.0pt'><o:p> </o:p></span></font></pre><pre><font
size=2 color=black face="Courier New"><span style='font-size:10.0pt'>Ehsan<o:p></o:p></span></font></pre><pre><font
size=2 color=black face="Courier New"><span style='font-size:10.0pt'>_______________________________________________<o:p></o:p></span></font></pre><pre><font
size=2 color=black face="Courier New"><span style='font-size:10.0pt'>Asterisk-Users mailing list<o:p></o:p></span></font></pre><pre><font
size=2 color=black face="Courier New"><span style='font-size:10.0pt'><a
href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a><o:p></o:p></span></font></pre><pre><font
size=2 color=black face="Courier New"><span style='font-size:10.0pt'><a
href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><o:p></o:p></span></font></pre><pre><font
size=2 color=black face="Courier New"><span style='font-size:10.0pt'>To UNSUBSCRIBE or update options visit:<o:p></o:p></span></font></pre><pre><font
size=2 color=black face="Courier New"><span style='font-size:10.0pt'> <a
href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><o:p></o:p></span></font></pre><pre><font
size=2 color=black face="Courier New"><span style='font-size:10.0pt'><o:p> </o:p></span></font></pre><pre><font
size=2 color=black face="Courier New"><span style='font-size:10.0pt'> <o:p></o:p></span></font></pre>
<p class=MsoNormal><font size=3 color=black face="Times New Roman"><span
style='font-size:12.0pt'><o:p> </o:p></span></font></p>
<div>
<p class=MsoNormal><font size=3 color=black face="Times New Roman"><span
style='font-size:12.0pt'>-- <o:p></o:p></span></font></p>
<div class=MsoNormal align=center style='text-align:center'><font size=3
color=black face="Times New Roman"><span style='font-size:12.0pt'>
<hr size=2 width="100%" align=center>
</span></font></div>
<p class=MsoNormal><b><font size=5 color=black face="Times New Roman"><span
style='font-size:18.0pt;font-weight:bold'>Javier Rubio </span></font></b><br>
<b><font size=4><span style='font-size:13.5pt;font-weight:bold'>Xinet Solutions</span></font></b><br>
Av. Paseo de las <st1:country-region w:st="on"><st1:place w:st="on">Americas</st1:place></st1:country-region>
2403-G, Col. Contry La Silla CP. 65137<br>
Tel. 5x8 Directo (81) 81.03.00.92 - Tel. 7x24 (81) 81.28.42.57<br>
<a href="mailto:jarubio@xinet.com.mx">jarubio@xinet.com.mx</a><br>
<a href="http://www.xinet.com.mx">www.xinet.com.mx</a> <br>
<img border=0 width=166 height=32 id="_x0000_i1026"
src="cid:image001.jpg@01C4ABFE.7FB7EEA0" alt="Xinet Solutions"><o:p></o:p></p>
</div>
</div>
</body>
</html>