From azinman at media.mit.edu Tue May 16 07:14:40 2006 From: azinman at media.mit.edu (Aaron Zinman) Date: Tue, 16 May 2006 01:14:40 -0400 Subject: [Shtoom] cannot hangup Message-ID: I can't figure out whats wrong with this one. I'm trying to drop a voice call, by calling hangupCall on a leg, which does propagate. However, the phone call never actually dies and quickly gets a request timeout from the sip provider. This seems to occur on 2 separate providers now.... log: 2006-05-16T01:10:24.215720 [doug] dropCall 'CallCookie3' 2006-05-16T01:10:24.215897 [sip] dropcall in state 'CONNECTED' 2006-05-16T01:10:24.217171 [sip] sending BYE to ('198.65.166.131', 5060) BYE sip:17476165950 at proxy01.sipphone.com SIP/2.0 CSeq: 3367 BYE From: sip:radio_active at proxy01.sipphone.com:5060;tag=033602b9 To: sip:17476165950 at proxy01.sipphone.com;tag=70395034 Call-ID: ae665d3c83bde419 at d2lyZWxlc3MtMTMxLm1lZGlhLm1pdC5lZHU. User-Agent: Shtoom/0.3alpha0 Content-Length: 0 Via: SIP/2.0/UDP 192.168.1.100:5060;branch=z9hG4bK7f359f0e9ac5da26c953b3ac52898b72;rport 2006-05-16T01:10:24.219344 [session] Removing session from full connections list 2006-05-16T01:10:26.385893 [-] [PERIODIC_STATUS - 2006-05-16 01:10:26.38] in known queue: 0 voiceapps: 1 full: 0 2006-05-16T01:10:31.386381 [-] [PERIODIC_STATUS - 2006-05-16 01:10:31.38] in known queue: 0 voiceapps: 1 full: 0 2006-05-16T01:10:31.909663 [doug] Got a SIP packet from 198.65.166.131:5060 2006-05-16T01:10:31.910138 [doug] sip Protocol got SIP response 408: Request Timeout 2006-05-16T01:10:31.910237 [doug] STATUS: 408: Request Timeout 2006-05-16T01:10:31.910415 [sip] Handling 408 while in state SENT_BYE 2006-05-16T01:10:31.910660 [doug] SIP/2.0 408 Request Timeout CSeq: 3367 BYE From: sip:radio_active at proxy01.sipphone.com:5060;tag=033602b9 To: sip:17476165950 at proxy01.sipphone.com;tag=70395034 Call-ID: ae665d3c83bde419 at d2lyZWxlc3MtMTMxLm1lZGlhLm1pdC5lZHU. Via: SIP/2.0/UDP 192.168.1.100:5060;branch=z9hG4bK7f359f0e9ac5da26c953b3ac52898b72;rport= 5060;received=24.63.58.3 P-Behind-Nat: Yes Content-Length: 0 2006-05-16T01:10:31.911005 [doug] call CallCookie3 disconnected other end sent SIP/2.0 408 Request Timeout CSeq: 3367 BYE From: sip:radio_active at proxy01.sipphone.com:5060;tag=033602b9 To: sip:17476165950 at proxy01.sipphone.com;tag=70395034 Call-ID: ae665d3c83bde419 at d2lyZWxlc3MtMTMxLm1lZGlhLm1pdC5lZHU. Via: SIP/2.0/UDP 192.168.1.100:5060;branch=z9hG4bK7f359f0e9ac5da26c953b3ac52898b72;rport= 5060;received=24.63.58.3 P-Behind-Nat: Yes Content-Length: 0 2006-05-16T01:10:31.911786 [RAVoiceApp] Disconnected from 7476165950 2006-05-16T01:10:31.911871 [RAVoiceApp] Leg didn't have a session, cleaning up 2006-05-16T01:10:31.912130 [doug] callcookie CallCookie3 ended with result Disconnected from 7476165950 2006-05-16T01:10:31.912203 [doug] dropCall 'CallCookie3' 2006-05-16T01:10:31.912494 [doug] STATUS: Call Failed: 408 Request Timeout 2006-05-16T01:10:31.912671 [shtoom.sip.SipProtocol (UDP)] Unhandled error in Deferred: 2006-05-16T01:10:31.912857 [shtoom.sip.SipProtocol (UDP)] Traceback (most recent call last): Failure: : 408 2006-05-16T01:10:31.913431 [-] (Port 11262 Closed) 2006-05-16T01:10:31.913567 [-] Stopping protocol 2006-05-16T01:10:31.914018 [-] (Port 11263 Closed) 2006-05-16T01:10:31.914148 [-] Stopping protocol anyone seen something similar? aaron