staticstructast_cli_entryastshutdownnow={{"stop","now",NULL},handle_shutdown_now,"Shut down Asterisk imediately",shutdown_now_help};
staticstructast_cli_entryastshutdownnow={{"stop","now",NULL},handle_shutdown_now,"Shut down Asterisk immediately",shutdown_now_help};
staticstructast_cli_entryastshutdowngracefully={{"stop","gracefully",NULL},handle_shutdown_gracefully,"Gracefully shut down Asterisk",shutdown_gracefully_help};
staticstructast_cli_entryastshutdownwhenconvenient={{"stop","when","convenient",NULL},handle_shutdown_when_convenient,"Shut down Asterisk at empty call volume",shutdown_when_convenient_help};