[Home]

Summary:ASTERISK-13366: Broken mISDN pickup started after revision 164201
Reporter:Martin Vit (festr)Labels:
Date Opened:2009-01-14 11:04:14.000-0600Date Closed:2009-01-14 17:56:30.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:How to reproduce:

Call mISDN -> SIP_A and pickup from another SIP_B(*8). SIP_B hears ringing and voice from mISDN but on mISDN side there is ringing and no voice (wired..).



****** ADDITIONAL INFORMATION ******

SIP_A = SIP/10
SIP_B = SIP/11

look at "Ignoring answer on an inbound call!"
===============

[Jan 14 17:54:12] DEBUG[5103]: chan_sip.c:14422 handle_request_invite: Checking SIP call limits for device 11
[Jan 14 17:54:12] DEBUG[5103]: res_features.c:2487 ast_pickup_call: Call pickup on chan 'SIP/10-081ffff8' by 'SIP/11-08218e80'
[Jan 14 17:54:12] DEBUG[5103]: chan_sip.c:3716 sip_answer: SIP answering channel: SIP/11-08218e80
[Jan 14 17:54:12] DEBUG[5103]: chan_sip.c:6819 transmit_response_with_sdp: Setting framing from config on incoming call
[Jan 14 17:54:12] DEBUG[5103]: channel.c:3402 ast_channel_masquerade: Planning to masquerade channel SIP/11-08218e80 into the structure of SIP/10-081ffff8
[Jan 14 17:54:12] DEBUG[5103]: channel.c:3416 ast_channel_masquerade: Done planning to masquerade channel SIP/11-08218e80 into the structure of SIP/10-081ffff8
[Jan 14 17:54:12] DEBUG[5149]: chan_sip.c:3819 sip_fixup: New channel is zombie
[Jan 14 17:54:12] DEBUG[5149]: chan_sip.c:3555 sip_hangup: Hangup call SIP/11-08218e80<MASQ>, SIP callid 7b31e42b7df8a0fe45c6d623384629bd@172.24.92.201)
[Jan 14 17:54:12] DEBUG[5149]: chan_sip.c:3559 sip_hangup: Hanging up zombie call. Be scared.
[Jan 14 17:54:12] DEBUG[5149]: chan_sip.c:2180 __sip_ack: Acked pending invite 102
[Jan 14 17:54:12] DEBUG[5149]: chan_sip.c:2214 __sip_ack: Stopping retransmission on '7b31e42b7df8a0fe45c6d623384629bd@172.24.92.201' of Request 102: Match Found
[Jan 14 17:54:12] DEBUG[5149]: channel.c:3718 ast_do_masquerade: Putting channel SIP/11-08218e80 in 8/8 formats
[Jan 14 17:54:12] DEBUG[5149]: chan_sip.c:3821 sip_fixup: Old channel is zombie
[Jan 14 17:54:12] DEBUG[5149]: channel.c:3751 ast_do_masquerade: Destroying channel clone 'SIP/10-081ffff8<ZOMBIE>'
[Jan 14 17:54:12] DEBUG[5149]: channel.c:3776 ast_do_masquerade: Done Masquerading SIP/11-08218e80 (0)
[Jan 14 17:54:12] DEBUG[5149]: channel.c:2199 __ast_read: Ignoring answer on an inbound call!
[Jan 14 17:54:12] DEBUG[5103]: chan_sip.c:2214 __sip_ack: Stopping retransmission on '7b31e42b7df8a0fe45c6d623384629bd@172.24.92.201' of Request 102: Match Found
[Jan 14 17:54:12] DEBUG[5103]: chan_sip.c:2214 __sip_ack: Stopping retransmission on '7b31e42b7df8a0fe45c6d623384629bd@172.24.92.201' of Request 102: Match Not Found
[Jan 14 17:54:12] DEBUG[5149]: chan_sip.c:6819 transmit_response_with_sdp: Setting framing from config on incoming call
[Jan 14 17:54:12] DEBUG[5149]: rtp.c:2781 ast_rtp_write: Ooh, format changed from unknown to alaw
[Jan 14 17:54:12] DEBUG[5149]: rtp.c:2798 ast_rtp_write: Created smoother: format: 8 ms: 20 len: 160
[Jan 14 17:54:12] DEBUG[5103]: chan_sip.c:2214 __sip_ack: Stopping retransmission on 'ee013b6c9f2cebf0@172.24.92.213' of Response 53560: Match Found
[Jan 14 17:54:16] DEBUG[5149]: channel.c:1524 ast_hangup: Hanging up channel 'SIP/11-08218e80'
Comments:By: Martin Vit (festr) 2009-01-14 11:08:33.000-0600

I've forgotten to mention that this bug is releated to http://bugs.digium.com/view.php?id=13747

By: Francesco Romano (francesco_r) 2009-01-14 16:18:18.000-0600

I have reported the same issue yesterday: ASTERISK-13333