summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-12-26 18:54:21 +0000
committerRussell Bryant <russell@russellbryant.com>2007-12-26 18:54:21 +0000
commit55e3cb32cd8491e9183d78bf1b6794143266064a (patch)
tree969a84f2927c21b352e32a02727e3777cf6c55de /CHANGES
parent2295f37761b249d546b94b8fe19b94b1672a51f5 (diff)
Add a new dialplan function, DIALPLAN_EXISTS(), which allows you to check for
the existence of a dialplan target. (closes issue #11579) Reported by: irroot Patches: func_dialplan2.c uploaded by irroot (license 52) -- Additional changes by me. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@94799 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index fcf27e7c8..9dbdbb105 100644
--- a/CHANGES
+++ b/CHANGES
@@ -419,4 +419,5 @@ Miscellaneous
* A new option when starting a remote asterisk (rasterisk, asterisk -r) for
specifying which socket to use to connect to the running Asterisk daemon
(-s)
-
+ * Added a new dialplan function, DIALPLAN_EXISTS(), which allows you to check for
+ the existence of a dialplan target.