AdaHeads / call-flow-control

Call-information flow server.
Other
6 stars 8 forks source link

Distinguish between calls and channels #119

Open rostgaard opened 10 years ago

rostgaard commented 10 years ago

The PBX (FreeSWTICH), as of now, uses the key-value (plain) but we could probably benefit from converting to JSON. This will give us an easy way of forwarding information directly, and avoid a lot of data-conversion-dancing.

rostgaard commented 10 years ago

Updated the issue and put a deadline on it.

rostgaard commented 10 years ago

We have removed the JSON support from libesl due to serialization (object, not string) issues, so we are back to using old-fashioned key-value maps.