mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-07-05 03:31:56 +00:00
ed51d8b13f
major merge of features from the hosted branch that was created temporarily during the initial launch of jambonz.org
22 lines
304 B
JSON
22 lines
304 B
JSON
{
|
|
"trial": [
|
|
{
|
|
"category": "voice_call_session",
|
|
"quantity": 20
|
|
},
|
|
{
|
|
"category": "device",
|
|
"quantity": 0
|
|
}
|
|
],
|
|
"free": [
|
|
{
|
|
"category": "voice_call_session",
|
|
"quantity": 1
|
|
},
|
|
{
|
|
"category": "device",
|
|
"quantity": 1
|
|
}
|
|
]
|
|
} |