<br><br><div><span class="gmail_quote">On 7/5/06, <b class="gmail_sendername">raviprakash sunkara</b> <<a href="mailto:sunkara.raviprakash.feb14@gmail.com">sunkara.raviprakash.feb14@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>hello Bogdan,<br>
<br>
Same problem occurred for me , but I'm Using X-lite 3.0 .<br>
And i'm put on DMZ in my router ( NETGEAR and BELkenn) .<br>
<span style="color: rgb(51, 51, 255);"><font size="2"><span style="font-style: italic;"><span style="font-family: verdana;"><span style="font-weight: bold;"><br>
<br>
I install the openser 1.0.1 and rtp proxy 0.3 in same Linux System<br>
<span style="font-style: italic;"><span style="font-weight: bold;">openser server is located with public id xx.xxx.xxx.xx of <a href="http://192.168.2.2/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
192.168.2.2</a> ,<br>
And UAC are outside the NAT, <br>
When one UAC call to other UAC( are both in outside the NAT
where openser server), after the INVITE method get request by
server, after 32 second its hung up automatically, Voice is ok ,
and callee is hung upping, not caller,<br>
UAC ( inside the nAT , openser server ) in not hung uping and voice is not ok....<br>
<br>
I think problem is not in NETWORK and it may in RTp , NAT , <br>
Can u help on this , <br>
<span style="font-style: italic;"><span style="font-weight: bold;">Where is the problem, in NAt with rtp or networking,<br>
<span style="font-style: italic;"><span style="font-weight: bold;">Here by Mime's openser.cfg<br>
****************************************<br>
</span></span>
route{<br>
if (!mf_process_maxfwd_header("10")) {<br>
sl_send_reply("483","Too Many Hops");<br>
exit;<br>
};<br>
if (msg:len >= 2048 ) {<br>
sl_send_reply("513", "Message too big");<br>
exit;<br>
};<br>
<br>
# NAT detection<br>
route(2);<br>
<br>
if (!method=="REGISTER")<br>
record_route();<br>
<br>
if (loose_route()) {<br>
append_hf("P-hint: rr-enforced\r\n"); <br>
route(1);<br>
};<br>
<br>
if (!uri==myself) {<br>
append_hf("P-hint: outbound\r\n"); <br>
route(1);<br>
};<br>
<br>
if (uri==myself) {<br>
if (method=="REGISTER") {<br>
if (!www_authorize("xx.xxx.xxx.xxx", "subscriber")) {<br>
www_challenge("xx.xxx.xxx.xxx", "0");<br>
exit;<br>
};<br>
<br>
if (isflagset(5)) {<br>
setflag(6);<br>
# if you want OPTIONS natpings uncomment next<br>
# setflag(7);<br>
};<br>
save("location");<br>
exit;<br>
};<br>
<br>
if (!lookup("location")) {<br>
sl_send_reply("404", "Not Found");<br>
exit;<br>
};<br>
append_hf("P-hint: usrloc applied\r\n"); <br>
};<br>
<br>
route(1);<br>
}<br>
<br>
<br>
route[1] {<br>
if (subst_uri('/(sip:.*);nat=yes/\1/')){<br>
setflag(6);<br>
};<br>
<br>
if (isflagset(5)||isflagset(6)) {<br>
route(3);<br>
}<br>
<br>
if (!t_relay()) {<br>
sl_reply_error();<br>
};<br>
exit;<br>
}<br>
<br>
route[2]{<br>
force_rport();<br>
if (nat_uac_test("19")) {<br>
if (method=="REGISTER") {<br>
fix_nated_register();<br>
} else {<br>
fix_nated_contact();<br>
};<br>
setflag(5);<br>
};<br>
}<br>
<br>
route[3] {<br>
if (is_method("BYE|CANCEL")) {<br>
unforce_rtp_proxy();<br>
} else if (is_method("INVITE")){<br>
force_rtp_proxy();<br>
t_on_failure("1");<br>
};<br>
if (isflagset(5))<br>
search_append('Contact:.*sip:[^>[:cntrl:]]*', ';nat=yes');<br>
t_on_reply("1");<br>
}<br>
<br>
failure_route[1] {<br>
if (isflagset(6) || isflagset(5)) {<br>
unforce_rtp_proxy();<br>
}<br>
}<br>
<br>
onreply_route[1] {<br>
if ((isflagset(5) || isflagset(6)) && status=~"(183)|(2[0-9][0-9])") {<br>
force_rtp_proxy();<br>
}<br>
search_append('Contact:.*sip:[^>[:cntrl:]]*', ';nat=yes');<br>
<br>
if (isflagset(6)) {<br>
fix_nated_contact();<br>
}<br>
exit;<br>
}<br>
<br>
</span></span></span></span></span></span></span></font></span></div><div><span class="e" id="q_10c3fb8c22b3d8e3_1"><br><br><div><span class="gmail_quote">On 7/5/06, <b class="gmail_sendername">Bogdan-Andrei Iancu</b> <
<a href="mailto:bogdan@voice-system.ro" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">bogdan@voice-system.ro
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br><br>it might be a signalling problem. Most of the UA drops the calls if they
<br>do not get the ACK for 200 OK.<br>check on the network if this is the case.<br><br>regards,<br>bogdan<br><br>Hamid Ali Asgari wrote:<br><br>>The calls are between two UAs.<br>>The problem is that with a certain type of UA (type A), the calls are ok if
<br>>the calls are between two type A UAs and don't get disconnected. I can talk<br>>as long as I want.<br>><br>>But if I try calling from that UA (type A) to Windows messenger, the call<br>>gets disconnects after less than a minute. In the 1 minute I can talk (so I
<br>>assume it's not a CODEC problem, correct me if I am wrong)<br>><br>>I have also tried with a UA and a Cisco gateway. On the Cisco debugs I see<br>>Disconnet cause code 102 (Session-End-Callback ) which I don't think would
<br>>be the case. There is no callback config on the gateway or the UA.<br>><br>>I guess the UA is tearing down the call for some reasn I don't know.<br>><br>>Any clues?<br>>Hamid<br>><br>><br>>-----Original Message-----
<br>>From: <a href="mailto:users-bounces@openser.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">users-bounces@openser.org</a> [mailto:<a href="mailto:users-bounces@openser.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
users-bounces@openser.org</a>] On Behalf<br>>Of Mike Williams<br>>Sent: Wednesday, July 05, 2006 8:04 PM
<br>>To: <a href="mailto:users@openser.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">users@openser.org</a><br>>Subject: Re: [Users] Disconnect Cause on OpenSER<br>><br>>On Wednesday 05 July 2006 12:31, Hamid Ali Asgari wrote:
<br>><br>>Are the calls from one UA to another, or from a UA to a gateway? I know for
<br>>instance that Asterisk has problems with G729b silence detection and will<br>>drop calls because it thinks the call has dropped. Perhaps other equipment<br>>or<br>>carriers has this problem too.<br>><br>
>---Mike<br>><br>><br>><br>><br>>>Hi,<br>>><br>>>I am having a problem with OpenSER and certain types of CPEs. The problem<br>>>is that the calls get established and the parties can talk, however after
<br>>><br>>><br>>a<br>><br>><br>>>very short period the call gets disconnected. Any guidelines how I could<br>>>troubleshoot this?<br>>><br>>><br>>><br>>>PS: Is there anyway to see the calls disconnect cause on OpenSER? I am
<br>>>currently running OpenSER with radius.<br>>><br>>><br>>><br>>>Thanks in advance,<br>>><br>>>Hamid<br>>><br>>><br>><br>>_______________________________________________
<br>>Users mailing list<br>><a href="mailto:Users@openser.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Users@openser.org</a><br>><a href="http://openser.org/cgi-bin/mailman/listinfo/users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://openser.org/cgi-bin/mailman/listinfo/users</a><br>><br>
><br>>_______________________________________________<br>>Users mailing list<br>><a href="mailto:Users@openser.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Users@openser.org</a>
<br>><a href="http://openser.org/cgi-bin/mailman/listinfo/users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://openser.org/cgi-bin/mailman/listinfo/users
</a><br>><br>><br>><br><br><br>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@openser.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Users@openser.org
</a><br><a href="http://openser.org/cgi-bin/mailman/listinfo/users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://openser.org/cgi-bin/mailman/listinfo/users</a><br></blockquote></div><br><br clear="all"><br></span></div><div><span class="sg">-- <br>Thanks and Regards with cheers<br>Sunkara Ravi Prakash (Voip Developer)<br>Hyperion Technology
<br>Kondapur, Hi-tech city,
<br>Hyderabad.<br><a href="http://www.hyperion-tech.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">www.hyperion-tech.com</a><br>+91-9985077535
</span></div></blockquote></div><br><br clear="all"><br>-- <br>Thanks and Regards with cheers<br>Sunkara Ravi Prakash (Voip Developer)<br>Hyperion Technology<br>Kondapur, Hi-tech city,<br>Hyderabad.<br><a href="http://www.hyperion-tech.com">
www.hyperion-tech.com</a><br>+91-9985077535