mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-28 07:01:07 +00:00
Fixes spelling errors in CHANGES as well as adding a few entries for CELT and confbridge.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@326856 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
9
CHANGES
9
CHANGES
@@ -75,6 +75,8 @@ CODECS
|
|||||||
--------------------------
|
--------------------------
|
||||||
* Ability to define custom SILK formats in codecs.conf.
|
* Ability to define custom SILK formats in codecs.conf.
|
||||||
* Addition of speex32 audio format with translation.
|
* Addition of speex32 audio format with translation.
|
||||||
|
* CELT codec pass-through support and ability to define
|
||||||
|
custom CELT formats in codecs.conf.
|
||||||
|
|
||||||
ConfBridge
|
ConfBridge
|
||||||
--------------------------
|
--------------------------
|
||||||
@@ -82,11 +84,14 @@ ConfBridge
|
|||||||
mixing audio at sample rates ranging from 8khz-96khz.
|
mixing audio at sample rates ranging from 8khz-96khz.
|
||||||
* CONFBRIDGE dialplan function capable of creating dynamic ConfBridge user
|
* CONFBRIDGE dialplan function capable of creating dynamic ConfBridge user
|
||||||
and bridge profiles on a channel.
|
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,
|
about a conference such as locked status and number of parties, admins,
|
||||||
and marked users.
|
and marked users.
|
||||||
* Addition of video_mode option in confbridge.conf for adding video support
|
* Addition of video_mode option in confbridge.conf for adding video support
|
||||||
into a bridge profile.
|
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
|
Dialplan Variables
|
||||||
------------------
|
------------------
|
||||||
@@ -148,7 +153,7 @@ pbx_lua
|
|||||||
in the sample extensions.lua file for syntax details.
|
in the sample extensions.lua file for syntax details.
|
||||||
* Applications that perform jumps in the dialplan such as Goto will now
|
* Applications that perform jumps in the dialplan such as Goto will now
|
||||||
execute properly. When pbx_lua detects that the context, extension, or
|
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
|
to the asterisk PBX engine. Currently the engine cannot detect a Goto to
|
||||||
the priority after the currently executing priority.
|
the priority after the currently executing priority.
|
||||||
* An autoservice is now started by default for pbx_lua channels. It can be
|
* An autoservice is now started by default for pbx_lua channels. It can be
|
||||||
|
|||||||
Reference in New Issue
Block a user