Skip to content

Commit

Permalink
add answer verb to force answer
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Feb 27, 2024
1 parent 527e873 commit 7c490ee
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion specs.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"answer": {
"properties": {
"id": "string"
},
"required": [
]
},
"sip:decline": {
"properties": {
"id": "string",
Expand Down Expand Up @@ -57,7 +64,7 @@
"ambientNoise": {
"properties": {
"enable": "boolean",
"play": "string"
"url": "string"
},
"required": [
"enable"
Expand Down

0 comments on commit 7c490ee

Please sign in to comment.