summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Vossel <dvossel@digium.com>2011-04-20 20:52:15 +0000
committerDavid Vossel <dvossel@digium.com>2011-04-20 20:52:15 +0000
commit18d591cb48730b8eeff0daa5946fbc6684285088 (patch)
tree06af1a8a399ca5ee4a8e7f72c41e07dfebd0c927 /CHANGES
parent3b52f36551331fbae62c82e5e0f7f1a250b6c17d (diff)
Introduction of the JITTERBUFFER dialplan function.
Review: https://reviewboard.asterisk.org/r/1157/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@314509 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1a511502a..7460a9280 100644
--- a/CHANGES
+++ b/CHANGES
@@ -66,6 +66,10 @@ Dialplan Variables
Dialplan Functions
------------------
+ * Addition of the JITTERBUFFER dialplan function. This function allows
+ for jitterbuffering to occur on the read side of a channel. By using
+ this function conference applications such as ConfBridge and MeetMe can
+ have the rx streams jitterbuffered before conference mixing occurs.
* Added DB_KEYS, which lists the next set of keys in the Asterisk database
hierarchy.