[Freeswitch-users] Inbound using FS

Rex_Alex rex.alex345 at yahoo.com
Tue Jun 9 06:55:19 PDT 2009


Hello,

Below are some changes I have made, Post me if any additions required...

acl.conf.xml 

<list name="Inbound_Test" default="allow"> 
  <node type="allow" cidr="2.2.2.2/32"/> 
</list> 

freeswitch.xml 

<X-PRE-PROCESS cmd="set" data="internal_auth_calls=true"/> 

sip_profiles/internal.xml 

< param name="apply-inbound-acl" value="inbound_ac" />  under <settings> tag 

public.xml 

<extension name="Inbound"> 
        <condition field="destination_number" expression="^(123456)$"> 
                <action application="transfer" data="$1 XML default"/> 
        </condition> 
</extension> 

default.xml 

<extension name="Inbound"> 
        <condition field="destination_number" expression="^123456$"> 
                <action application="ring_ready" /> 
                <action application="set" data="call_timeout=20"/> 
                <action application="bridge"
data="sofia/internal/1007%1.1.1.1"/> 
        </condition> 
</extension> 

Thanks
Rex

-- 
View this message in context: http://n2.nabble.com/Inbound-using-FS-tp3012286p3049537.html
Sent from the freeswitch-users mailing list archive at Nabble.com.





More information about the FreeSWITCH-users mailing list