[asterisk-bugs] [Asterisk 0013735]: [branch] Add CLI aliases module to asterisk
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Nov 12 00:46:12 CST 2008
The following issue has been ASSIGNED.
======================================================================
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: assigned
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-11-12 00:46 CST
======================================================================
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
======================================================================
----------------------------------------------------------------------
(0094768) svnbot (reporter) - 2008-11-12 00:46
http://bugs.digium.com/view.php?id=13735#c94768
----------------------------------------------------------------------
Repository: asterisk
Revision: 156120
U trunk/CHANGES
U trunk/channels/chan_mgcp.c
U trunk/channels/chan_sip.c
U trunk/channels/chan_skinny.c
A trunk/configs/cli_aliases.conf.sample
U trunk/funcs/func_devstate.c
U trunk/include/asterisk/cli.h
U trunk/main/asterisk.c
U trunk/main/cdr.c
U trunk/main/cli.c
U trunk/main/pbx.c
U trunk/main/rtp.c
U trunk/main/udptl.c
U trunk/pbx/pbx_ael.c
U trunk/pbx/pbx_dundi.c
U trunk/res/res_agi.c
A trunk/res/res_clialiases.c
U trunk/res/res_jabber.c
------------------------------------------------------------------------
r156120 | mvanbaak | 2008-11-12 00:46:12 -0600 (Wed, 12 Nov 2008) | 16
lines
This commit does two things:
- Add CLI aliases module to asterisk.
- Remove all deprecated CLI commands from the code
Initial work done by file.
Junk-Y and lmadsen did a lot of work and testing to
get the list of deprecated commands into the configuration file.
Deprecated CLI commands are now handled by this new module,
see cli_aliases.conf for more info about that.
ok russellb@ via reviewboard
(closes issue http://bugs.digium.com/view.php?id=13735)
Reported by: mvanbaak
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=156120
Issue History
Date Modified Username Field Change
======================================================================
2008-11-12 00:46 svnbot Checkin
2008-11-12 00:46 svnbot Note Added: 0094768
2008-11-12 00:46 svnbot Status ready for testing =>
assigned
======================================================================
More information about the asterisk-bugs
mailing list