mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-01-25 02:08:06 +00:00
add support for dub channel (#42)
This commit is contained in:
@@ -57,14 +57,16 @@
|
||||
"onHoldMusic": "string",
|
||||
"actionHookDelayAction": "#actionHookDelayAction",
|
||||
"sipRequestWithinDialogHook": "object|string",
|
||||
"ambientNoise": "#ambientNoise"
|
||||
"dub": "#dub"
|
||||
},
|
||||
"required": []
|
||||
},
|
||||
"ambientNoise": {
|
||||
"dub": {
|
||||
"properties": {
|
||||
"enable": "boolean",
|
||||
"url": "string"
|
||||
"play": "string",
|
||||
"say": "object|string",
|
||||
"adjustVolume": "string"
|
||||
},
|
||||
"required": [
|
||||
"enable"
|
||||
|
||||
Reference in New Issue
Block a user