summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 533c45cac..3a2067737 100644
--- a/CHANGES
+++ b/CHANGES
@@ -105,6 +105,10 @@ Dialplan Functions
channel, is one approach that will avoid conflicts.
* Added new dialplan function MUTEAUDIO() for muting inbound and/or outbound
audio in a channel.
+ * func_odbc now allows multiple row results to be retrieved without using
+ mode=multirow. If rowlimit is set, then additional rows may be retrieved
+ from the same query by using the name of the function which retrieved the
+ first row as an argument to ODBC_FETCH().
Dialplan Variables
------------------