Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] Crash in mod_opal when hanging up call...


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
peter.olsson at vision...
Guest





PostPosted: Thu Apr 09, 2009 8:53 am    Post subject: [Freeswitch-users] Crash in mod_opal when hanging up call... Reply with quote

Hello everyone. I've been following this project for quite some time now, but I never got the time to test it. But today I finally had a day off from work, so I could sit and play around with it for some time Smile Everything wen't really smooth - even though I built everything from scratch on a Windows machine, including mod_opal (linked against the opal library). And with the docs I found I didn't even have to search Google to get it up and running Smile So first of all - what a great job, guys - I'm really impressed, and the code seems really stable as well!

My setup right now is FreeSWITCH in Windows XP, with both SIP and H323 enabled. And most of the stuff works just fine. However, I think I've found a bug in mod_opal - it sometimes causes FreeSWITCH to crash when hanging up a call. I think that mod_opal is considered to be in beta stage still, so I'm not all that surprised. Smile Check the error found in the log below. Does anyone have any ideas? It's pretty easy to reproduce, just dial in to FreeSWITCH using H323 and hang up the call, for me it happens maybe 2 out of 5 times.

I'm using latest SVN trunk versions (checked out today), for both FreeSWITCH and for opal/ptlib.

If you need further information, or if I should file a jira case, please get back to me, and I'll try to help out as much as possible.

2009-04-09 14:37:05 [NOTICE] mod_opal.cpp:657 FSConnection::OnAlerting() Ring-Ready !
2009-04-09 14:37:05 [NOTICE] switch_channel.c:597 switch_channel_set_name() New Channel opal/in:9999 [c7441e16-394c-d843-9ce4-760786dcecbf]
2009-04-09 14:37:05 [INFO] mod_dialplan_xml.c:252 dialplan_hunt() Processing Peter Olsson [172.18.96.100]->9999 in context default
2009-04-09 14:37:05 [INFO] mod_opal.cpp:1134 mod_opal() opal/in:9999 initialise opal/in:9999write audio codec G.711-uLaw-64k for connection FSMediaStream-Source-G.711-uLaw-64k
2009-04-09 14:37:05 [INFO] mod_opal.cpp:1134 mod_opal() opal/in:9999 initialise opal/in:9999read audio codec G.711-uLaw-64k for connection FSMediaStream-Sink-G.711-uLaw-64k
2009-04-09 14:37:05 [NOTICE] mod_opal.cpp:795 FSConnection::OnOpenMediaStream() Channel [opal/in:9999] has been answered Assertion failed: (*frame)->codec != ((void *)0), file ..\..\src\switch_core_io.c, line 202
2009-04-09 14:37:09 [NOTICE] mod_opal.cpp:650 FSConnection::OnReleased() Hangup opal/in:9999 [CS_EXECUTE] [NORMAL_CLEARING]
2009-04-09 14:37:09 [INFO] h323pdu.cxx:1005 H225() Read error (0):

_______________________________________________
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
anthony.minessale at g...
Guest





PostPosted: Thu Apr 09, 2009 5:17 pm    Post subject: [Freeswitch-users] Crash in mod_opal when hanging up call... Reply with quote

can you try the latest trunk again r12975
if it's still a problem please open a jira on the issue
http://jira.freeswitch.org


On Thu, Apr 9, 2009 at 8:34 AM, Peter Olsson <peter.olsson@visionutveckling.se (peter.olsson@visionutveckling.se)> wrote:
Quote:
Hello everyone. I've been following this project for quite some time now, but I never got the time to test it. But today I finally had a day off from work, so I could sit and play around with it for some time Smile Everything wen't really smooth - even though I built everything from scratch on a Windows machine, including mod_opal (linked against the opal library). And with the docs I found I didn't even have to search Google to get it up and running Smile So first of all - what a great job, guys - I'm really impressed, and the code seems really stable as well!

My setup right now is FreeSWITCH in Windows XP, with both SIP and H323 enabled. And most of the stuff works just fine. However, I think I've found a bug in mod_opal - it sometimes causes FreeSWITCH to crash when hanging up a call. I think that mod_opal is considered to be in beta stage still, so I'm not all that surprised. Smile Check the error found in the log below. Does anyone have any ideas? It's pretty easy to reproduce, just dial in to FreeSWITCH using H323 and hang up the call, for me it happens maybe 2 out of 5 times.

I'm using latest SVN trunk versions (checked out today), for both FreeSWITCH and for opal/ptlib.

If you need further information, or if I should file a jira case, please get back to me, and I'll try to help out as much as possible.

