Is there a good C # shell for the Asterisk Manager interface?

Is there a good C # shell for the Asterisk Manager interface? It is just a TCP connection, so creating it from scratch would not be easy, just annoying.

+3
source share
2 answers

Have you tried Asterisk.NET ? It has access to the dispatcher API.

+4
source

The C # Asterisk Library is a library. It is very concise and works very well. I have been using it for 2 years. He is not dead, he is completed.

There is a slight code change in the dispatch connection if you are using Ast 1.8.

, , , .

, , .

, / . # , .

: Asterisk, freePBX , , API TOOLS/ASTERISK/ADD MANAGER , 1.8 1.6 API.

, , .

0

All Articles