From 7c490ee61685bd5360791ba2a7c8820f5845c050 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Tue, 27 Feb 2024 12:37:22 -0500 Subject: [PATCH] add answer verb to force answer --- specs.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/specs.json b/specs.json index a54a05e..f8fdbb1 100644 --- a/specs.json +++ b/specs.json @@ -1,4 +1,11 @@ { + "answer": { + "properties": { + "id": "string" + }, + "required": [ + ] + }, "sip:decline": { "properties": { "id": "string", @@ -57,7 +64,7 @@ "ambientNoise": { "properties": { "enable": "boolean", - "play": "string" + "url": "string" }, "required": [ "enable"