Try turning up your logging level to debug to see why the call is hanging up.
Mike On Jun 19, 2009, at 7:13 AM, Edmar Cruz wrote: > > 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... _______________________________________________ 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
