[Freeswitch-users] SBC configuration

David Knell dave at 3c.co.uk
Mon Jan 12 05:16:19 PST 2009


Hi Ash,

It's the former.  Here's a snippet from a dialplan of ours - this  
takes calls with a specific prefix from a specific IP address and  
forwards them to a particular carrier:

   <extension name="sample">
     <condition field="network_addr" expression="^10\.1\.1\.12$" />
       <condition field="destination_number" expression="^301(.*)$">
         <action application="set" data="bypass_media=true" />
         <action application="set" data="effective_caller_id_name=$ 
{caller_id_number}" />
         <action application="set" data="effective_caller_id_number=$ 
{caller_id_number}" />
         <action application="bridge" data="sofia/gateway/att/$1"/>
       </condition>
   </extension>

- you'll need something similar for each direction.

Cheers --

Dave

> Hi,
>
> I am interested in testing Freeswitch acting as an SBC. Is it simply  
> a matter of configuring the dialplan correctly, using RE's so that  
> inbound calls are just forwarded to our internal PBX and outbound  
> calls from the PBX are forwarded to the VOIP provider?
>
> Or do I need to create an application that specifcally creates a new  
> call and then joins the inbound and outbound calls?
>
> I haven't been able to find info on the wiki or google re. SBC setup.
>
>
> thanks
> Ash
> _______________________________________________
> 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





More information about the FreeSWITCH-users mailing list