summaryrefslogtreecommitdiff
path: root/configs/cli_aliases.conf.sample
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2012-07-02 14:06:19 +0000
committerJoshua Colp <jcolp@digium.com>2012-07-02 14:06:19 +0000
commit213bbc169a66ff1cf9de0efe429d45c393d128f5 (patch)
tree95d1466184330c9a6b9e73395ace77d684052cd9 /configs/cli_aliases.conf.sample
parentc48d346d55a02f6a51c30232e71ed8e336ec436b (diff)
Add a cleaned up drop-in replacement for res_jabber called res_xmpp. This provides the same externally facing functionality but is implemented differently internally.
This is currently not built by default but this will be changed once chan_jingle2 (insert actual name in your head when reading this after it has been merged) is in the tree. Review: https://reviewboard.asterisk.org/r/1983/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369527 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/cli_aliases.conf.sample')
-rw-r--r--configs/cli_aliases.conf.sample13
1 files changed, 13 insertions, 0 deletions
diff --git a/configs/cli_aliases.conf.sample b/configs/cli_aliases.conf.sample
index 78bec9937..edd6a2f17 100644
--- a/configs/cli_aliases.conf.sample
+++ b/configs/cli_aliases.conf.sample
@@ -186,3 +186,16 @@ soft hangup=channel request hangup
[asterisk14](asterisk14_tpl)
; add any additional custom commands you want below here.
+
+[asterisk11_tpl](!)
+jabber list nodes=xmpp list nodes
+jabber purge nodes=xmpp purge nodes
+jabber delete node=xmpp delete node
+jabber create collection=xmpp create collection
+jabber create leaf=xmpp create leaf
+jabber set debug=xmpp set debug
+jabber show connections=xmpp show connections
+jabber show buddies=xmpp show buddies
+
+[asterisk11](asterisk11_tpl)
+; add any additional custom commands you want below here.