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

https://github.com/rostgaard/libesl-ada

FreeSWTICH event socket communication library.
https://github.com/rostgaard/libesl-ada

Last synced: 4 months ago
JSON representation

FreeSWTICH event socket communication library.

Awesome Lists containing this project

README

          

Libesl
======
ESL library for use with Freeswitch PBX written in Ada.

Status
------
Usable with little testing done.

Usage
-----
Check out test/esl-client-tasking-test.adb for an example on how to use the client.

Questions
---------

Q: Why is GNATCOLL.JSON included in this library?
A: To avoid writing up a JSON implementation by myself.

Q: I'm getting error that gnatcoll-json.ads is provided by several projects!
A: Your project depends on parts of GNATCOLL not indirectly provided by libesl.
Remove the "src/external" from the .gpr file and instead put
with "gnatcoll";
in the header.