[Freeswitch-users] Bridging Gateway from another server

Tihomir Culjaga tculjaga at gmail.com
Fri May 27 12:55:40 MSD 2011


on FS1 machine define FS2 as gateway and bridge the call to it...



<extension name="To_FS2">
  <condition field="destination_number" expression="(.*)">
      <action application="bridge" data="sofia/gateway/FS2/$1"/>
   </condition>
</extension>



or without creating any gateways just bridge to FS2 IP address...

<extension name="To_FS2">
  <condition field="destination_number" expression="(.*)">
      <action application="bridge" data="sofia/profilename/$1 at FS2_IP"/>
   </condition>
</extension>





On Thu, May 26, 2011 at 12:06 PM, William Alianto <william at xofap.com> wrote:

> I'm trying to do an outbound scenario as following :
>
> Client --> FS1 --> FS2 --> SBC
>
> It maybe more simple if I add the SBC as gateway to FS1, but it only
> accept IP from FS2 due to IP restriction from provider. Is there any
> possible solution for this scenario?
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110527/f9a754db/attachment-0001.html 


More information about the FreeSWITCH-users mailing list