[asterisk-bugs] [JIRA] (ASTERISK-25597) Command line freeze after 'core stop gracefully'

Tyler Cambron (JIRA) noreply at issues.asterisk.org
Mon Nov 30 11:08:33 CST 2015


Tyler Cambron created ASTERISK-25597:
----------------------------------------

             Summary: Command line freeze after 'core stop gracefully'
                 Key: ASTERISK-25597
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25597
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
    Affects Versions: 13.6.0
            Reporter: Tyler Cambron


After placing two local channels into a confbridge, I used 'core stop gracefully' to try and shut down Asterisk. When I received no response, which might be expected since it is trying to be graceful, I tried a 'core stop now', but nothing happened. I then used 'core show channels' to see if my channels were still up, but Asterisk gave no response. After another minute or two, the command line was completely frozen and I could not even type. I then had to use killall to kill Asterisk. Here is my dialplan:

[default]

exten => 100,1,NoOp()
    same => n,StatsD(g,confBridgeUsers,+1,1)
    same => n,Set(CHANNEL(hangup_handler_push)=default,200,1);
    same => n,ConfBridge(1000)
    same => n,StatsD(g,confBridgeUsers,-1,1)
    same => n,Hangup()

exten => 200,1,NoOp()
    same => n,StatsD(g,confBridgeUsers,-1,1)
    same => n,Hangup()



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list