FS still needs to see the signalling to start up the call.<br><br>You&#39;ll need to bridge the call from the Windows FS to the Linux FS, and then have Linux FS send the call on to the final destination either directly or via the Windows FS by bridging back to it (but on another profile/dialplan/extension so it knows it&#39;s to send out to the phone not to the Linux FS).<br>
<br>Client ----(g711)----&gt; Windows FS ----(g711)-----&gt; Linux FS ----(g729)----&gt; IP Phone<br>Client ----(g711)----&gt; Windows FS ----(g711)-----&gt; Linux FS ----(g729)----&gt; Windows FS ----(g729)----&gt; IP Phone<br>
<br>Directly from Linux FS to phone would be optimal, but you&#39;ll need to do it via the Windows FS if you&#39;re using the registration data to know where to send the call to.<br><br>Using bypass_media would allow you to avoid sending media via Windows FS which&#39;ll massively reduce the server load. SIP signalling uses hardly any CPU since there are very few messages during most calls. You&#39;ll get the following paths:<br>
Signalling: Client ----&gt; Windows FS ----&gt; Linux FS ----&gt; Windows FS ----&gt; IP Phone<br>Media: Client ----(g711)----&gt; Linux FS ----(g729)----&gt; IP Phone<br><br>-Steve<br><br><br><br><div class="gmail_quote">
On 24 July 2010 19:10, babak yakhchali <span dir="ltr">&lt;<a href="mailto:babak.freeswitch@gmail.com">babak.freeswitch@gmail.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;">
how can I force windows side freeswitch to send calls through linux fs box? I mean registrations are sent to windows box so how should I call bridge application to send calls through linux box which g729 licenses are available on<div>

thanx</div>
<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>