[asterisk-bugs] [Asterisk 0013735]: [branch] Add CLI aliases module to asterisk
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Oct 20 02:56:38 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13735
======================================================================
Reported By: mvanbaak
Assigned To: mvanbaak
======================================================================
Project: Asterisk
Issue ID: 13735
Category: Core/NewFeature
Reproducibility: N/A
Severity: minor
Priority: normal
Status: ready for testing
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-10-18 09:17 CDT
Last Modified: 2008-10-20 02:56 CDT
======================================================================
Summary: [branch] Add CLI aliases module to asterisk
Description:
res_clialiases is a module that makes it possible to alias CLI commands.
For example: you can make 'core stop now' available under 'die' by putting
this line in /etc/asterisk/clialiases.conf (under the template section you
loaded):
die = core stop now
======================================================================
----------------------------------------------------------------------
(0093958) mvanbaak (manager) - 2008-10-20 02:56
http://bugs.digium.com/view.php?id=13735#c93958
----------------------------------------------------------------------
After discussing this on irc with file and eliel I created a second
branch.
In this new branch we dont check if the command we are going to alias is
registered to asterisk. This will allow one to create aliases for modules
that will be loaded after asterisk has started.
The config format is the same.
Checkout the branch: svn co
http://svn.digium.com/svn/asterisk/team/mvanbaak/res_clialiases_unconditional
Let me know which one should be merged to trunk.
Issue History
Date Modified Username Field Change
======================================================================
2008-10-20 02:56 mvanbaak Note Added: 0093958
======================================================================
More information about the asterisk-bugs
mailing list