2009-04-09 14:37:05 [NOTICE] mod_opal.cpp:657 FSConnection::OnAlerting() Ring-Ready !
2009-04-09 14:37:05 [NOTICE] switch_channel.c:597 switch_channel_set_name() New Channel opal/in:9999 [c7441e16-394c-d843-9ce4-760786dcecbf]
2009-04-09 14:37:05 [INFO] mod_dialplan_xml.c:252 dialplan_hunt() Processing Peter Olsson [172.18.96.100]->9999 in context default
2009-04-09 14:37:05 [INFO] mod_opal.cpp:1134 mod_opal() opal/in:9999 initialise opal/in:9999write audio codec G.711-uLaw-64k for connection FSMediaStream-Source-G.711-uLaw-64k
2009-04-09 14:37:05 [INFO] mod_opal.cpp:1134 mod_opal() opal/in:9999 initialise opal/in:9999read audio codec G.711-uLaw-64k for connection FSMediaStream-Sink-G.711-uLaw-64k
2009-04-09 14:37:05 [NOTICE] mod_opal.cpp:795 FSConnection::OnOpenMediaStream() Channel [opal/in:9999] has been answered Assertion failed: (*frame)->codec != ((void *)0), file ..\..\src\switch_core_io.c, line 202
2009-04-09 14:37:09 [NOTICE] mod_opal.cpp:650 FSConnection::OnReleased() Hangup opal/in:9999 [CS_EXECUTE] [NORMAL_CLEARING]
2009-04-09 14:37:09 [INFO] h323pdu.cxx:1005 H225() Read error (0):

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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



--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400
Back to top
peter.olsson at vision...
Guest





PostPosted: Fri Apr 10, 2009 3:54 am    Post subject: [Freeswitch-users] Crash in mod_opal when hanging up call... Reply with quote

Thanks for the reply. This update got rid of the error in the log, but FreeSWITCH still crashes. I've files a jira cace about it (MODOPAL-3).


On 09-04-10 00.03, "Anthony Minessale" <anthony.minessale@gmail.com> wrote:

can you try the latest trunk again r12975
if it's still a problem please open a jira on the issue
http://jira.freeswitch.org


On Thu, Apr 9, 2009 at 8:34 AM, Peter Olsson <peter.olsson@visionutveckling.se> wrote:
Hello everyone. I've been following this project for quite some time now, but I never got the time to test it. But today I finally had a day off from work, so I could sit and play around with it for some time Smile Everything wen't really smooth - even though I built everything from scratch on a Windows machine, including mod_opal (linked against the opal library). And with the docs I found I didn't even have to search Google to get it up and running Smile So first of all - what a great job, guys - I'm really impressed, and the code seems really stable as well!

My setup right now is FreeSWITCH in Windows XP, with both SIP and H323 enabled. And most of the stuff works just fine. However, I think I've found a bug in mod_opal - it sometimes causes FreeSWITCH to crash when hanging up a call. I think that mod_opal is considered to be in beta stage still, so I'm not all that surprised. Smile Check the error found in the log below. Does anyone have any ideas? It's pretty easy to reproduce, just dial in to FreeSWITCH using H323 and hang up the call, for me it happens maybe 2 out of 5 times.

I'm using latest SVN trunk versions (checked out today), for both FreeSWITCH and for opal/ptlib.

If you need further information, or if I should file a jira case, please get back to me, and I'll try to help out as much as possible.

2009-04-09 14:37:05 [NOTICE] mod_opal.cpp:657 FSConnection::OnAlerting() Ring-Ready !
2009-04-09 14:37:05 [NOTICE] switch_channel.c:597 switch_channel_set_name() New Channel opal/in:9999 [c7441e16-394c-d843-9ce4-760786dcecbf]
2009-04-09 14:37:05 [INFO] mod_dialplan_xml.c:252 dialplan_hunt() Processing Peter Olsson [172.18.96.100]->9999 in context default
2009-04-09 14:37:05 [INFO] mod_opal.cpp:1134 mod_opal() opal/in:9999 initialise opal/in:9999write audio codec G.711-uLaw-64k for connection FSMediaStream-Source-G.711-uLaw-64k
2009-04-09 14:37:05 [INFO] mod_opal.cpp:1134 mod_opal() opal/in:9999 initialise opal/in:9999read audio codec G.711-uLaw-64k for connection FSMediaStream-Sink-G.711-uLaw-64k
2009-04-09 14:37:05 [NOTICE] mod_opal.cpp:795 FSConnection::OnOpenMediaStream() Channel [opal/in:9999] has been answered Assertion failed: (*frame)->codec != ((void *)0), file ..\..\src\switch_core_io.c, line 202
2009-04-09 14:37:09 [NOTICE] mod_opal.cpp:650 FSConnection::OnReleased() Hangup opal/in:9999 [CS_EXECUTE] [NORMAL_CLEARING]
2009-04-09 14:37:09 [INFO] h323pdu.cxx:1005 H225() Read error (0):

_______________________________________________
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
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
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

VoiceMeUp - Corporate & Wholesale VoIP Services