russellbryant.net

Open Source Software Engineering

russellbryant.net header image 4

Entries from November 2007

chan_unistim: Nortel IP Phones with Asterisk

November 11th, 2007 · No Comments

A new channel driver has been committed to Asterisk trunk which allows you to use Nortel IP phones with Asterisk. It was submitted by Cedric Hans. See the commit and the original mantis issue. This module will be available in Asterisk 1.6. There is some basic documentation and a sample configuration file available. Nortel phones [...]

[Read more →]

Tags: Asterisk · Development

pbx_lua: Asterisk Dialplan in Lua

November 11th, 2007 · 1 Comment

Recently, a new module for writing Asterisk dialplan in the Lua programming language was merged into Asterisk trunk. It was developed by Matt Nicholson of Digium, Inc. See the commit and mantis issue. It will be available in Asterisk 1.6. From lua.org: Lua is a powerful, fast, light-weight, embeddable scripting language. Lua combines simple procedural [...]

[Read more →]

Tags: Asterisk · Development