Feature/incoming refer (#39)

* LCC under Kubernetes must use service name for FS (#35)

* add api to send sip requests on a call (e.g NOTIFY, INFO)
This commit is contained in:
Dave Horton
2022-03-05 15:22:41 -05:00
committed by GitHub
parent 038e1d3917
commit 090bfbce92
6 changed files with 84 additions and 45 deletions

View File

@@ -3102,9 +3102,12 @@ paths:
enum:
- completed
- no-answer
conf_mute:
type: boolean
conf_status:
conf_mute_status:
type: string
enum:
- mute
- unmute
conf_hold_status:
type: string
enum:
- hold
@@ -3120,8 +3123,21 @@ paths:
- mute
- unmute
whisper:
$ref: '#/components/schemas/Webhook'
$ref: '#/components/schemas/Webhook'
sip_request:
type: object
properties:
method:
type: string
content_type:
type: string
content:
type: string
headers:
type: object
responses:
200:
description: Accepted
202:
description: Accepted
400: