Open rostgaard opened 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.
Updated the issue and put a deadline on it.
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.
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.