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

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Mon Nov 30 11:16:33 CST 2015


     [ https://issues.asterisk.org/jira/browse/ASTERISK-25597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Mudgett updated ASTERISK-25597:
---------------------------------------

    Description: 
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:
{noformat}
[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()
{noformat}


  was:
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()


> 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:
> {noformat}
> [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()
> {noformat}



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



More information about the asterisk-bugs mailing list