mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 07:18:15 +00:00
adding more output for shutdown. as per 6102
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8050 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1096,6 +1096,7 @@ static int handle_shutdown_when_convenient(int fd, int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
if (argc != 3)
|
if (argc != 3)
|
||||||
return RESULT_SHOWUSAGE;
|
return RESULT_SHOWUSAGE;
|
||||||
|
ast_cli(fd, "Waiting for inactivity to perform halt\n");
|
||||||
quit_handler(0, 2 /* really nicely */, 1 /* safely */, 0 /* don't restart */);
|
quit_handler(0, 2 /* really nicely */, 1 /* safely */, 0 /* don't restart */);
|
||||||
return RESULT_SUCCESS;
|
return RESULT_SUCCESS;
|
||||||
}
|
}
|
||||||
@@ -1120,6 +1121,7 @@ static int handle_restart_when_convenient(int fd, int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
if (argc != 3)
|
if (argc != 3)
|
||||||
return RESULT_SHOWUSAGE;
|
return RESULT_SHOWUSAGE;
|
||||||
|
ast_cli(fd, "Waiting for inactivity to perform restart\n");
|
||||||
quit_handler(0, 2 /* really nicely */, 1 /* safely */, 1 /* restart */);
|
quit_handler(0, 2 /* really nicely */, 1 /* safely */, 1 /* restart */);
|
||||||
return RESULT_SUCCESS;
|
return RESULT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user