Arke.ARI
2.0.1
See the version list below for details.
dotnet add package Arke.ARI --version 2.0.1
NuGet\Install-Package Arke.ARI -Version 2.0.1
<PackageReference Include="Arke.ARI" Version="2.0.1" />
paket add Arke.ARI --version 2.0.1
#r "nuget: Arke.ARI, 2.0.1"
// Install Arke.ARI as a Cake Addin #addin nuget:?package=Arke.ARI&version=2.0.1 // Install Arke.ARI as a Cake Tool #tool nuget:?package=Arke.ARI&version=2.0.1
Arke.ARI
Arke.ARI is a fork of the AsterNET.ARI project started by the AsterNET team.. It allows you to develop against Stasis ARI for Asterisk using modern .NET platforms.
Where to get Arke.ARI
Nuget http://www.nuget.org/packages/Arke.ARI/
PM> Install-Package Arke.ARI
Releases https://github.com/seiggy/Arke.ARI/releases
Current Development
- Support for ARI Events
- Support for ARI Actions
- Support for ARI Models
- Middleware Support
- AsterNET ARI Proxy
- Async/Await Support
- Supports ARI up to Asterisk 20
- Fully virtualized to support mocking for unit tests
AsterNET on IRC
Join in the conversation on Freenode, #asternet
Cross Platform
Arke.ARI is built ontop of .NET Standard 2.0, so it will support all modern and supported .NET platforms.
Examples
Example Usage
coming soon
Example Applications
- Simple Bridge Example - demonstrates how to create a bridge, play MOH on it and add and remove channels from the bridge.
- Record and Playback - Demonstrates how to record and playback on a channel.
- Simple Conference Example Sample Conference application using ARI.
- ari-examples ARI Samples managed by the Asterisk ARI Team (asternet.ari examples end with .cs)
Blog
You can read about AsterNET.ARI and the original AsterNET framework on my blog: www.xdev.net or follow me on twitter (@benjmerrills) to get involved.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Newtonsoft.Json (>= 13.0.3)
- RestSharp (>= 110.2.0)
- System.Threading.Thread (>= 4.3.0)
- System.Threading.ThreadPool (>= 4.3.0)
- WebSocket4Net (>= 0.15.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
v2.0.1
Fixing RestSharp v107 case bug
v2.0.0
Migrating project fully to .NET Standard 2.0 as Microsoft no longer supports .NET Framework 4.5
Refactoring all classes to be virtualized in order to support better unit testing practices
Upgraded all packages to latest versions
Upgraded ARI to Asterisk 20