updateCall has listen_status to pause or resume a lsiten verb

This commit is contained in:
Dave Horton
2020-02-08 12:22:05 -05:00
parent 9783afcff5
commit 821124da11
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1205,6 +1205,12 @@ paths:
enum:
- completed
- no-answer
listen_status:
type: string
enum:
- pause
- silence
- resume
responses:
200:
description: call updated
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "jambonz-api-server",
"version": "1.1.3",
"version": "1.1.4",
"description": "",
"main": "app.js",
"scripts": {