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.
- Host: GitHub
- URL: https://github.com/rostgaard/libesl-ada
- Owner: rostgaard
- Created: 2013-05-17T06:25:27.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-08T08:05:41.000Z (about 12 years ago)
- Last Synced: 2023-03-13T19:38:42.979Z (over 3 years ago)
- Language: Ada
- Size: 1.61 MB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README
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.