You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ReferCompleteCallback.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,9 @@ Name | Type | Description | Notes
18
18
**StartTime** | **DateTime** | Time the call was started, in ISO 8601 format. | [optional]
19
19
**AnswerTime** | **DateTime?** | Time the call was answered, in ISO 8601 format. | [optional]
20
20
**Tag** | **string** | (optional) The tag specified on call creation. If no tag was specified or it was previously cleared, this field will not be present. | [optional]
21
-
**SipResponseCode** | **int?** | The SIP response code from the REFER request, indicating the outcome of the operation (e.g., 200 for success, 404 for not found). | [optional]
**ErrorMessage** | **string** | Text explaining the reason that caused the call to fail in case of errors. | [optional]
24
-
**ErrorId** | **string** | Bandwidth's internal id that references the error event. | [optional]
21
+
**ReferCallStatus** | **string** | The outcome of the REFER operation. Either "success" or "failure". | [optional]
22
+
**ReferSipResponseCode** | **int?** | The SIP response code returned for the REFER request itself (e.g. 202, 405, 603). | [optional]
23
+
**NotifySipResponseCode** | **int?** | The final SIP response code reported via NOTIFY. Present only when the caller's endpoint sent a final NOTIFY. | [optional]
25
24
26
25
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments