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: api/openapi.yaml
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9959,7 +9959,7 @@ components:
9959
9959
enqueuedTime: 2022-06-16T13:15:07.16Z
9960
9960
lastUpdate: 2022-06-16T13:15:18.314Z
9961
9961
stirShaken:
9962
-
verstat: TN-Verification-Passed
9962
+
verstat: TN-Validation-Passed
9963
9963
attestationIndicator: A
9964
9964
originatingId: abc123
9965
9965
from: "+19195554321"
@@ -10018,15 +10018,15 @@ components:
10018
10018
10019
10019
| Property | Description |
10020
10020
|:------------------|:------------|
10021
-
| verstat | (optional) The verification status indicating whether the verification was successful or not. Possible values are `TN-Verification-Passed` or `TN-Verification-Failed`. |
10021
+
| verstat | (optional) The verification status indicating whether the verification was successful or not. Possible values are `TN-Validation-Passed` or `TN-Validation-Failed`. |
10022
10022
| attestationIndicator | (optional) The attestation level verified by Bandwidth. Possible values are `A` (full), `B` (partial) or `C` (gateway). |
10023
10023
| originatingId | (optional) A unique origination identifier. |
10024
10024
10025
10025
Note that these are common properties but that the `stirShaken` object is free form and can contain other key-value pairs.
10026
10026
10027
10027
More information: [Understanding STIR/SHAKEN](https://www.bandwidth.com/regulations/stir-shaken).
10028
10028
example:
10029
-
verstat: TN-Verification-Passed
10029
+
verstat: TN-Validation-Passed
10030
10030
attestationIndicator: A
10031
10031
originatingId: abc123
10032
10032
nullable: true
@@ -12875,9 +12875,8 @@ components:
12875
12875
properties:
12876
12876
verstat:
12877
12877
description: (optional) The verification status indicating whether the verification
12878
-
was successful or not. Possible values are TN-Verification-Passed and
12879
-
TN-Verification-Failed.
12880
-
example: Tn-Verification-Passed
12878
+
was successful or not. Possible values are TN-Validation-Passed and TN-Validation-Failed.
12879
+
example: Tn-Validation-Passed
12881
12880
type: string
12882
12881
attestationIndicator:
12883
12882
description: "(optional) The attestation level verified by Bandwidth. Possible\
Copy file name to clipboardExpand all lines: docs/CallState.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
@@ -15,7 +15,7 @@
15
15
|**from**|**String**| The phone number that made the call, in E.164 format (e.g. +15555555555). |[optional]|
16
16
|**direction**|**CallDirectionEnum**||[optional]|
17
17
|**state**|**String**| The current state of the call. Current possible values are `queued`, `initiated`, `answered` and `disconnected`. Additional states may be added in the future, so your application must be tolerant of unknown values. |[optional]|
18
-
|**stirShaken** | **Map<String, String>** | For inbound calls, the Bandwidth STIR/SHAKEN implementation will verify the information provided in the inbound invite request `Identity` header. The verification status is stored in the call state `stirShaken` property as follows. | Property | Description | |:------------------|:------------| | verstat | (optional) The verification status indicating whether the verification was successful or not. Possible values are `TN-Verification-Passed` or `TN-Verification-Failed`. | | attestationIndicator | (optional) The attestation level verified by Bandwidth. Possible values are `A` (full), `B` (partial) or `C` (gateway). | | originatingId | (optional) A unique origination identifier. | Note that these are common properties but that the `stirShaken` object is free form and can contain other key-value pairs. More information: [Understanding STIR/SHAKEN](https://www.bandwidth.com/regulations/stir-shaken). | [optional] |
18
+
|**stirShaken** | **Map<String, String>** | For inbound calls, the Bandwidth STIR/SHAKEN implementation will verify the information provided in the inbound invite request `Identity` header. The verification status is stored in the call state `stirShaken` property as follows. | Property | Description | |:------------------|:------------| | verstat | (optional) The verification status indicating whether the verification was successful or not. Possible values are `TN-Validation-Passed` or `TN-Validation-Failed`. | | attestationIndicator | (optional) The attestation level verified by Bandwidth. Possible values are `A` (full), `B` (partial) or `C` (gateway). | | originatingId | (optional) A unique origination identifier. | Note that these are common properties but that the `stirShaken` object is free form and can contain other key-value pairs. More information: [Understanding STIR/SHAKEN](https://www.bandwidth.com/regulations/stir-shaken). | [optional] |
19
19
|**identity**|**String**| The value of the `Identity` header from the inbound invite request. Only present for inbound calls and if the account is configured to forward this header. |[optional]|
20
20
|**enqueuedTime**|**OffsetDateTime**| The time this call was placed in queue. |[optional]|
21
21
|**startTime**|**OffsetDateTime**| The time the call was initiated, in ISO 8601 format. `null` if the call is still in your queue. |[optional]|
|**verstat**|**String**| (optional) The verification status indicating whether the verification was successful or not. Possible values are TN-Verification-Passed and TN-Verification-Failed. |[optional]|
10
+
|**verstat**|**String**| (optional) The verification status indicating whether the verification was successful or not. Possible values are TN-Validation-Passed and TN-Validation-Failed. |[optional]|
11
11
|**attestationIndicator**|**String**| (optional) The attestation level verified by Bandwidth. Possible values are A (full), B (partial) or C (gateway). |[optional]|
12
12
|**originatingId**|**String**| (optional) A unique origination identifier. |[optional]|
* For inbound calls, the Bandwidth STIR/SHAKEN implementation will verify the information provided in the inbound invite request `Identity` header. The verification status is stored in the call state `stirShaken` property as follows. | Property | Description | |:------------------|:------------| | verstat | (optional) The verification status indicating whether the verification was successful or not. Possible values are `TN-Verification-Passed` or `TN-Verification-Failed`. | | attestationIndicator | (optional) The attestation level verified by Bandwidth. Possible values are `A` (full), `B` (partial) or `C` (gateway). | | originatingId | (optional) A unique origination identifier. | Note that these are common properties but that the `stirShaken` object is free form and can contain other key-value pairs. More information: [Understanding STIR/SHAKEN](https://www.bandwidth.com/regulations/stir-shaken).
317
+
* For inbound calls, the Bandwidth STIR/SHAKEN implementation will verify the information provided in the inbound invite request `Identity` header. The verification status is stored in the call state `stirShaken` property as follows. | Property | Description | |:------------------|:------------| | verstat | (optional) The verification status indicating whether the verification was successful or not. Possible values are `TN-Validation-Passed` or `TN-Validation-Failed`. | | attestationIndicator | (optional) The attestation level verified by Bandwidth. Possible values are `A` (full), `B` (partial) or `C` (gateway). | | originatingId | (optional) A unique origination identifier. | Note that these are common properties but that the `stirShaken` object is free form and can contain other key-value pairs. More information: [Understanding STIR/SHAKEN](https://www.bandwidth.com/regulations/stir-shaken).
Copy file name to clipboardExpand all lines: src/main/java/com/bandwidth/sdk/model/StirShaken.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ public StirShaken verstat(@javax.annotation.Nullable String verstat) {
74
74
}
75
75
76
76
/**
77
-
* (optional) The verification status indicating whether the verification was successful or not. Possible values are TN-Verification-Passed and TN-Verification-Failed.
77
+
* (optional) The verification status indicating whether the verification was successful or not. Possible values are TN-Validation-Passed and TN-Validation-Failed.
0 commit comments