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

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sun Sep 28 19:14:38 CDT 2008


Author: mvanbaak
Date: Sun Sep 28 19:14:38 2008
New Revision: 145124

URL: http://svn.digium.com/view/asterisk?view=rev&rev=145124
Log:
cleanup configuration file

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=145124&r1=145123&r2=145124
==============================================================================
--- team/group/res_clialiases/configs/cli_aliases.conf.sample (original)
+++ team/group/res_clialiases/configs/cli_aliases.conf.sample Sun Sep 28 19:14:38 2008
@@ -9,10 +9,10 @@
 ; multiple templates to use as well. If you do, and there is a conflict, then
 ; the first alias defined will win.
 ;
-include => friendly		; By default, include friendly aliases
-;include => asterisk12		; Asterisk 1.2 style syntax
-;include => asterisk14		; Asterisk 1.4 style syntax
-;include => individual_custom	; see [individual_custom] example below which
+template = friendly		; By default, include friendly aliases
+;template = asterisk12		; Asterisk 1.2 style syntax
+;template = asterisk14		; Asterisk 1.4 style syntax
+;template = individual_custom	; see [individual_custom] example below which
 				; includes a list of aliases from an external 
 				; file
 
@@ -72,7 +72,6 @@
 ; if you would like to use the Asterisk 1.2 style syntax, define in the
 ; [general] section 
 
-:--
 [asterisk12_tpl](!)
 show channeltypes=core show channeltypes
 show channeltype=core show channeltype
@@ -158,10 +157,6 @@
 ; add any additional custom commands you want below here, for example:
 ;die quickly=stop now
 
---;
-
-
-;--
 [asterisk14_tpl](!)
 cdr status=cdr show status
 rtp debug=rtp set debug
@@ -188,7 +183,3 @@
 
 [asterisk14](asterisk14_tpl)
 ; add any additional custom commands you want below here.
-
---;
-
-




More information about the asterisk-commits mailing list