AsterNETAster.NET library consists of a set of C# classes that allow you to easily build .NET applications that interact with an Asterisk PBX Server (1.4/1.6/1.8)
ComponentsAsterNET is made up of two key components,
FastAGI and
Manager Interface. Each allows you to interact with Asterisk in different ways. FastAGI allows you to control the flow of a call from another machine (a dedicated AGI server for example) and Manager Interface allows you to obtain state information and interact with Asterisk.
More information can be found I the documentation section on both methods.
AsterNET on IRCJoin in the conversation on Freenode, #asternet
HistoryPPumpkin:
We do not take any credit for the excellent work that has been done.My effort is purelry directed at allowing the source to be edited by the community and shared in the correct place, here on Microsoft's Codeplex. Hopefully the library will continue to help .NET developers integrate into Asterisk when ever they need it.
There are 2 reasons I have renamed it to AsterNET on codeplex. Asterisk .NET was taken. It will help seperate the project from the original codeplex project- incase the guys come back. And keep AsterNET as the new revived project. So it will stop confusing links on search engines, and sharing.
Additional information about the original projecte can be found here:
Project Home.