Feat/ambient sounds (#41)

* add config.ambientNoise

* add answer verb to force answer
This commit is contained in:
Dave Horton
2024-02-27 12:49:19 -05:00
committed by GitHub
parent ba02161f74
commit f6ad050a32
+18 -1
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",