aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-26 18:54:21 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-26 18:54:21 +0000
commit22436a9c1bf2409d211f5d9001ad44be53df2402 (patch)
tree969a84f2927c21b352e32a02727e3777cf6c55de /CHANGES
parent4141321cd6b0d53fd27cb09a60337cdd06d8e56b (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: http://svn.digium.com/svn/asterisk/trunk@94799 f38db490-d61c-443f-a65b-d21fe96a405b
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.