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: [email protected] [mailto:[email protected]] För Rex_Alex Skickat: den 9 juni 2009 15:55 Till: [email protected] Ä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 [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org !DSPAM:4a2e6b2232934656730255! _______________________________________________ Freeswitch-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
