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/AnswerCallback.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The Answer event is sent to the answerUrl specified in the createCall request wh
12
12
|**eventTime**|**OffsetDateTime**| The approximate UTC date and time when the event was generated by the Bandwidth server, in ISO 8601 format. This may not be exactly the time of event execution. |[optional]|
13
13
|**accountId**|**String**| The user account associated with the call. |[optional]|
14
14
|**applicationId**|**String**| The id of the application associated with the call. |[optional]|
15
-
|**from**|**String**| The provided identifier of the caller: can be a phone number in E.164 format (e.g. +15555555555) or one of Private, Restricted, Unavailable, or Anonymous. |[optional]|
15
+
|**from**|**String**| The provided identifier of the caller. Must be a phone number in E.164 format (e.g. +15555555555). |[optional]|
16
16
|**to**|**String**| The phone number that received the call, in E.164 format (e.g. +15555555555). |[optional]|
17
17
|**direction**|**CallDirectionEnum**||[optional]|
18
18
|**callId**|**String**| The call id associated with the event. |[optional]|
Copy file name to clipboardExpand all lines: docs/BridgeCompleteCallback.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ If the target call leaves the <Bridge>, then this callback is sent to the bridge
12
12
|**eventTime**|**OffsetDateTime**| The approximate UTC date and time when the event was generated by the Bandwidth server, in ISO 8601 format. This may not be exactly the time of event execution. |[optional]|
13
13
|**accountId**|**String**| The user account associated with the call. |[optional]|
14
14
|**applicationId**|**String**| The id of the application associated with the call. |[optional]|
15
-
|**from**|**String**| The provided identifier of the caller: can be a phone number in E.164 format (e.g. +15555555555) or one of Private, Restricted, Unavailable, or Anonymous. |[optional]|
15
+
|**from**|**String**| The provided identifier of the caller. Must be a phone number in E.164 format (e.g. +15555555555). |[optional]|
16
16
|**to**|**String**| The phone number that received the call, in E.164 format (e.g. +15555555555). |[optional]|
17
17
|**direction**|**CallDirectionEnum**||[optional]|
18
18
|**callId**|**String**| The call id associated with the event. |[optional]|
Copy file name to clipboardExpand all lines: docs/BridgeTargetCompleteCallback.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ If the originating call leaves the <Bridge>, then this callback is sent to the b
12
12
|**eventTime**|**OffsetDateTime**| The approximate UTC date and time when the event was generated by the Bandwidth server, in ISO 8601 format. This may not be exactly the time of event execution. |[optional]|
13
13
|**accountId**|**String**| The user account associated with the call. |[optional]|
14
14
|**applicationId**|**String**| The id of the application associated with the call. |[optional]|
15
-
|**from**|**String**| The provided identifier of the caller: can be a phone number in E.164 format (e.g. +15555555555) or one of Private, Restricted, Unavailable, or Anonymous. |[optional]|
15
+
|**from**|**String**| The provided identifier of the caller. Must be a phone number in E.164 format (e.g. +15555555555). |[optional]|
16
16
|**to**|**String**| The phone number that received the call, in E.164 format (e.g. +15555555555). |[optional]|
17
17
|**direction**|**CallDirectionEnum**||[optional]|
18
18
|**callId**|**String**| The call id associated with the event. |[optional]|
Copy file name to clipboardExpand all lines: docs/CallRecordingMetadata.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@
13
13
|**parentCallId**|**String**| (optional) If the event is related to the B leg of a <Transfer>, the call id of the original call leg that executed the <Transfer>. Otherwise, this field will not be present. |[optional]|
14
14
|**recordingId**|**String**| The unique ID of this recording |[optional]|
15
15
|**to**|**String**| The phone number that received the call, in E.164 format (e.g. +15555555555). |[optional]|
16
-
|**from**|**String**| The provided identifier of the caller: can be a phone number in E.164 format (e.g. +15555555555) or one of Private, Restricted, Unavailable, or Anonymous. |[optional]|
17
-
|**transferCallerId**|**String**| The phone number used as the from field of the B-leg call, in E.164 format (e.g. +15555555555) or one of Restricted, Anonymous, Private, or Unavailable. |[optional]|
16
+
|**from**|**String**| The provided identifier of the caller. Must be a phone number in E.164 format (e.g. +15555555555). |[optional]|
17
+
|**transferCallerId**|**String**| The phone number used as the from field of the B-leg call, in E.164 format (e.g. +15555555555). |[optional]|
18
18
|**transferTo**|**String**| The phone number used as the to field of the B-leg call, in E.164 format (e.g. +15555555555). |[optional]|
19
19
|**duration**|**String**| The duration of the recording in ISO-8601 format |[optional]|
|**detectedLanguage**|[**DetectedLanguageEnum**](#DetectedLanguageEnum)| The detected language for this transcription. |[optional]|
11
11
|**track**|[**TrackEnum**](#TrackEnum)| Which `track` this transcription is derived from. |[optional]|
12
-
|**text**|**String**| The transcription itself. |[optional]|
12
+
|**transcript**|**String**| The transcription itself. |[optional]|
13
13
|**confidence**|**Double**| How confident the transcription engine was in transcribing the associated audio (from `0` to `1`). |[optional]|
Copy file name to clipboardExpand all lines: docs/ConferenceMemberExitCallback.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The Conference Member Exit event is fired whenever a caller exits a conference t
12
12
|**eventTime**|**OffsetDateTime**| The approximate UTC date and time when the event was generated by the Bandwidth server, in ISO 8601 format. This may not be exactly the time of event execution. |[optional]|
13
13
|**conferenceId**|**String**| The unique, Bandwidth-generated ID of the conference that was recorded |[optional]|
14
14
|**name**|**String**| The user-specified name of the conference that was recorded |[optional]|
15
-
|**from**|**String**| The provided identifier of the caller: can be a phone number in E.164 format (e.g. +15555555555) or one of Private, Restricted, Unavailable, or Anonymous. |[optional]|
15
+
|**from**|**String**| The provided identifier of the caller. Must be a phone number in E.164 format (e.g. +15555555555). |[optional]|
16
16
|**to**|**String**| The phone number that received the call, in E.164 format (e.g. +15555555555). |[optional]|
17
17
|**callId**|**String**| The call id associated with the event. |[optional]|
18
18
|**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]|
Copy file name to clipboardExpand all lines: docs/ConferenceMemberJoinCallback.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The Conference Member Join event is fired whenever a caller joins a conference t
12
12
|**eventTime**|**OffsetDateTime**| The approximate UTC date and time when the event was generated by the Bandwidth server, in ISO 8601 format. This may not be exactly the time of event execution. |[optional]|
13
13
|**conferenceId**|**String**| The unique, Bandwidth-generated ID of the conference that was recorded |[optional]|
14
14
|**name**|**String**| The user-specified name of the conference that was recorded |[optional]|
15
-
|**from**|**String**| The provided identifier of the caller: can be a phone number in E.164 format (e.g. +15555555555) or one of Private, Restricted, Unavailable, or Anonymous. |[optional]|
15
+
|**from**|**String**| The provided identifier of the caller. Must be a phone number in E.164 format (e.g. +15555555555). |[optional]|
16
16
|**to**|**String**| The phone number that received the call, in E.164 format (e.g. +15555555555). |[optional]|
17
17
|**callId**|**String**| The call id associated with the event. |[optional]|
18
18
|**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]|
|**to**|**String**| The destination to call (must be an E.164 formatted number (e.g. `+15555551212`) or a SIP URI (e.g. `sip:user@server.example`)). ||
11
-
|**from**|**String**| A Bandwidth phone number on your account the call should come from (must be in E.164 format, like `+15555551212`, or be one of the following strings: `Restricted`, `Anonymous`, `Private`, or `Unavailable`). ||
12
-
|**displayName**|**String**| The caller display name to use when the call is created. May not exceed 256 characters nor contain control characters such as new lines. |[optional]|
11
+
|**from**|**String**| A Bandwidth phone number on your account the call should come from (must be in E.164 format, like `+15555551212`) even if `privacy` is set to true. ||
12
+
|**privacy**|**Boolean**| Hide the calling number. The `displayName` field can be used to customize the displayed name. |[optional]|
13
+
|**displayName**|**String**| The caller display name to use when the call is created. May not exceed 256 characters nor contain control characters such as new lines. If `privacy` is true, only the following values are valid: `Restricted`, `Anonymous`, `Private`, or `Unavailable`. |[optional]|
13
14
|**uui**|**String**| A comma-separated list of 'User-To-User' headers to be sent in the INVITE when calling a SIP URI. Each value must end with an 'encoding' parameter as described in <a href='https://tools.ietf.org/html/rfc7433'>RFC 7433</a>. Only 'jwt' and 'base64' encodings are allowed. The entire value cannot exceed 350 characters, including parameters and separators. |[optional]|
14
15
|**applicationId**|**String**| The id of the application associated with the `from` number. ||
15
16
|**answerUrl**|**URI**| The full URL to send the <a href='/docs/voice/webhooks/answer'>Answer</a> event to when the called party answers. This endpoint should return the first <a href='/docs/voice/bxml'>BXML document</a> to be executed in the call. Must use `https` if specifying `username` and `password`. ||
0 commit comments