<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Peter,<div><br></div><div>Your debug shows the invite with via/from/contact/rpid all coming from 10.1.1.206, your external side.&nbsp;</div><div>Check your bridge statement, is it using the correct sip profile?&nbsp;</div><div>Check your sip profile SBC internal params&nbsp;rtp-ip &amp; sip-ip, make sure they are set correctly to 10.10.10.206</div><div>Paste up your logs from the sbc including sip trace.</div><div><br></div><div>Anthony</div><div><br></div><div><br><div><div>On 7 Aug 2013, at 08:12, Peter &lt;<a href="mailto:eidevm5@gmail.com">eidevm5@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div><div><div><div><div><div><div><div><div><div>Hi Anthony.<br><br></div>Yes, the SIP profiles are the same for calls going to Kamailio and to CME/CUBE.<br><br></div>Note that CME only has one interface, so binding the source interface doesn't really make much sense.<br>
<br>Note that I've simplified my set up a little and the phone that was registered to CUCM is now registered to CME.&nbsp; However, the result is still the same, ie:&nbsp; one way audio to the Cisco phone.<br><br></div>You can see the SIP debug from CME at:<br>
<br><a href="http://pastebin.freeswitch.org/21274">http://pastebin.freeswitch.org/21274</a><br><br></div>The call is coming from <a href="mailto:1001@10.1.1.204">1001@10.1.1.204</a> to <a href="mailto:3000@10.10.10.203">3000@10.10.10.203</a><br>
<br></div>where<br><br></div>10.1.1.204&nbsp; - Freeswitch where SIP clients register to<br></div>10.1.1.206&nbsp; - External side of Freeswitch SBC<br></div>10.10.10.206 - Internal side of Freeswitch SBC<br></div>10.10.10.203 - CME<br>
<br></div>Peter<br><br><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Aug 6, 2013 at 5:13 PM, Anthony McGarry <span dir="ltr">&lt;<a href="mailto:agtmcgarry@gmail.com" target="_blank">agtmcgarry@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div>Hi Peter,</div><div><br></div><div>Because the calls are fine when using Kamailio I'm assuming your sip profiles are fine and you FS SBC config is fine. Are you using the same profiles?</div>
<div><span>Yes you are correct. Have you added the commands? Add them as a first step.</span></div><div><span>Send on a 'debug ccsip messages'&nbsp;</span></div><span class="HOEnZb"><font color="#888888"><div><span><br>
</span></div><div><span>Anthony&nbsp;</span></div></font></span><div><div class="h5"><div><br></div><div><br></div><div><br>On 6 Aug 2013, at 05:35, Peter &lt;<a href="mailto:eidevm5@gmail.com" target="_blank">eidevm5@gmail.com</a>&gt; wrote:<br>
<br></div><blockquote type="cite"><div dir="ltr"><div><div><div><div><div><div>Thanks for replying Anthony.<br><br></div>Keep in mind that I have very little experience with Cisco products, so I may be missing something fundamental.<br>
<br></div>As far as I can see<br>
<br></div>voice-class sip bind media source-interface ....<br><br></div>is just used to bind the SIP or media stream to the appropriate interface on the CUBE.<br><br></div>My issue is that the CUBE is trying to initiate the return RTP stream to the external interface (instead of the internal interface) on the Freeswitch SBC.<br>

<br></div>Is my understanding of the sip bind media command correct?<br><br>Thanks<br><br>Peter<br><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Aug 5, 2013 at 5:23 PM, Anthony McGarry <span dir="ltr">&lt;<a href="mailto:agtmcgarry@gmail.com" target="_blank">agtmcgarry@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On cube make sure you specify the source address on your dial-peers<br>
voice-class sip bind media|control<br>
to the correct side. I have seen one way audio when not set.<br>
<div><br>
On 5 Aug 2013, at 06:29, Peter &lt;<a href="mailto:eidevm5@gmail.com" target="_blank">eidevm5@gmail.com</a>&gt; wrote:<br>
<br>
&gt;<br>
&gt;<br>
&gt; I currently have successful two way calls (signalling and media) in the following setup<br>
&gt;<br>
&gt;<br>
&gt; External Linphone --&gt; &nbsp;Freeswitch &nbsp;--&gt; Freeswitch SBC &nbsp;-&gt; Router &nbsp;-&gt; Kamailio --&gt; Internal Linphone<br>
&gt;<br>
&gt; However, when I try to call a Cisco handset that is registered to CUCM9 via CME in the following config:<br>
&gt;<br>
&gt; External Linphone --&gt; &nbsp;Freeswitch &nbsp;--&gt; Freeswitch SBC &nbsp;-&gt; Router &nbsp;-&gt; CME -&gt; &nbsp;CUCM9 --&gt; &nbsp;Cisco handset<br>
&gt;<br>
&gt; The call signalling appears to be working fine and I can successfully &nbsp;initiate a call from each end, but the only RTP stream that is working is from the external Linphone client to the Cisco handset.<br>
&gt;<br>
&gt; Note that CME is being used as a CUBE device, so all SIP and RTP goes via it.<br>
&gt;<br>
&gt; Looking at the RTP debugs on CME I can see the problem is that the "Media Dest Addr" is getting set to the external side of the FS SBC rather than the internal IP address.<br>
&gt;<br>
&gt;<br>
&gt; I tried setting adding:<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;action application="set" data="disable_rtp_auto_adjust="true" /&gt;<br>
&gt;<br>
&gt; to the dialplan on the SBC, but it made no difference.<br>
&gt;<br>
&gt;<br>
&gt; Any suggestions as to what to check next?<br>
&gt;<br>
&gt; Thanks<br>
&gt;<br>
&gt; Peter<br>
&gt;<br>
</div>&gt; _________________________________________________________________________<br>
<br>
<br></blockquote></div></div></div></div>
</blockquote></div></div><div class="im"><blockquote type="cite"><span>_________________________________________________________________________</span><br><span>Professional FreeSWITCH Consulting Services:</span><br>
<span><a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a></span><br><span><a href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com</a></span><br>
<span></span><br><span>FreeSWITCH-powered IP PBX: The CudaTel Communication Server</span><br><span><a href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a></span><br><span></span><br><span>Official FreeSWITCH Sites</span><br>
<span><a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a></span><br><span><a href="http://wiki.freeswitch.org/" target="_blank">http://wiki.freeswitch.org</a></span><br><span><a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a></span><br>
<span></span><br><span>FreeSWITCH-users mailing list</span><br><span><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a></span><br><span><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></span><br>
<span>UNSUBSCRIBE:http://<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">lists.freeswitch.org/mailman/options/freeswitch-users</a></span><br><span><a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a></span><br>
</blockquote></div></div><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org/" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div></div></div>
_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>http://www.freeswitchsolutions.com<br><br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>http://www.cudatel.com<br><br>Official FreeSWITCH Sites<br>http://www.freeswitch.org<br>http://wiki.freeswitch.org<br>http://www.cluecon.com<br><br>FreeSWITCH-users mailing list<br>FreeSWITCH-users@lists.freeswitch.org<br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br></blockquote></div><br></div></body></html>