[Home]

Summary:ASTERISK-25164: asterisk 11.9
Reporter:hk hk (hkc323)Labels:
Date Opened:2015-06-16 07:44:47Date Closed:2015-06-16 08:02:27
Priority:MajorRegression?
Status:Closed/CompleteComponents:
Versions:Frequency of
Occurrence
Related
Issues:
Environment:36] WARNING[30856]: chan_sip.c:4410 __sip_autodestruct: Autodestruct on dialog '39af139d70645cef162ed05045db907e@0:0:0:0:0:0:0:0' with owner SIP/2222222222-00000003 in place (Method: BYE). Rescheduling destruction for 10000 ms Attachments:
Description:

36] WARNING[30856]: chan_sip.c:4410 __sip_autodestruct: Autodestruct on dialog '39af139d70645cef162ed05045db907e@0:0:0:0:0:0:0:0' with owner SIP/2222222222-00000003 in place (Method: BYE). Rescheduling destruction for 10000 ms
webrtc*CLI> sip show
channel        channels       channelstats   domains        history        inuse          mwi            objects        peer
peers          registry       sched          settings       subscriptions  tcp            users          user
webrtc*CLI> sip show ch
channels      channelstats  channel
webrtc*CLI> sip show channels
Peer             User/ANR         Call ID          Format           Hold     Last Message    Expiry     Peer
192.168.0.106    (None)           60bec2fa832fbac  (nothing)        No       Rx: OPTIONS                <guest>
192.168.0.106    1319             63f68e2634da50f  (alaw)           No       Tx: ACK                    1319
192.168.0.106    (None)           ef0c8f1c44b85d5  (nothing)        No       Rx: OPTIONS                <guest>
192.168.0.106    (None)           47a0660b93de2fa  (nothing)        No       Rx: OPTIONS                <guest>
192.168.0.106    2222222222       39af139d70645ce  (alaw)           Yes      Rx: BYE                    2222222222
192.168.0.106    (None)           620c0668b8379ae  (nothing)        No       Rx: OPTIONS                <guest>
192.168.0.106    (None)           f491f952c9cacd4  (nothing)        No       Rx: OPTIONS                <guest>
192.168.0.106    (None)           80fc480127fd896  (nothing)        No       Rx: OPTIONS                <guest>
192.168.0.106    (None)           7b4c2f7950452c9  (nothing)        No       Rx: OPTIONS                <guest>
192.168.0.106    (None)           e23114420d5941e  (nothing)        No       Rx: OPTIONS                <guest>
192.168.0.106    (None)           e4e2eb2f7a076ad  (nothing)        No       Rx: OPTIONS                <guest>
192.168.0.106    (None)           fa95df7222fcb4d  (nothing)        No       Rx: OPTIONS                <guest>
192.168.0.106    (None)           08b7c9440cd98f3  (nothing)        No       Rx: OPTIONS                <guest>
192.168.0.106    (None)           1e381053b89dca1  (nothing)        No       Rx: OPTIONS                <guest>
192.168.0.106    (None)           40f0da5b8aedbb5  (nothing)        No       Rx: OPTIONS                <guest>
192.168.0.106    1318             6d365ffc79dcb6f  (alaw)           No       Tx: ACK                    1318
192.168.0.106    (None)           693fc83d09b7171  (nothing)        No       Rx: OPTIONS                <guest>
192.168.0.106    (None)           a27d594e918d0eb  (nothing)        No       Rx: OPTIONS                <guest>
192.168.0.159    (None)           6e256ee418f56de  (nothing)        No       Rx: REGISTER               <guest>
19 active SIP dialogs
webrtc*CLI> core show chann
channel       channels      channeltypes  channeltype
webrtc*CLI> core show channels
Channel              Location             State   Application(Data)
Local/1319A@call-tra s@qattended-transfer Up      Queue(-2831,ctThH,,,180,,,onat
Local/1319A@call-tra 1319A@call-transfer: Up      (None)
Local/1318@agentconn 1318@agentconnector: Up      Dial(SIP/1318,45,tThHU(wagntan
Local/1318@agentconn s@agentconnector:1   Up      AppQueue((Outgoing Line))
SIP/2222222222-00000 s@queue:37           Up      Queue(31,ctThH,,,600,,,qagntan
SIP/1318-00000005    (None)               Up      AppDial((Outgoing Line))
SIP/1319-00000006    (None)               Up      AppDial((Outgoing Line))
Local/1319@agentconn s@agentconnector:1   Up      AppQueue((Outgoing Line))
Local/1319@agentconn 1319@atqagentconnect Up      Dial(SIP/1319,44,tThHU(atqwagn
9 active channels
Comments:By: Joshua C. Colp (jcolp) 2015-06-16 08:02:17.674-0500

Thank you for taking the time to report this bug and helping to make Asterisk better. Unfortunately, we cannot work on this bug because your description did not include enough information. Please read over the Asterisk Issue Guidelines [1] which discusses the information necessary for your issue to be resolved and the format that information needs to be in. We would be grateful if you would then provide a more complete description of the problem. At a minimum, we need:

1. The specific steps or actions you took that caused you to encounter the problem.
2. The behavior you expected and the location of documentation that led you to that expectation.
3. The behavior you actually encountered.

To demonstrate the issue in detail, please include Asterisk log files generated per the instructions on the wiki [2]. If applicable, please ensure that protocol-level trace debugging is enabled, e.g., 'sip set debug on' if the issue involves chan_sip, and configuration information such as dialplan and channel configuration.

Thanks!

[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines

[2] https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information