You need to understand that because FS is a B2BUA by default there are two separate media sessions endpoint1-&gt;fs and fs-&gt;endpoint2. They negotiate completely separately, and FS just copies media across during a bridge. That means endpoint2 never sees the SDP of endpoint1... unless you bypass_media.<div>

<br></div><div>If you set bypass_media=true then they will see the actual SDP of the other endpoint (forwarded by FS). Reading RFC5245.it looks like that would be enough for it to work. But you&#39;ll still want to know <i>when</i> to bypass_media since it might not work in all situations especially when NAT is involved and when one endpoints doesn&#39;t support STUN/ICE.</div>

<div><br></div><div>In a NAT situation you&#39;ll still be reliant on your router&#39;s SIP ALG being disabled - the endpoints are setting all their candidate addresses in the SDP and if the router were to modify them then that could break everything.</div>

<div><br></div><div>In the case bypass_media_after_bridge=true might still allow RFC2833 DTMF for IVR menus hosted on FS before it leaves the media path. I&#39;m not clear on how well ICE would work with the media renegotiation, but presumably it would work as well as the initial negotation. Chris, relying on SIP INFO isn&#39;t necessarily a good idea - not all endpoints would send it for a start, and it only ever made it as far as a IETF draft that was dropped... although plenty of people have implemented it it never became an actual standard. In particular there are timing issues with it if the packets arrive out of order due to network jitter, since it lacks the timestamping that RFC2833 provides. Far better to remain in the media path for IVR and then to bow out. You&#39;re going to be wanting to play prompts to the user during the IVR anyway.</div>

<div><br></div><div>-Steve</div><div><div><br></div><div><div><div><div><br><br><div class="gmail_quote">On 11 January 2013 12:47, Raimund Sacherer <span dir="ltr">&lt;<a href="mailto:raimund.sacherer@logitravel.com" target="_blank">raimund.sacherer@logitravel.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><div style="font-size:10pt;font-family:arial,helvetica,sans-serif"><div style="font-size:10pt;font-family:arial,helvetica,sans-serif">

Hi, <br><br>I have not looked much into this, but I was under the impression that it&#39;s a client-side thing, as I read it the SDP contains various IP&#39;s for the media, the public (which the phone seeks out via STUN) and the private, the other phone tries to connect to each of those and the first answer it get&#39;s it uses for the media path, as a LAN should answer always faster than a WAN, it should create the mediapath directly between the two devices, therefore FS will not see the media and interacts only with the signaling.<br>

<br>This is how I have interpreted ICE. <br><br>Now, if it does not work this way I appologize, up to now I did not have any use for ICE as all our remote offices are small and they do normally not call each other and in our main offices our PBX&#39;s are (still) internal ...<br>

<br>Best,<br>Rai<br><br><hr><div style="font-size:12pt;font-style:normal;font-family:Helvetica,Arial,sans-serif;text-decoration:none;font-weight:normal"><b>From: </b>&quot;Steven Ayre&quot; &lt;<a href="mailto:steveayre@gmail.com" target="_blank">steveayre@gmail.com</a>&gt;<br>

<b>To: </b>&quot;FreeSWITCH Users Help&quot; &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a>&gt;<br><b>Sent: </b>Viernes, 11 de Enero 2013 13:34:15<br>
<b>Subject: </b>Re: [Freeswitch-users] RTP traffic on LAn<div>
<div class="h5"><br><br>Unfortunately FS does not (as yet) support it. At least not AFAIK.<div>It also would require that both endpoints support it too, and not all do.<div><br></div><div>In any case since FS is a B2BUA not a SIP proxy the endpoints are negotiating with FS not the other endpoint - so you&#39;re still going to want to detect that you want to (try to) bypass_media.</div>



<div><br></div><div>-Steve</div><div><br></div><div><br><div><div><br></div><div><br><br><div class="gmail_quote">On 11 January 2013 11:19, Raimund Sacherer <span dir="ltr">&lt;<a href="mailto:raimund.sacherer@logitravel.com" target="_blank">raimund.sacherer@logitravel.com</a>&gt;</span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div style="font-size:10pt;font-family:arial,helvetica,sans-serif"><div style="font-size:10pt;font-family:arial,helvetica,sans-serif">



Hi, <br><br>isn&#39;t there allready a protocol that does that? ICE?<br><br>this is an excerpt from the SNOM wiki page (we have about 280 snom phones in action):<br><br>--- snip ---<br>ICE DESCRIPTION
<dd>
</dd><dd>  Choose whether or not you want to use ICE (Interactive 
Connectivity Establishment). ICE optimizes the media path. This would be
 the case, for example, when two phones in the same network are calling 
each other via a long media path through other, external networks. With 
ICE, the short media path in the same network would be chosen, which 
will presumably have better quality than the long one. Sometimes this 
feature will stop you from being able to make calls. When this occurs, 
switch it off.
</dd><br>--- snip ---<br><br>Link here: <a href="http://wiki.snom.com/Settings/user_ice" target="_blank">http://wiki.snom.com/Settings/user_ice</a><br><br>Here seems to be more information, check &quot;Probing Media Path&quot;: <a href="http://wiki.snom.com/Networking/NAT" target="_blank">http://wiki.snom.com/Networking/NAT</a><br>



