VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
mike at jerris.com Guest
|
Posted: Tue Jun 23, 2009 11:11 am Post subject: [Freeswitch-users] Freeswitch Warning Cannot Call External I |
|
|
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:
Quote: |
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/
1006@116.5.231.40
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/1006@116.50.231.72
[CS_EXECUTE] [NORMAL_CLEARING]
2009-06-19 19:02:01 [NOTICE] switch_core_session.c:1085
switch_core_session_thread() Session 7 (sofia/internal/1006@116.5.231.40
)
Ended
2009-06-19 19:02:01 [NOTICE] switch_core_session.c:1087
switch_core_session_thread() Close Channel sofia/internal/1006@116.5.231.40
[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
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
darklion11 at yahoo.com Guest
|
Posted: Tue Jun 23, 2009 9:12 pm Post subject: [Freeswitch-users] Freeswitch Warning Cannot Call External I |
|
|
Where can i find this logs?
Michael Jerris wrote:
Quote: |
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:
Quote: |
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/
1006@116.5.231.40
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/1006@116.50.231.72
[CS_EXECUTE] [NORMAL_CLEARING]
2009-06-19 19:02:01 [NOTICE] switch_core_session.c:1085
switch_core_session_thread() Session 7 (sofia/internal/1006@116.5.231.40
)
Ended
2009-06-19 19:02:01 [NOTICE] switch_core_session.c:1087
switch_core_session_thread() Close Channel
sofia/internal/1006@116.5.231.40
[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
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
--
View this message in context: http://www.nabble.com/Freeswitch-Warning-Cannot-Call-External-Ips--tp24109532p24177512.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
mike at jerris.com Guest
|
Posted: Tue Jun 23, 2009 11:49 pm Post subject: [Freeswitch-users] Freeswitch Warning Cannot Call External I |
|
|
Please see the debugging pages on the wiki
On Jun 23, 2009, at 10:10 PM, Edmar Cruz <darklion11@yahoo.com> wrote:
Quote: |
Where can i find this logs?
Michael Jerris wrote:
Quote: |
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:
Quote: |
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/
1006@116.5.231.40
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/1006@116.50.231.72
[CS_EXECUTE] [NORMAL_CLEARING]
2009-06-19 19:02:01 [NOTICE] switch_core_session.c:1085
switch_core_session_thread() Session 7 (sofia/internal/1006@116.5.231.40
)
Ended
2009-06-19 19:02:01 [NOTICE] switch_core_session.c:1087
switch_core_session_thread() Close Channel
sofia/internal/1006@116.5.231.40
[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
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
--
View this message in context: http://www.nabble.com/Freeswitch-Warning-Cannot-Call-External-Ips--tp24109532p24177512.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
msc at freeswitch.org Guest
|
Posted: Wed Jun 24, 2009 10:59 am Post subject: [Freeswitch-users] Freeswitch Warning Cannot Call External I |
|
|
On Tue, Jun 23, 2009 at 7:10 PM, Edmar Cruz <darklion11@yahoo.com (darklion11@yahoo.com)> wrote:
Quote: |
Where can i find this logs?
|
Please look at this page because it will give you a lot of information about how to collect information for debugging:
http://wiki.freeswitch.org/wiki/Reporting_Bugs
I recommend setting aside 20 minutes to read that page and learn how to turn on debugging, capture command line interface output, etc. If you master those basic skills it will save you (and us) a lot of time.
-MC |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|