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: lib/bandwidth-sdk/models/refer_complete_callback.rb
+1-22Lines changed: 1 addition & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,6 @@ class ReferCompleteCallback < ApiModelBase
39
39
# The URL of the call associated with the event.
40
40
attr_accessor:call_url
41
41
42
-
# (optional) If call queueing is enabled and this is an outbound call, time the call was queued, in ISO 8601 format.
43
-
attr_accessor:enqueued_time
44
-
45
42
# Time the call was started, in ISO 8601 format.
46
43
attr_accessor:start_time
47
44
@@ -51,9 +48,6 @@ class ReferCompleteCallback < ApiModelBase
51
48
# (optional) The tag specified on call creation. If no tag was specified or it was previously cleared, this field will not be present.
52
49
attr_accessor:tag
53
50
54
-
# The SIP URI that the call was referred to.
55
-
attr_accessor:refer_to
56
-
57
51
attr_accessor:refer_call_status
58
52
59
53
# The SIP response code received in response to the REFER request. Present when the status of the REFER is known (e.g. 202 Accepted or 405 Method Not Allowed). Absent when the REFER was not attempted.
0 commit comments