mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-07-04 19:22:00 +00:00
Feat/ambient sounds (#41)
* add config.ambientNoise * add answer verb to force answer
This commit is contained in:
+18
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user