[Freeswitch-users] Bridging Gateway from another server
William Alianto
william at xofap.com
Fri May 27 13:33:46 MSD 2011
I tried both scenario, but it return as "Incompatible Destination"
instead. Do I missed some step?
On 2:59, Tihomir Culjaga wrote:
> 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
> <mailto: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
> <mailto: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
>
>
--
Regards,
William
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110527/87a51419/attachment.html
More information about the FreeSWITCH-users
mailing list