mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-07-04 19:21:53 +00:00
updateCall has listen_status to pause or resume a lsiten verb
This commit is contained in:
@@ -1205,6 +1205,12 @@ paths:
|
||||
enum:
|
||||
- completed
|
||||
- no-answer
|
||||
listen_status:
|
||||
type: string
|
||||
enum:
|
||||
- pause
|
||||
- silence
|
||||
- resume
|
||||
responses:
|
||||
200:
|
||||
description: call updated
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jambonz-api-server",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4",
|
||||
"description": "",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user