Go to file
Ben Merrills 82724c1228
Merge pull request #149 from Deantwo/patch-3
Error Waiting to Happen
2018-06-25 21:27:46 +01:00
Asterisk.2013 Error Waiting to Happen 2018-06-25 15:05:20 +02:00
docs update Documentation 2016-11-22 09:38:55 +02:00
.gitignore Event handlers for AttendedTransfer, BlindTransfer, BridgeEnter, BridgeLeave, BridgeCreate and BridgeDestroy, and added a gitignore-file 2015-03-17 17:15:55 +01:00
.travis.yml Update .travis.yml 2015-04-07 20:04:28 +01:00
LICENSE Create LICENSE 2015-01-07 17:05:36 +00:00
README.md Added NuGet Badge to ReadMe 2017-12-14 14:12:10 +01:00

Build Status NuGet

AsterNET is an open source framework for Asterisk AMI and FastAGI. AsterNET allows you to talk to Asterisk AMI from any .NET application and create FastAGI applications in any .NET language.

Components

AsterNET 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.

AsterNET on IRC

Join in the conversation on Freenode, #asternet

How to Get AsterNET

You can now get AsterNET via nuget by doing

PM> Install-Package AsterNET

or by visiting: https://www.nuget.org/packages/AsterNET/

Documentation

http://asternet.github.io/AsterNET

History

AsterNET is a fork of Asterisk.NET. Now we've reached release status and AsterNET version 1.0.0 we feel this is a good separation point from the original project.

Special Thanks http://www.zapappi.com and http://www.jetbrains.com/resharper/

We'd like to thank JetBrains for our community licenses of ReShaper. A very useful tool that's helping us to refactor the code and improve general development much quicker. If you'd like to try it yourself, visit http://www.jetbrains.com