[asterisk-commits] mvanbaak: branch group/res_clialiases r144994 - /team/group/res_clialiases/co...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sat Sep 27 12:06:55 CDT 2008


Author: mvanbaak
Date: Sat Sep 27 12:06:54 2008
New Revision: 144994

URL: http://svn.digium.com/view/asterisk?view=rev&rev=144994
Log:
change the sample configuration file to reflect the new
way of defining templates

Modified:
    team/group/res_clialiases/configs/cli_aliases.conf.sample

Modified: team/group/res_clialiases/configs/cli_aliases.conf.sample
URL: http://svn.digium.com/view/asterisk/team/group/res_clialiases/configs/cli_aliases.conf.sample?view=diff&rev=144994&r1=144993&r2=144994
==============================================================================
--- team/group/res_clialiases/configs/cli_aliases.conf.sample (original)
+++ team/group/res_clialiases/configs/cli_aliases.conf.sample Sat Sep 27 12:06:54 2008
@@ -4,15 +4,22 @@
 ; This module also registers a "cli show aliases" CLI command to list
 ; configured CLI aliases.
 
-[aliases]
+[general]
+; Here you define what aliases template you want to use
+template=asterisk16
+
+; You can define several alias templates.
+; It works with context templates like all other configuration files
+
+[asterisk](!)
 ; To create an alias you simply set the variable name as the alias and variable value as the real
 ; CLI command you want executed
 ;
-; Example:
-; mr=module reload
-;
-; This will make the CLI command "mr" behave as though it is "module reload".
+die die die=stop now
 
+[asterisk16](asterisk)
 ; Alias for making voicemail reload actually do module reload app_voicemail.so
 voicemail reload=module reload app_voicemail.so
+; This will make the CLI command "mr" behave as though it is "module reload".
+mr=module reload
 




More information about the asterisk-commits mailing list