summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-10-15 20:08:04 +0000
committerRussell Bryant <russell@russellbryant.com>2007-10-15 20:08:04 +0000
commitea02f3d0c5383c181202da67d7a3e3fc2f6647d2 (patch)
treeb6c7ca473e2943e3373d691c6e8b93dc02b3ebe4 /CHANGES
parent4c1b8cb9faf35a2c8e9bcab58e51a47d797ec8cf (diff)
Added support for reading the TOUCH_MONITOR_PREFIX channel variable.
It allows you to configure a prefix for auto-monitor recordings. (closes issue #6353) Reported by: ivanfm Patches: asterisk_automon_v4.patch uploaded by ivanfm (original patch) - updated patch: 6353-touch_monitor_prefix.diff uploaded by qwell (license 4) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85682 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 71f4f1b9d..631e528d5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -295,3 +295,5 @@ Miscellaneous
SIP call to Voicemail by putting a Local channel in the middle. This
feature is enabled by using the 'j' option in the Dial string to the Local
channel in conjunction with the existing 'n' option for local channels.
+ * Added support for reading the TOUCH_MONITOR_PREFIX channel variable.
+ It allows you to configure a prefix for auto-monitor recordings.