summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-12-15 21:17:07 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-12-15 21:17:07 +0000
commite62193f887b236eba7e2fa66afd446a974056880 (patch)
tree3d0958ed946f7c267d6d77e9c50b8e85bfd8ec63 /CHANGES
parent763d4dcabb3cfc39623651db08e41e4729e8bff9 (diff)
Allow disabling pattern match searches within the Realtime dialplan switch.
(closes issue #13698) Reported by: fhackenberger Patches: 20081211__bug13698.diff.txt uploaded by Corydon76 (license 14) Tested by: fhackenberger git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@164485 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 70d306347..b145f1e40 100644
--- a/CHANGES
+++ b/CHANGES
@@ -87,6 +87,8 @@ Miscellaneous
which are interpreted as relative to the astvarlibdir setting in asterisk.conf.
* All deprecated CLI commands are removed from the sourcecode. They are now handled
by the new clialiases module. See cli_aliases.conf.sample file.
+ * The realtime switch now supports an option flag, 'p', which disables searches for
+ pattern matches.
Asterisk Manager Interface
--------------------------