summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Madsen <leif@leifmadsen.com>2010-04-20 19:02:49 +0000
committerLeif Madsen <leif@leifmadsen.com>2010-04-20 19:02:49 +0000
commitea9186d4ea4e58c51e12718ed64c4964546f552f (patch)
treee9554dca709f6a930e1f17bb73f98dcc92e4d73b
parenta8aef91e9d4632ce212f4e4992121d3b46672f25 (diff)
Add 'soft hangup' alias per Steve Johnson on asterisk-users.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@258149 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--configs/cli_aliases.conf.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/cli_aliases.conf.sample b/configs/cli_aliases.conf.sample
index 79e49b2d7..78bec9937 100644
--- a/configs/cli_aliases.conf.sample
+++ b/configs/cli_aliases.conf.sample
@@ -153,6 +153,7 @@ show version=core show version
show version files=core show file version
show profile=core show profile
clear profile=core clear profile
+soft hangup=channel request hangup
[asterisk12](asterisk12_tpl)
; add any additional custom commands you want below here, for example:
@@ -181,6 +182,7 @@ stop when convenient=core stop when convenient
restart now=core restart now
restart gracefully=core restart gracefully
restart when convenient=core restart when convenient
+soft hangup=channel request hangup
[asterisk14](asterisk14_tpl)
; add any additional custom commands you want below here.