diff --git a/specs.json b/specs.json index 6a724df..f8fdbb1 100644 --- a/specs.json +++ b/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",