Update README.md

This commit is contained in:
Deantwo 2018-07-17 14:31:47 +02:00 committed by GitHub
parent bcf45ddeb3
commit 9f3ae2d87b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,21 +7,27 @@ AsterNET is an open source framework for Asterisk AMI and FastAGI. AsterNET allo
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
Join in the conversation on Freenode, [#asternet](https://webchat.freenode.net/?channels=asternet)
## How to Get AsterNET
You can now get AsterNET via nuget by doing
- Download a release: https://github.com/AsterNET/AsterNET/releases
- Download the latest source code from GitHub project
- Download via NuGet:
> PM> Install-Package AsterNET
or by visiting: https://www.nuget.org/packages/AsterNET/
## Documentation
[http://asternet.github.io/AsterNET](http://asternet.github.io/AsterNET/html/79b6241e-05a3-441c-b6a1-51f2b5b7f265.htm)
- [AsterNET Documentation](http://asternet.github.io/AsterNET)
- [Official Asterisk Documentation](https://wiki.asterisk.org/wiki/display/AST/Asterisk+14+Documentation)
## 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*
## 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