[Freeswitch-users] Bridging Gateway from another server

Steven Ayre steveayre at gmail.com
Fri May 27 15:52:27 MSD 2011


That means a codec negotiation problem.

Remember you'll need to configure your dialplan on FS2 so the calls from FS1
go to the gateway.

-Steve


On 27 May 2011 10:33, William Alianto <william at xofap.com> wrote:

>  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>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
>>
>
>
>
> --
> Regards,
>
> William
>
>
> _______________________________________________
> 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/cde39ce1/attachment-0001.html 


More information about the FreeSWITCH-users mailing list