aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2011-07-07 19:57:06 +0000
committerdvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2011-07-07 19:57:06 +0000
commit49352ad47d741f2f0d56aeaf85df13ccc0a18ca3 (patch)
treeb93bfa8b9c756163d82fb3c1142fc3f491e7211b
parentd94bb98beca8a6eaf31ed889a172eca06045fedc (diff)
Fixes spelling errors in CHANGES as well as adding a few entries for CELT and confbridge.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@326856 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--CHANGES9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 7241a7652..a47f1cd03 100644
--- a/CHANGES
+++ b/CHANGES
@@ -75,6 +75,8 @@ CODECS
--------------------------
* Ability to define custom SILK formats in codecs.conf.
* Addition of speex32 audio format with translation.
+ * CELT codec pass-through support and ability to define
+ custom CELT formats in codecs.conf.
ConfBridge
--------------------------
@@ -82,11 +84,14 @@ ConfBridge
mixing audio at sample rates ranging from 8khz-96khz.
* CONFBRIDGE dialplan function capable of creating dynamic ConfBridge user
and bridge profiles on a channel.
- * CONFBRIDGE_INFO dialplan function capable of retreiving information
+ * CONFBRIDGE_INFO dialplan function capable of retrieving information
about a conference such as locked status and number of parties, admins,
and marked users.
* Addition of video_mode option in confbridge.conf for adding video support
into a bridge profile.
+ * Addition of the follow_talker video_mode in confbridge.conf. This video
+ mode dynamically switches the video feed to always display the loudest talker
+ supplying video in the conference.
Dialplan Variables
------------------
@@ -148,7 +153,7 @@ pbx_lua
in the sample extensions.lua file for syntax details.
* Applications that perform jumps in the dialplan such as Goto will now
execute properly. When pbx_lua detects that the context, extension, or
- priority we are executing on has changed it will immediatly return control
+ priority we are executing on has changed it will immediately return control
to the asterisk PBX engine. Currently the engine cannot detect a Goto to
the priority after the currently executing priority.
* An autoservice is now started by default for pbx_lua channels. It can be