<br>Best, <br><br>Raimund<br><br><hr><div style="font-size:12pt;font-style:normal;font-family:Helvetica,Arial,sans-serif;text-decoration:none;font-weight:normal"><b>From: </b>&quot;Chris B. Ware&quot; &lt;<a href="mailto:chrisbware@yahoo.it" target="_blank">chrisbware@yahoo.it</a>&gt;<br>



<b>To: </b><a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a><br><b>Sent: </b>Viernes, 11 de Enero 2013 10:30:52<br><b>Subject: </b>[Freeswitch-users] RTP traffic on LAn<div>



<br><br><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div>Hi all,</div><div><br></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif">



I&#39;m trying to find a way to let RTP traffic between two phones, registered to a public Freeswitch, on the same LAN, remain local.</div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif">



Usually phones are natted behind an ADSL router and using two RTP streams to speack each other (because, for example, are on different </div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif">



rooms on the same office) consume a lot of
 bandwidth.</div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif"><br></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif">



Is there anyone who has found a solution to this problem?</div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif"><br></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif">



I was thinking on using SIP INFO for sending DTMF (in case customer have to use some phone features activated via phone), using</div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif">



private IP (no STUN on phones) and keeping FS out of RTP streaming.</div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif"><br>



</div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif">Any help will be appreciated.</div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif">



<br></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif">Chris  </div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif">



<br></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif"><br></div></div><br>_________________________________________________________________________<br>



Professional FreeSWITCH Consulting Services:<br><a href="mailto:consulting@freeswitch.org" target="_blank">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" target="_blank">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></div></div><br><br><br>-- <br><div><span></span><span style="line-height:normal;text-indent:0px;letter-spacing:normal;font-variant:normal;text-transform:none;font-size:medium;font-style:normal;white-space:normal;font-family:&#39;Times New Roman&#39;;font-weight:normal;word-spacing:0px"><table cellpadding="1" cellspacing="0" width="80%">



<tbody><tr><td><a href="http://www.logitravel.com/" style="text-decoration:none" target="_blank"><img alt="Logitravel.com" border="0px" height="55" width="250"></a></td></tr><tr><td style="padding:8px 0px 15px 20px">

<span style="font-size:12px;font-weight:bold">Raimund Sacherer</span><br><i>Sistemas</i></td></tr><tr><td style="font-weight:bold">Agencia de Viajes Online<br><a href="http://www.logitravel.com/" style="text-decoration:none" target="_blank">www.logitravel.com</a></td>



</tr><tr><td style="padding:2px 0px 10px">Edificio Logitravel, Parcela 3B (Parc Bit)<br>Ctra. Palma - Valldemossa km 7,4 | 07121 Palma de Mallorca<br>Tel 902 366 847  |  Fax 971 213 495</td>

</tr><tr><td style="border-top:1px solid rgb(191,204,217);border-bottom:1px solid rgb(191,204,217);padding:4px 0px"><table cellpadding="1" cellspacing="0" width="100%"><tbody><tr><td><table cellpadding="3" cellspacing="0">



<tbody><tr><td>Síguenos en:</td><td><a href="http://www.facebook.com/logitravel" target="_blank"><img alt="Facebook de Logitravel" border="0" height="24" width="24"></a></td>

<td><a href="http://twitter.com/logitravel" target="_blank"><img alt="Twitter de Logitravel" border="0" height="24" width="24"></a></td><td><a href="http://www.logitravel.com/bloglogi/" target="_blank"><img alt="Blog de Logitravel" border="0" height="24" width="24"></a></td>



<td><a href="http://www.youtube.com/logitravel" target="_blank"><img alt="Logitravel en Youtube " border="0" height="24" width="24"></a></td><td><a href="https://es.foursquare.com/logitravel" target="_blank"><img alt="Logitravel en Foursquare " border="0" height="24" width="24"></a></td>



</tr></tbody></table></td><td align="right"><table cellpadding="3" cellspacing="0"><tbody><tr><td align="right">Descarga nuestras<span> </span><b>aplicaciones para móvil</b></td>

<td align="right"><a href="http://www.logitravel.com/iphone/" target="_blank"><img alt="Logitravel.com" border="0" height="24" width="102"></a></td></tr></tbody></table></td></tr></tbody></table></td></tr><tr><td style="line-height:13px;padding:5px 0px">



