mirror of
https://github.com/jambonz/verb-specifications.git
synced 2025-12-19 04:47:47 +00:00
add config.ambientNoise
This commit is contained in:
12
specs.json
12
specs.json
@@ -49,10 +49,20 @@
|
||||
"reset": "string|array",
|
||||
"onHoldMusic": "string",
|
||||
"actionHookDelayAction": "#actionHookDelayAction",
|
||||
"sipRequestWithinDialogHook": "object|string"
|
||||
"sipRequestWithinDialogHook": "object|string",
|
||||
"ambientNoise": "#ambientNoise"
|
||||
},
|
||||
"required": []
|
||||
},
|
||||
"ambientNoise": {
|
||||
"properties": {
|
||||
"enable": "boolean",
|
||||
"play": "string"
|
||||
},
|
||||
"required": [
|
||||
"enable"
|
||||
]
|
||||
},
|
||||
"listenOptions": {
|
||||
"properties": {
|
||||
"enable": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user