; 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
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
; -------------------
;
;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".
; 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
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
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
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.