Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/skrusty/AsterNET-ARI-Proxy

Asterisk ARI Proxy written in C#
https://github.com/skrusty/AsterNET-ARI-Proxy

ari-proxy asterisk asternet c-sharp

Last synced: 3 months ago
JSON representation

Asterisk ARI Proxy written in C#

Lists

README

        

[![Build Status](https://travis-ci.org/skrusty/AsterNET-ARI-Proxy.svg?branch=master)](https://travis-ci.org/skrusty/AsterNET-ARI-Proxy)

# AsterNET-ARI-Proxy
An Asterisk ARI Proxy written in C# using the AsterNET client library and supports the [AsterNET.ARI.Middleware.Queue](https://github.com/skrusty/AsterNET-ARI-Middleware-Queue) implementation.

## Proxy Protocol
The protocol implemented by AsterNET ARI Proxy is the protocol defined by the go-ari-proxy project. A full breakdown of the message format can be found here [go-ari-library](https://github.com/nvisibleinc/go-ari-library/wiki/Message-Format)