Smy,<br>
<br>
One thing to keep in mind when dealing with Cisco 3600 routers (and
others with ALG functionality) is that if you are using mediaproxy or
rtpproxy and accidentially call use_media_session() or
force_rtp_session() more than once when dealing with NATed clients,
that SER will corrupt the c= field in the SDP payload and the Cisco
3600 will refuse to pass that message -- we can call this a &quot;feature&quot;
:-)<br>
<br>
Regards,<br>
Paul<br><br><div><span class="gmail_quote">On 6/24/05, <b class="gmail_sendername">Greger V. Teigre</b> &lt;<a href="mailto:greger@teigre.com">greger@teigre.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Looks like the cisco box never receives the trying...<br>U SER-ip:5080 -&gt; cisco-ip:5060<br><br>If Cisco listens to port 5080 and not 5060, it's obvious...&nbsp;&nbsp;However, the<br>box announces 5060 in:<br>Via: SIP/2.0/UDP&nbsp;&nbsp;cisco-ip:5060
<br><br>So, you need to change the cisco's announced port. Should be some parameter<br>somewhere...<br>g-)<br><br><a href="mailto:smy@addm.com">smy@addm.com</a> wrote:<br>&gt; Hi all,<br>&gt;<br>&gt; I'm currently working with a cisco3600 with SER 
0.9.2.&nbsp;&nbsp;Thanks to<br>&gt; <a href="http://Onsp.org">Onsp.org</a>, I can land calls from SER to Cisco 3600 without any<br>&gt; problems.&nbsp;&nbsp;Yet I'm experiencing some problems with Cisco3600 passing<br>&gt; calls onto SER.<br>
&gt;<br>&gt; My setup is as follow:<br>&gt;<br>&gt; Cisco 3600 ==&gt; SER+Mediaproxy ===&gt; IP Phone<br>&gt;<br>&gt; When a call come in via DID method through the Cisco3600, SER<br>&gt; received the all SIP messages (I got it via ngrep), yet the call
<br>&gt; couldn't pass onto the IP Phone.<br>&gt;<br>&gt; Currently, all devices (including cisco) have been configured to use<br>&gt; port 5080 instead of port 5060 due to port restrictions on the<br>&gt; network, and that I have specified the ip in the trusted table under
<br>&gt; mysql.&nbsp;&nbsp;Yet I don't know why the call still can not get through.&nbsp;&nbsp;The<br>&gt; following are the logs I received from ngrep and cisco.....&nbsp;&nbsp;Any help<br>&gt; is welcome and is GREATLY APPRCIATED!!<br>&gt;<br>&gt; ------------------- ngrep from SER server
<br>&gt;<br>&gt; U cisco-ip:55299 -&gt; SER-ip:5080<br>&gt;&nbsp;&nbsp;INVITE sip:6119203@SER-ip;user=phone;phone-context=local<br>&gt; SIP/2.0..Via: SIP/2.0/UDP&nbsp;&nbsp;cisco-ip:5060..From: &quot;6113640&quot;<br>&gt; &lt;sip:6113640@cisco-ip
&gt;..To:<br>&gt; &lt;sip:6119203@SER-ip;user=phone;phone-context=local&gt;.............. #<br>&gt; U SER-ip:5080 -&gt; cisco-ip:5060<br>&gt;&nbsp;&nbsp;SIP/2.0 100 trying -- your call is important to us..Via: SIP/2.0/UDP<br>&gt; <a href="http://222.50.103.247:5060">
222.50.103.247:5060</a>..From: &quot;6113640&quot; &lt;sip:6113640@cisco-ip&gt;..To:<br>&gt; &lt;sip:6119203@SER-ip;user=phone;phone-context=local&gt;...........................<br>&gt; #<br>&gt; U cisco-ip:55299 -&gt; SER-ip:5080
<br>&gt;&nbsp;&nbsp;CANCEL sip:6119203@SER-ip;user=phone;phone-context=local<br>&gt; SIP/2.0..Via: SIP/2.0/UDP&nbsp;&nbsp;<a href="http://222.50.103.247:5060">222.50.103.247:5060</a>..From:<br>&gt; &quot;6113640&quot;&lt;sip:6113640@cisco-ip
&gt;..To:<br>&gt; &lt;sip:6119203@SER-ip;user=phone;phone-context=local&gt;.................<br>&gt;<br>&gt; ---------------- mysql trusted table<br>&gt; +----------------+-------+--------------+<br>&gt;&gt; src_ip&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | proto | from_pattern |
<br>&gt; +----------------+-------+--------------+<br>&gt;&gt; cisco-ip&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | any&nbsp;&nbsp; | ^sip:.*$&nbsp;&nbsp;&nbsp;&nbsp; |<br>&gt; +----------------+-------+--------------+<br>&gt;<br>&gt; ----------------- log from cisco3600<br>&gt; Jun 23 14:23:53: HandleUdpSocketReads :Msg enqueued for SPI with
<br>&gt; IPaddr: SER-ip:5080<br>&gt; Jun 23 14:23:57: Received:<br>&gt; SIP/2.0 408 Request Timeout<br>&gt; Via: SIP/2.0/UDP&nbsp;&nbsp;cisco-ip:5060<br>&gt; From: &quot;6113640&quot; &lt;sip:6113640@cisco3600&gt;<br>&gt; To:<br>&gt; &lt;
sip:6119203@SER-ip;user=phone;phone-context=local&gt;;tag=bc78c497f1336138e83d95d77d963f1b-f81d<br>&gt; Call-ID: <a href="mailto:22B8BA3E-E32911D9-82A1EC22-7AD29AB0@222.50.103.247">22B8BA3E-E32911D9-82A1EC22-7AD29AB0@222.50.103.247
</a><br>&gt; CSeq<br>&gt;<br>&gt; _______________________________________________<br>&gt; Serusers mailing list<br>&gt; <a href="mailto:Serusers@iptel.org">serusers@lists.iptel.org</a><br>&gt; <a href="http://lists.iptel.org/mailman/listinfo/serusers">
http://lists.iptel.org/mailman/listinfo/serusers</a><br><br>_______________________________________________<br>Serusers mailing list<br><a href="mailto:serusers@lists.iptel.org">serusers@lists.iptel.org</a><br><a href="http://mail.iptel.org/mailman/listinfo/serusers">
http://lists.iptel.org/mailman/listinfo/serusers</a><br></blockquote></div><br>