Asterisk sending BYE immediately after call is answered and connected. My extensions was working okay for the last six months, all on a sudden it is broken. Provider said it received CSeq: 103 BYE just after call is connected.I have no idea why that’s happening.
Thanks in advance for help.
Here are the console output:
– Executing [start@subMakecall:8] Dial(“SIP/PROVIDER_inbound-00000000”, “SIP/PROVIDER/00111010118801713098400”) in new stack
== Using SIP RTP CoS mark 5
– Called SIP/PROVIDER/00111010118801713098400
– SIP/PROVIDER-00000001 is ringing
[Dec 16 11:25:52] WARNING[11119]: chan_sip.c:8942 process_sdp: Unsupported SDP media type in offer: audio 0 RTP/AVP 0 8
[Dec 16 11:25:52] WARNING[11119]: chan_sip.c:9029 process_sdp: Failing due to no acceptable offer found
– SIP/PROVIDER-00000001 is ringing
– SIP/PROVIDER-00000001 is making progress passing it to SIP/PROVIDER_inbound-00000000
[Dec 16 11:26:14] WARNING[11119]: chan_sip.c:8942 process_sdp: Unsupported SDP media type in offer: audio 0 RTP/AVP 0 8
Here are Debug output:
[Dec 16 11:26:14] DEBUG[11119] chan_sip.c: SIP response 200 to standard invite
[Dec 16 11:26:14] DEBUG[11119] chan_sip.c: Processing session-level SDP v=0… UNSUPPORTED.
[Dec 16 11:26:14] DEBUG[11119] chan_sip.c: Processing session-level SDP o=HuaweiSoftX3000 45492955 45492956 IN IP4 10.0.0.2… UNSUPPORTED.
[Dec 16 11:26:14] DEBUG[11119] chan_sip.c: Processing session-level SDP s=Sip Call… UNSUPPORTED.
[Dec 16 11:26:14] DEBUG[11119] netsock2.c: Splitting ‘0.0.0.0’ into…
[Dec 16 11:26:14] DEBUG[11119] netsock2.c: …host ‘0.0.0.0’ and port ‘’.
[Dec 16 11:26:14] DEBUG[11119] chan_sip.c: Processing session-level SDP c=IN IP4 0.0.0.0… OK.
[Dec 16 11:26:14] DEBUG[11119] chan_sip.c: Processing session-level SDP t=0 0… UNSUPPORTED.
[Dec 16 11:26:14] WARNING[11119] chan_sip.c: Unsupported SDP media type in offer: audio 0 RTP/AVP 0 8
[Dec 16 11:26:14] WARNING[11119] chan_sip.c: Failing due to no acceptable offer found
[Dec 16 11:26:14] DEBUG[11119] chan_sip.c: Updating call counter for outgoing call
[Dec 16 11:26:14] DEBUG[11119] chan_sip.c: build_route: Retaining previous route: sip:callee@108.59.2.133;did=bc3.f014bde5
[Dec 16 11:26:14] DEBUG[11119] netsock2.c: Splitting ‘108.59.2.133’ into…
[Dec 16 11:26:14] DEBUG[11119] netsock2.c: …host ‘108.59.2.133’ and port ‘’.
[Dec 16 11:26:14] DEBUG[11119] chan_sip.c: Trying to put ‘ACK sip:cal’ onto UDP socket destined for 108.59.2.133:5060
[Dec 16 11:26:14] DEBUG[11119] channel.c: Soft-Hanging up channel ‘SIP/PROVIDER-00000001’
[Dec 16 11:26:14] DEBUG[11119] netsock2.c: Splitting ‘108.59.2.133’ into…
[Dec 16 11:26:14] DEBUG[11119] netsock2.c: …host ‘108.59.2.133’ and port ‘’.
[Dec 16 11:26:14] DEBUG[11119] chan_sip.c: Trying to put ‘ACK sip:cal’ onto UDP socket destined for 108.59.2.133:5060
[Dec 16 11:26:14] DEBUG[11119] channel.c: Soft-Hanging up channel ‘SIP/PROVIDER-00000001’
[Dec 16 11:26:14] DEBUG[11119] netsock2.c: Splitting ‘108.59.2.133’ into…
[Dec 16 11:26:14] DEBUG[11119] netsock2.c: …host ‘108.59.2.133’ and port ‘’.
[Dec 16 11:26:14] DEBUG[11119] chan_sip.c: Trying to put ‘BYE sip:cal’ onto UDP socket destined for 108.59.2.133:5060
[Dec 16 11:26:14] DEBUG[11111] devicestate.c: No provider found, checking channel drivers for SIP - PROVIDER
[Dec 16 11:26:14] DEBUG[11111] chan_sip.c: Checking device state for peer PROVIDER
[Dec 16 11:26:14] DEBUG[11111] devicestate.c: Changing state for SIP/PROVIDER - state 1 (Not in use)
[Dec 16 11:26:14] DEBUG[11111] devicestate.c: device ‘SIP/PROVIDER’ state ‘1’
[Dec 16 11:26:14] DEBUG[11143] app_queue.c: Device ‘SIP/PROVIDER’ changed to state ‘1’ (Not in use) but we don’t care because they’re not a member of any queue.
[Dec 16 11:26:14] DEBUG[11174] rtp_engine.c: Setting early bridge SDP of ‘SIP/PROVIDER_inbound-00000000’ with that of ‘SIP/PROVIDER-00000001’
[Dec 16 11:26:14] DEBUG[11174] channel.c: Set channel SIP/PROVIDER_inbound-00000000 to write format ulaw
[Dec 16 11:26:14] DEBUG[11174] channel.c: Scheduling timer at (0 requested / 0 actual) timer ticks per second
[Dec 16 11:26:14] DEBUG[11174] features.c: bridge answer set, chan answer set
[Dec 16 11:26:14] DEBUG[11174] features.c: Removing dialed interfaces datastore on SIP/PROVIDER-00000001 since we’re bridging
[Dec 16 11:26:14] DEBUG[11174] channel.c: Soft-Hanging up channel 'SIP/PROVIDER_inbound-00000000’u]
[Dec 16 11:26:14] WARNING[11119]: chan_sip.c:9029 process_sdp: Failing due to no acceptable offer found
– SIP/PROVIDER-00000001 answered SIP/PROVIDER_inbound-00000000