[Freeswitch-users] Inbound using FS
    Peter Olsson 
    peter.olsson at visionutveckling.se
       
    Tue Jun  9 07:26:28 PDT 2009
    
    
  
If you don't even see it when debug logging is enabled, there is something wrong in the other end.
About the IP's. I guess you're just faking IP's in these email,s or are you using 2.2.2.2 and 1.1.1.1 for real? Cause in that case you're in trouble. I just wanted to make sure... :)
/Peter
-----Ursprungligt meddelande-----
Från: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] För Rex_Alex
Skickat: den 9 juni 2009 15:55
Till: freeswitch-users at lists.freeswitch.org
Ämne: Re: [Freeswitch-users] Inbound using FS
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.
_______________________________________________
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
!DSPAM:4a2e6b2232934656730255!
    
    
More information about the FreeSWITCH-users
mailing list