Asterisk VoIP News

Sunday, October 23, 2005

Announce: Asterisk .NET Released!

A port of Asterisk-Java to C# for Microsoft's .NET Framework 2.0 (Visual Studio 2005 RC) and anything else that implements the basic portions of the framework required to use this.

The Asterisk .NET library consists of a set of classes that allow you to easily build applications that interact with an Asterisk PBX Server.

Asterisk .NET supports both interfaces that Asterisk provides for this scenario: The FastAGI protocol and the Manager API.

Asterisk .NET is compatible with Asterisk 1.0 and 1.2.
The FastAGI implementation supports all commands currently available from Asterisk.

The Manager API implementation supports receiving events from the Asterisk server (e.g. call progess, registered peers, channel state) and sending actions to Asterisk (e.g. originate call, agent login/logoff, start/stop voice recording).

Click Here For More Information

Click Here to Download Latest Version