I just merged a new channel driver into Asterisk trunk which will be in Asterisk 1.6. The module is called chan_console. It is a new console channel driver which uses portaudio as a cross platform audio interface instead of using something like ALSA or OSS directly. I wrote it to give myself a console channel [...]
Entries from December 2007
New Channel Driver: chan_console
December 31st, 2007 · No Comments
Tags: Asterisk · Development
team/russell/chan_refcount: Improving Asterisk Performance
December 31st, 2007 · 1 Comment
I have a branch that is ready for testing that makes some significant changes to the Asterisk channel handling core. The changes improve the data structure management for Asterisk channels. This will provide a large performance benefit. See the following post to the asterisk-dev mailing list for more information, as well as where to get [...]
Tags: Asterisk · Development
Asterisk as a video soft phone
December 18th, 2007 · 5 Comments
Asterisk trunk recently got a pretty cool new feature. You can now use Asterisk as a highly configurable video soft phone. The commit to trunk is here.
The way it works is pretty neat. Asterisk already had a couple of console channel drivers: chan_oss and chan_alsa. These channel drivers allow you to [...]
Tags: Asterisk · Development