<div>Hi,</div>  <div>thanks for the reply bogdan. Even i knew that proxy is only doing signalling here, but I did not face this problem when I sent the calls directly to the pstn gateway. Again when I used the sip proxy, the problem came in again. </div>  <div>The problem is not consistent but once in a while it arrives and stays for some time and its very irritating as&nbsp;two different rtp streams are connected on the same port..</div>  <div>Have you ever heard of such problem in VoIP scenario as I googled a lot at this problem but with no luck. What could be the cause..</div>  <div>The 6010 port is OK as the RTP starts from port 6000 in AudioCodes Mediant 2000 media gateway.</div>  <div>&nbsp;</div>  <div>thanks again,</div>  <div>jayesh<BR><BR><B><I>Bogdan-Andrei Iancu &lt;bogdan@voice-system.ro&gt;</I></B> wrote:</div>  <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">Hi Jayesh,<BR><BR>your script does not handle media at all
 (you do not use any rtp relay <BR>as rtpproxy or mediaproxy). So, it has nothing to do with the SIP proxy.<BR>one interesting fact is that the GW is complaining of port 6010 for <BR>media...which is quite unusual for media....<BR><BR>try monitoring the ports at net level to see how's sending data there.<BR><BR>regards,<BR>bogdan<BR><BR>Jayesh Nambiar wrote:<BR><BR>&gt; Hi all,I am facing a strange problem while using openser. I am running <BR>&gt; openser 1.0.0 and while calling, multiple call gets connected on the <BR>&gt; same port. I am using Audiocodes media gatewaywhich sends calls to <BR>&gt; Openser and openser then t_relays the call to pstn gateway. When there <BR>&gt; are simultaneously 8-10 calls going on, there are more than 1 call <BR>&gt; getting connected on the same port.It is like a cross connection in <BR>&gt; which you can hear a other phone ring.I get the following log on the <BR>&gt; Audiocodes gateway:2d:5h:1m:54s Multiple RTP detected on Port 6010. <BR>&gt;
 Switch to Destination Stream IP: 0xd8a8a262, Source Port: 34784. Left <BR>&gt; Stream IP: 0xd8a8a262, Source Port: 34846 [File:TCPIPHal.cpp <BR>&gt; Line:1181] [CID:0]2d:5h:1m:54s Multiple RTP detected on Port 6010. <BR>&gt; Active Stream IP: 0xd8a8a262, Source Port: 34784. Rejected Stream IP: <BR>&gt; 0xd8a8a262, Source Port: 34846 [Code:7003<BR>File:TCPIPHal.cpp <BR>&gt; Line:1237] [CID:0]<BR>&gt;<BR>&gt; My openser conf file is as shown:<BR>&gt; <BR>&gt; debug=3 <BR>&gt; fork=yes<BR>&gt; log_stderror=no <BR>&gt; dns=no <BR>&gt; rev_dns=no <BR>&gt; listen=202.XX.61.XX<BR>&gt; port=5060<BR>&gt; children=4<BR>&gt; fifo="/tmp/openser_fifo"<BR>&gt; fifo_db_url="mysql://openser:openserrw@localhost/openser"<BR>&gt; # ------------------ module loading ----------------------------------<BR>&gt; loadmodule "/usr/local/lib/openser/modules/mysql.so"<BR>&gt; loadmodule "/usr/local/lib/openser/modules/sl.so"<BR>&gt; loadmodule "/usr/local/lib/openser/modules/tm.so"<BR>&gt; loadmodule
 "/usr/local/lib/openser/modules/rr.so"<BR>&gt; loadmodule "/usr/local/lib/openser/modules/maxfwd.so"<BR>&gt; loadmodule "/usr/local/lib/openser/modules/permissions.so"<BR>&gt; loadmodule "/usr/local/lib/openser/modules/acc.so"<BR>&gt; loadmodule "/usr/local/lib/openser/modules/avpops.so"<BR>&gt; # ----------------- setting module-specific parameters ---------------<BR>&gt; modparam("rr", "enable_full_lr", 1)<BR>&gt; modparam("permissions|acc", "db_url", <BR>&gt; "mysql://openser:openserrw@localhost/openser")<BR>&gt; modparam("permissions", "db_mode", 1)<BR>&gt; modparam("permissions", "trusted_table", "trusted")<BR>&gt; modparam("acc", "log_level", 1)<BR>&gt; modparam("acc", "log_flag", 1)<BR>&gt; modparam("acc", "db_flag", 1)<BR>&gt; modparam("acc", "db_missed_flag", 3)<BR>&gt; modparam("acc", "report_ack", 0)<BR>&gt; modparam("acc", "db_extra", "src= $si")<BR>&gt;<BR>&gt; # ------------------------- request routing logic -------------------<BR>&gt; route{<BR>&gt; if
 (!mf_process_maxfwd_header("10")) {<BR>&gt; sl_send_reply("483","Too Many Hops");<BR>&gt; exit;<BR>&gt; };<BR>&gt; if (msg:len &gt;= 2048 ) {<BR>&gt; sl_send_reply("513", "Message too big");<BR>&gt; exit;<BR>&gt; };<BR>&gt; setflag(1);<BR>&gt; if (method!="REGISTER") {<BR>&gt; record_route();<BR>&gt; };<BR>&gt; if (loose_route()) {<BR>&gt; route(1);<BR>&gt; return;<BR>&gt; };<BR>&gt; if(uri!=myself) {<BR>&gt; route(1);<BR>&gt; }<BR>&gt; if (uri==myself) {<BR>&gt; <BR>&gt; if(method=="INVITE" &amp;&amp; allow_trusted()) {<BR>&gt; strip(2);<BR>&gt; prefix("36130");<BR>&gt; rewritehost("216.XXX.162.XXX");<BR>&gt; route(1);<BR>&gt; return;<BR>&gt; <BR>&gt; } else if(!allow_trusted()) {<BR>&gt; sl_send_reply("403", "Forbidden");<BR>&gt; };<BR>&gt; };<BR>&gt; <BR>&gt; if (method=="CANCEL") {<BR>&gt; route(1);<BR>&gt; return;<BR>&gt; };<BR>&gt; <BR>&gt; }<BR>&gt; route[1] {<BR>&gt; if(!t_relay()) {<BR>&gt; sl_reply_error();<BR>&gt; };<BR>&gt; }<BR>&gt; Can someone please try and help me on
 this.<BR>&gt; <BR>&gt; thanks in advance,<BR>&gt; jayesh...<BR>&gt;<BR>&gt; ------------------------------------------------------------------------<BR>&gt; Jiyo cricket on Yahoo! India cricket <BR>&gt; <HTTP: cricket in.sports.yahoo.com *http: mailcricket in mail us.rd.yahoo.com /><BR>&gt; Yahoo! Messenger Mobile <BR>&gt; <HTTP: *http: in mail us.rd.yahoo.com messenger new in.mobile.yahoo.com mailmobilemessenger /><BR>&gt; Stay in touch with your buddies all the time.<BR>&gt;<BR>&gt;------------------------------------------------------------------------<BR>&gt;<BR>&gt;_______________________________________________<BR>&gt;Users mailing list<BR>&gt;Users@openser.org<BR>&gt;http://openser.org/cgi-bin/mailman/listinfo/users<BR>&gt; <BR>&gt;<BR><BR></BLOCKQUOTE><BR><p>
        

        
                <hr size=1> 
Jiyo cricket on <a href="http://us.rd.yahoo.com/mail/in/mailcricket/*http://in.sports.yahoo.com/cricket/">Yahoo! India cricket</a><br>
<a href="http://us.rd.yahoo.com/mail/in/mailmobilemessenger/*http://in.mobile.yahoo.com/new/messenger/">Yahoo! Messenger Mobile</a> Stay in touch with your buddies all the time.