mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-03-22 03:08:00 +00:00
Compare commits
2 Commits
v0.1.2
...
feat/ambie
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c490ee616 | ||
|
|
527e873dc3 |
19
specs.json
19
specs.json
@@ -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