[asterisk-dev] AppKonference 2.1

Paul Albrecht albrecht at glccom.com
Wed Jul 18 11:26:00 CDT 2012


Hi,

I have released an updated AppKonference today. This release includes
the following changes:

Asterikast was updated to use the speaker scoreboard which is now by
default enabled. If you want to revert to using conference state events
to track speakers you can enable it in the Makefile with a compiler
flag.

Kick member, mute member, and unmute member cli commands have been
deprecated. You should use the corresponding channel commands: kick
channel, mute channel, and unmute channel.

Changed the incoming and outgoing frame queues to use the asterisk frame
header as the queue entry because there's no reason to encapsulate the
frames in another header.

Added timers to replace gettimeofday/usleep in the conference thread.
For linux, periodic timing can be provided using timerfd_create/read,
and for *bsd the kqueue can provide essentially the same functionality.
To enable the timers set the appropriate compiler flag in the Makefile.

For *bsd, note that the kqueue periodic timer is broken, that is, runs
slow because of a bug so you should make sure you update your kernel
with the fix before you run the module using kqueue.

You can download the latest source from source forge:

sourceforge.net/projects/appkonference

-- 
Paul Albrecht




More information about the asterisk-dev mailing list