32
32
- $ref : ' #/components/parameters/callDirection'
33
33
- $ref : ' #/components/parameters/callType'
34
34
- $ref : ' #/components/parameters/callResult'
35
+ - $ref : ' #/components/parameters/hangUpSource'
35
36
- $ref : ' #/components/parameters/sipResponseCode'
36
37
- $ref : ' #/components/parameters/subAccount'
37
38
- $ref : ' #/components/parameters/sort'
@@ -132,6 +133,10 @@ components:
132
133
Message generated by a user agent server (UAS) or SIP server to
133
134
reply to a request generated by a client.
134
135
example : 200
136
+ sipResponseDescription :
137
+ type : string
138
+ description : A short description of the SIP response.
139
+ example : OK
135
140
cost :
136
141
format : double
137
142
type : number
@@ -147,6 +152,8 @@ components:
147
152
example : ' 1234'
148
153
attestationIndicator :
149
154
$ref : ' #/components/schemas/attestationIndicator'
155
+ hangUpSource :
156
+ $ref : ' #/components/schemas/hangUpSource'
150
157
genericError :
151
158
title : Generic Error
152
159
type : object
@@ -215,6 +222,14 @@ components:
215
222
- B
216
223
- C
217
224
example : A
225
+ hangUpSource :
226
+ type : string
227
+ description : Hang up source.
228
+ enum :
229
+ - BANDWIDTH_INTERNAL
230
+ - CALLED_PARTY
231
+ - CALLING_PARTY
232
+ example : CALLED_PARTY
218
233
link :
219
234
title : Link
220
235
type : object
@@ -339,6 +354,12 @@ components:
339
354
description : ' Filter Type: Exact Match, any valid call result type.'
340
355
schema :
341
356
$ref : ' #/components/schemas/callResult'
357
+ hangUpSource :
358
+ name : hangUpSource
359
+ in : query
360
+ description : ' Filter Type: Exact Match, any valid hang up source.'
361
+ schema :
362
+ $ref : ' #/components/schemas/hangUpSource'
342
363
sipResponseCode :
343
364
name : sipResponseCode
344
365
in : query
0 commit comments