Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 9856870

Browse files
authored
Merge pull request #1096 from Bandwidth/VAPI-1475-API_Doc_Update
* VAPI-1475 Updating documentation for transferCallerDisplayName
2 parents 3619348 + 00c9c38 commit 9856870

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/docs/voice/bxml/transfer.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ There is no text content available to be set for the `<Transfer>` verb.
2525
| Attribute | Description |
2626
|:----------|:------------|
2727
| transferCallerId | (optional) The caller ID to use when the call is transferred, if different. Must be in E.164 format (e.g. +15555555555) or be one of the following strings `Restricted`, `Anonymous`, `Private`, or `Unavailable`.<br/><br/> Note: Leave blank to pass along the number of the remote party. |
28+
| transferCallerDisplayName | (optional) The caller display name to use when the call is transferred. May not exceed 256 characters nor contain control characters such as new lines. |
2829
| callTimeout | (optional) The timeout (in seconds) for the callee to answer the call after it starts ringing. If the call does not start ringing within 30s, the call will be cancelled regardless of this value. Range: decimal values between 1 - 300. Default value is 30 seconds. |
2930
| transferCompleteUrl | (optional) URL to send the [Transfer Complete](/docs/voice/webhooks/transferComplete/) event to and request new BXML. Optional but recommended. [See below](#transferCompleteUrl) for further details. May be a relative URL. |
3031
| transferCompleteMethod | (optional) The HTTP method to use for the request to `transferCompleteUrl`. GET or POST. Default value is POST. |

0 commit comments

Comments
 (0)