Este correo electrónico y, en su caso, cualquier fichero anexo, contiene información de carácter confidencial exclusivamente dirigida a su destinatario. Queda prohibida su divulgación, copia o distribución a terceros sin la previa autorización escrita de LOGITRAVEL S.L.. En caso de haber recibido este correo electrónico por error, se ruega notifíquese inmediatamente esta circunstancia mediante reenvío a la dirección electrónica del remitente. Al mismo tiempo LA EMPRESA le recuerda que sus datos forman o formarán parte de un fichero registrado como CLIENTES con número de inscripción 2070610043 en la Agencia General de Protección de Datos, propiedad de la empresa LOGITRAVEL, con domicilio en Edificio Logitravel, Ctra. Palma - Valldemosa km 7,4, Parc Bit, Palma de Mallorca. Usted tiene derecho de acceso, oposición, rectificación y cancelación a estos datos que deberá ejercer mediante escrito a la dirección anteriormente citada.</td>



</tr></tbody></table></span><span></span><br></div></div></div></div><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">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" target="_blank">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></div>
<br>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br><a href="mailto:consulting@freeswitch.org" target="_blank">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" target="_blank">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>

</div></div></div><div><div class="h5"><br><br><br>-- <br><div><span></span><span style="line-height:normal;text-indent:0px;letter-spacing:normal;font-variant:normal;text-transform:none;font-size:medium;font-style:normal;white-space:normal;font-family:&#39;Times New Roman&#39;;font-weight:normal;word-spacing:0px"><table cellpadding="1" cellspacing="0" width="80%">

<tbody><tr><td><a href="http://www.logitravel.com/" style="color:rgb(0,51,102);text-decoration:none" target="_blank"><img alt="Logitravel.com" border="0px" height="55" width="250"></a></td></tr><tr><td style="font-family:Tahoma;font-size:11px;color:rgb(0,51,102);padding:8px 0px 15px 20px">

<span style="font-size:12px;font-weight:bold">Raimund Sacherer</span><br><i>Sistemas</i></td></tr><tr><td style="font-family:Tahoma;font-size:12px;color:rgb(0,51,102);font-weight:bold">Agencia de Viajes Online<br><a href="http://www.logitravel.com/" style="color:rgb(0,51,102);text-decoration:none" target="_blank">www.logitravel.com</a></td>

</tr><tr><td style="font-family:Tahoma;font-size:11px;color:rgb(0,51,102);padding:2px 0px 10px">Edificio Logitravel, Parcela 3B (Parc Bit)<br>Ctra. Palma - Valldemossa km 7,4 | 07121 Palma de Mallorca<br>Tel 902 366 847  |  Fax 971 213 495</td>

</tr><tr><td style="border-top:1px solid rgb(191,204,217);border-bottom:1px solid rgb(191,204,217);padding:4px 0px"><table cellpadding="1" cellspacing="0" width="100%"><tbody><tr><td><table cellpadding="3" cellspacing="0">

<tbody><tr><td style="font-family:Tahoma;font-size:11px;color:rgb(0,51,102)">Síguenos en:</td><td><a href="http://www.facebook.com/logitravel" target="_blank"><img alt="Facebook de Logitravel" border="0" height="24" width="24"></a></td>

<td><a href="http://twitter.com/logitravel" target="_blank"><img alt="Twitter de Logitravel" border="0" height="24" width="24"></a></td><td><a href="http://www.logitravel.com/bloglogi/" target="_blank"><img alt="Blog de Logitravel" border="0" height="24" width="24"></a></td>

<td><a href="http://www.youtube.com/logitravel" target="_blank"><img alt="Logitravel en Youtube " border="0" height="24" width="24"></a></td><td><a href="https://es.foursquare.com/logitravel" target="_blank"><img alt="Logitravel en Foursquare " border="0" height="24" width="24"></a></td>

</tr></tbody></table></td><td align="right"><table cellpadding="3" cellspacing="0"><tbody><tr><td style="font-family:Tahoma;font-size:11px;color:rgb(0,51,102)" align="right">Descarga nuestras<span> </span><b>aplicaciones para móvil</b></td>

<td align="right"><a href="http://www.logitravel.com/iphone/" target="_blank"><img alt="Logitravel.com" border="0" height="24" width="102"></a></td></tr></tbody></table></td></tr></tbody></table></td></tr><tr><td style="font-family:Tahoma;font-size:10px;color:rgb(128,128,128);line-height:13px;padding:5px 0px">

Este correo electrónico y, en su caso, cualquier fichero anexo, contiene información de carácter confidencial exclusivamente dirigida a su destinatario. Queda prohibida su divulgación, copia o distribución a terceros sin la previa autorización escrita de LOGITRAVEL S.L.. En caso de haber recibido este correo electrónico por error, se ruega notifíquese inmediatamente esta circunstancia mediante reenvío a la dirección electrónica del remitente. Al mismo tiempo LA EMPRESA le recuerda que sus datos forman o formarán parte de un fichero registrado como CLIENTES con número de inscripción 2070610043 en la Agencia General de Protección de Datos, propiedad de la empresa LOGITRAVEL, con domicilio en Edificio Logitravel, Ctra. Palma - Valldemosa km 7,4, Parc Bit, Palma de Mallorca. Usted tiene derecho de acceso, oposición, rectificación y cancelación a estos datos que deberá ejercer mediante escrito a la dirección anteriormente citada.</td>

</tr></tbody></table></span><span></span><br></div></div></div></div></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></div></div>