summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRusty Newton <rnewton@digium.com>2014-06-06 12:49:38 +0000
committerRusty Newton <rnewton@digium.com>2014-06-06 12:49:38 +0000
commit4e292ea3af5484b10b6df9dddf6b718f3efc3d20 (patch)
tree09cb1765669465551175c5f1aef97151cfc8dbf2 /configs
parentb0abea6028d5ef41871d8c979dd55d0956d30ff0 (diff)
configs/cli_aliases.conf: Two new aliases, plus enhancements for context names.
Changed naming of included alias templates to avoid confusion between version names. For example, asterisk12 was for asterisk 1.2, so I changed it to asterisk_1dot2, so that later we can use asterisk_12 for Asterisk 12. Added alias for "features reload" to the template for Asterisk 11 style syntax template, as features reload was removed in 12, but you can still do "module reload features" Added alias for "pjsip reload" to the friendly template. It is shorter than "module reload res_pjsip.so" and if some are like me; I constantly forget that reloading chan_pjsip doesn't parse config. Remembering "pjsip reload" is just easier. ASTERISK-23654 #close ASTERISK-23654 #comment Fixed by adding two new aliases and enhancements for context names. Review: https://reviewboard.asterisk.org/r/3572/ ........ Merged revisions 415301 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@415302 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/cli_aliases.conf.sample20
1 files changed, 11 insertions, 9 deletions
diff --git a/configs/cli_aliases.conf.sample b/configs/cli_aliases.conf.sample
index 34a34eea8..21353fdb4 100644
--- a/configs/cli_aliases.conf.sample
+++ b/configs/cli_aliases.conf.sample
@@ -10,8 +10,8 @@
; the first alias defined will win.
;
template = friendly ; By default, include friendly aliases
-;template = asterisk12 ; Asterisk 1.2 style syntax
-;template = asterisk14 ; Asterisk 1.4 style syntax
+;template = asterisk_1dot2 ; Asterisk 1.2 style syntax
+;template = asterisk_1dot4 ; Asterisk 1.4 style syntax
;template = individual_custom ; see [individual_custom] example below which
; includes a list of aliases from an external
; file
@@ -28,6 +28,7 @@ originate=channel originate
help=core show help
pri intense debug span=pri set debug intense span
reload=module reload
+pjsip reload=module reload res_pjsip.so
; CLI Alias Templates
; -------------------
@@ -41,7 +42,7 @@ reload=module reload
;
;die die die=stop now
-;[asterisk16](asterisk)
+;[asterisk_1dot6](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".
@@ -73,7 +74,7 @@ reload=module reload
; if you would like to use the Asterisk 1.2 style syntax, define in the
; [general] section
-[asterisk12_tpl](!)
+[asterisk_1dot2_tpl](!)
show channeltypes=core show channeltypes
show channeltype=core show channeltype
show manager command=manager show command
@@ -155,11 +156,11 @@ show profile=core show profile
clear profile=core clear profile
soft hangup=channel request hangup
-[asterisk12](asterisk12_tpl)
+[asterisk_1dot2](asterisk_1dot2_tpl)
; add any additional custom commands you want below here, for example:
;die quickly=stop now
-[asterisk14_tpl](!)
+[asterisk_1dot4_tpl](!)
cdr status=cdr show status
rtp debug=rtp set debug on
rtcp debug=rtcp set debug on
@@ -184,10 +185,10 @@ restart gracefully=core restart gracefully
restart when convenient=core restart when convenient
soft hangup=channel request hangup
-[asterisk14](asterisk14_tpl)
+[asterisk_1dot4](asterisk_1dot4_tpl)
; add any additional custom commands you want below here.
-[asterisk11_tpl](!)
+[asterisk_11_tpl](!)
jabber list nodes=xmpp list nodes
jabber purge nodes=xmpp purge nodes
jabber delete node=xmpp delete node
@@ -196,6 +197,7 @@ jabber create leaf=xmpp create leaf
jabber set debug=xmpp set debug
jabber show connections=xmpp show connections
jabber show buddies=xmpp show buddies
+features reload=module reload features
-[asterisk11](asterisk11_tpl)
+[asterisk_11](asterisk_11_tpl)
; add any additional custom commands you want below here.