Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

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

[Freeswitch-users] Strange Sofia error


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





PostPosted: Sun Nov 09, 2008 5:21 pm    Post subject: [Freeswitch-users] Strange Sofia error Reply with quote

Hi,

I keep seeing the following error when watching the debug log in FS.

Can anyone give me a hint as to what this might be??

sofia.c:197 sofia_event_callback() event [nua_r_options] status [408]
[Request Timeout] session: n/a



Thanks,

-N



_______________________________________________
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
brian at freeswitch.org
Guest





PostPosted: Sun Nov 09, 2008 5:29 pm    Post subject: [Freeswitch-users] Strange Sofia error Reply with quote

It should be harmless.

/b

On Nov 9, 2008, at 4:18 PM, Noah Silverman wrote:

Quote:

sofia.c:197 sofia_event_callback() event [nua_r_options] status [408]
[Request Timeout] session: n/a


_______________________________________________
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
noah at allresearch.com
Guest





PostPosted: Sun Nov 09, 2008 6:07 pm    Post subject: [Freeswitch-users] Strange Sofia error Reply with quote

It seems to be happening when calls get dropped. When speaking to one
of my users, calls get dropped after 2-4 minutes.

It seems like I get a 408 error followed by a "bad frame" error.

It only happens with this particular user. Works fine for everyone
else. Could this be a function of a lousy DSL line or maybe his weird
firewall?

Here is what I see in the debug as the drop happens:


008-11-09 15:02:36 [DEBUG] sofia.c:197 sofia_event_callback() event
[nua_r_invite] status [408][Request Timeout] session: sofia/internal/2405551212@192.168.1.70
2008-11-09 15:02:36 [DEBUG] sofia.c:197 sofia_event_callback() event
[nua_i_state] status [408][Request Timeout] session: sofia/internal/2405551212@192.168.1.70
2008-11-09 15:02:36 [DEBUG] sofia.c:2129 sofia_handle_sip_i_state()
Channel sofia/internal/2405551212@192.168.1.70 entering state
[terminated]
2008-11-09 15:02:36 [NOTICE] sofia.c:2545 sofia_handle_sip_i_state()
Hangup sofia/internal/2405551212@192.168.1.70 [CS_EXECUTE]
[RECOVERY_ON_TIMER_EXPIRE]
2008-11-09 15:02:36 [DEBUG] switch_channel.c:1361
switch_channel_perform_hangup() Kill sofia/internal/2405551212@192.168.1.70
[KILL]
2008-11-09 15:02:36 [DEBUG] switch_core_session.c:722
switch_core_session_signal_state_change() Kill sofia/internal/2405551212@192.168.1.70
[BREAK]
2008-11-09 15:02:36 [DEBUG] switch_ivr_bridge.c:281
audio_bridge_thread() read: sofia/internal/2405551212@192.168.1.70 Bad
Frame.... Bubye!
2008-11-09 15:02:36 [DEBUG] switch_ivr_bridge.c:350
audio_bridge_thread() Kill sofia/internal/3235551212 [BREAK]
2008-11-09 15:02:36 [DEBUG] switch_ivr_bridge.c:275
audio_bridge_thread() write: sofia/internal/2405551212@192.168.1.70
Bad Frame....[160] Bubye!
2008-11-09 15:02:36 [DEBUG] switch_core_session.c:430
switch_core_session_receive_message() Kill sofia/internal/3235551212
[BREAK]


Thanks,

-N


_______________________________________________
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
brian at freeswitch.org
Guest





PostPosted: Sun Nov 09, 2008 6:10 pm    Post subject: [Freeswitch-users] Strange Sofia error Reply with quote

That tells me you're running older code... can you tell me what rev
you're on?

/b

On Nov 9, 2008, at 5:06 PM, Noah Silverman wrote:

Quote:
It seems to be happening when calls get dropped. When speaking to one
of my users, calls get dropped after 2-4 minutes.

It seems like I get a 408 error followed by a "bad frame" error.

It only happens with this particular user. Works fine for everyone
else. Could this be a function of a lousy DSL line or maybe his weird
firewall?

Here is what I see in the debug as the drop happens:


_______________________________________________
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
brian at freeswitch.org
Guest





PostPosted: Sun Nov 09, 2008 6:10 pm    Post subject: [Freeswitch-users] Strange Sofia error Reply with quote

Oh after looking closer you have NAT problems? Since
recovery_on_timer_expire is being set as the hangup cause.


/b

On Nov 9, 2008, at 5:06 PM, Noah Silverman wrote:

Quote:
RECOVERY_ON_TIMER_EXPIRE


_______________________________________________
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
noah at allresearch.com
Guest





PostPosted: Sun Nov 09, 2008 6:34 pm    Post subject: [Freeswitch-users] Strange Sofia error Reply with quote

I'm running 1.01

-N


On Nov 9, 2008, at 3:10 PM, Brian West wrote:

Quote:
That tells me you're running older code... can you tell me what rev
you're on?

/b

On Nov 9, 2008, at 5:06 PM, Noah Silverman wrote:

Quote:
It seems to be happening when calls get dropped. When speaking to
one
of my users, calls get dropped after 2-4 minutes.

It seems like I get a 408 error followed by a "bad frame" error.

It only happens with this particular user. Works fine for everyone
else. Could this be a function of a lousy DSL line or maybe his
weird
firewall?

Here is what I see in the debug as the drop happens:


_______________________________________________
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