summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-04-28 19:52:37 +0000
committerRussell Bryant <russell@russellbryant.com>2007-04-28 19:52:37 +0000
commitc59b8876aa0bac400a50172c822497d59255f835 (patch)
tree9282537dd56380e5f5a7e6c2d6b4341df3712417 /CHANGES
parent3f414d2aea785218c5777cd033d8e9ea372e3b9a (diff)
Merge changes from team/russell/dundi_results
This introduces two new dialplan functions: DUNDIQUERY and DUNDIRESULT. DUNDIQUERY lets you intitiate a DUNDi query from the dialplan. Then, DUNDIRESULT will let you find out how many results there are, and access each one without having to the query again. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@62267 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index dfa0e7036..07d7ec52b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -69,6 +69,9 @@ DUNDi changes
done using a global variable or a dialplan function. Using the SHELL()
function would allow you to have an external script set the weight for
each response.
+ * Added two new dialplan functions, DUNDIQUERY and DUNDIRESULT. These
+ functions will allow you to initiate a DUNDi query from the dialplan,
+ find out how many results there are, and access each one.
Voicemail Changes
-----------------