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
VAPI-3435 Simplify Refer to reuse Transfer's SipUri
Remove ReferCompleteCallback (will land later via a separate api-specs-driven
PR once VAPI-3440 merges) and delete the distinct ReferSipUri type. Refer now
takes the existing Transfer-flavored SipUri directly, matching the plain,
validation-free style of the other BXML verb models in this SDK.
Copy file name to clipboardExpand all lines: bandwidth/models/bxml/verbs/sip_uri.py
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ def __init__(
18
18
):
19
19
"""Initialize a <SipUri> verb
20
20
21
+
This SipUri is shared between the <Transfer> and <Refer> verbs.
22
+
21
23
Args:
22
24
uri (str): A SIP URI to transfer the call to (e.g. sip:user@server.com)
23
25
uui (str, optional): he value of the User-To-User header to send within the initial INVITE. Must include the encoding parameter as specified in RFC 7433. Only base64 and jwt encoding are currently allowed. This value, including the encoding specifier, may not exceed 256 characters. Defaults to None.
0 commit comments