Compare commits

...

2 Commits

Author SHA1 Message Date
Dave Horton
7c490ee616 add answer verb to force answer 2024-02-27 12:37:22 -05:00
Dave Horton
527e873dc3 add config.ambientNoise 2024-02-27 08:03:08 -05:00

View File

@@ -1,4 +1,11 @@
{
"answer": {
"properties": {
"id": "string"
},
"required": [
]
},
"sip:decline": {
"properties": {
"id": "string",
@@ -49,10 +56,20 @@
"reset": "string|array",
"onHoldMusic": "string",
"actionHookDelayAction": "#actionHookDelayAction",
"sipRequestWithinDialogHook": "object|string"
"sipRequestWithinDialogHook": "object|string",
"ambientNoise": "#ambientNoise"
},
"required": []
},
"ambientNoise": {
"properties": {
"enable": "boolean",
"url": "string"
},
"required": [
"enable"
]
},
"listenOptions": {
"properties": {
"enable": "boolean",