Arke.ARI
3.0.0-beta1
dotnet add package Arke.ARI --version 3.0.0-beta1
NuGet\Install-Package Arke.ARI -Version 3.0.0-beta1
<PackageReference Include="Arke.ARI" Version="3.0.0-beta1" />
paket add Arke.ARI --version 3.0.0-beta1
#r "nuget: Arke.ARI, 3.0.0-beta1"
// Install Arke.ARI as a Cake Addin #addin nuget:?package=Arke.ARI&version=3.0.0-beta1&prerelease // Install Arke.ARI as a Cake Tool #tool nuget:?package=Arke.ARI&version=3.0.0-beta1&prerelease
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 | net6.0 is compatible. 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. |
-
net6.0
- Microsoft.Extensions.Hosting.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Http (>= 6.0.0)
- System.Threading.Thread (>= 4.3.0)
- System.Threading.ThreadPool (>= 4.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
v3.0.0-beta
Removing RestSharp
Removing Newtonsoft.Json
Removing WebSocket4Net
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