mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-10 20:10:29 +00:00
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
This commit is contained in:
3
CHANGES
3
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
|
||||
-----------------
|
||||
|
||||
Reference in New Issue
Block a user