My freeswitch has a mysql database consists of freeswitch tables, registrations and nibblebill on mysql configured it correctly and working... Issue is when I call external ip's sometimes it works sometimes not?
2009-06-19 19:02:01 [INFO] switch_core_session.c:1040 switch_core_session_enable_heartbeat() sofia/internal/[email protected] setting session heartbeat to 1 second(s). 2009-06-19 19:02:01 [NOTICE] switch_core_state_machine.c:179 switch_core_standard_on_execute() Hangup sofia/internal/[email protected] [CS_EXECUTE] [NORMAL_CLEARING] 2009-06-19 19:02:01 [NOTICE] switch_core_session.c:1085 switch_core_session_thread() Session 7 (sofia/internal/[email protected]) Ended 2009-06-19 19:02:01 [NOTICE] switch_core_session.c:1087 switch_core_session_thread() Close Channel sofia/internal/[email protected] [CS_DESTROY] On my acl.conf.xml I allow ip 116.5.231.40 <list name="globals" default="deny"> <node type="allow" cidr="116.5.231.40/32"/> <!-- My PC ip--> <node type="allow" cidr="116.5.231.41/32"/> </list> I put this on my external and internal profile param name="apply-inbound-acl" value="globals"/> And put auth-calls to false... Please help me am really near to my success here in freeswitch... Thanks... -- View this message in context: http://www.nabble.com/Freeswitch-Warning-Cannot-Call-External-Ips--tp24109532p24109532.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
