diff --git a/site/specs/messaging.yml b/site/specs/messaging.yml index faa95f274..07957c12b 100644 --- a/site/specs/messaging.yml +++ b/site/specs/messaging.yml @@ -1653,6 +1653,7 @@ components: example: 9902 receiveTime: type: string + format: date-time description: The ISO 8601 datetime of the message. example: 2020-04-07T14:03:07.000Z carrierName: @@ -1783,6 +1784,7 @@ components: example: 93de2206-9669-4e07-948d-329f4b722ee2 time: type: string + format: date-time description: The datetime stamp of the message in ISO 8601 example: 2022-09-14T18:20:16.000Z segmentCount: diff --git a/site/specs/numbers.yml b/site/specs/numbers.yml index 1d0b427bb..f6f9199ea 100644 --- a/site/specs/numbers.yml +++ b/site/specs/numbers.yml @@ -11221,6 +11221,8 @@ components: properties: Address: $ref: '#/components/schemas/Address' + CallVerificationEnabled: + type: boolean CallingName: $ref: '#/components/schemas/SipPeerLineOptionDto' Description: @@ -11236,6 +11238,8 @@ components: type: integer PeerName: type: string + PindropEnabled: + type: boolean PremiseTrunks: type: string Products: @@ -11421,6 +11425,8 @@ components: properties: Address: $ref: '#/components/schemas/Address' + CallVerificationEnabled: + type: boolean CallingName: $ref: '#/components/schemas/SipPeerLineOptionDto' Description: @@ -11433,6 +11439,8 @@ components: $ref: '#/components/schemas/OriginationRoutePlan' PeerName: type: string + PindropEnabled: + type: boolean PremiseTrunks: type: string Products: @@ -36059,6 +36067,8 @@ paths: - Zip - AddressType type: object + CallVerificationEnabled: + type: boolean CustomerTrafficAllowed: description: >- A TerminationHost can be configured to allow different @@ -36091,6 +36101,8 @@ paths: description: Mandatory name for the SIP Peer maxLength: 10 type: string + PindropEnabled: + type: boolean Port: description: >- Optional Port Number for Voice and Termination hosts. This @@ -36181,6 +36193,11 @@ paths:
  • 13686 - Origination route plan action cannot be 'off' when creating a new SIP peer
  • 13687 - Voice hosts and host groups are not supported on this account, please add your hosts to the origination route plan for this SIP peer
  • 13688 - FinalDestinationUri is not supported on this account, to acheive the same thing, please add this URI to a fail-over group in the origination route plan for this SIP peer
  • +
  • 13691 - CallVerificationEnabled must be a boolean: true or false
  • +
  • 13692 - PindropEnabled must be a boolean: true or false
  • +
  • 13693 - CallVerificationEnabled and PindropEnabled are mutually exclusive and may not be used together
  • +
  • 13694 - CallVerificationEnabled is not allowed on this account
  • +
  • 13695 - PindropEnabled is not allowed on this account
  • 5200 - Origination route plan is not enabled for the account
  • 5207 - Specified Route Plan Action was invalid, must be one of 'asSpecified', 'unchanged' or 'off'
  • 5218 - Origination route cannot have private IP endpoint: %s
  • @@ -36516,6 +36533,11 @@ paths:
  • 13686 - Origination route plan action cannot be 'off' when creating a new SIP peer
  • 13687 - Voice hosts and host groups are not supported on this account, please add your hosts to the origination route plan for this SIP peer
  • 13688 - FinalDestinationUri is not supported on this account, to acheive the same thing, please add this URI to a fail-over group in the origination route plan for this SIP peer
  • +
  • 13691 - CallVerificationEnabled must be a boolean: true or false
  • +
  • 13692 - PindropEnabled must be a boolean: true or false
  • +
  • 13693 - CallVerificationEnabled and PindropEnabled are mutually exclusive and may not be used together
  • +
  • 13694 - CallVerificationEnabled is not allowed on this account
  • +
  • 13695 - PindropEnabled is not allowed on this account
  • 5200 - Origination route plan is not enabled for the account
  • 5207 - Specified Route Plan Action was invalid, must be one of 'asSpecified', 'unchanged' or 'off'
  • 5218 - Origination route cannot have private IP endpoint: %s
  • diff --git a/site/specs/voice.yml b/site/specs/voice.yml index 808ecea61..e7f126675 100644 --- a/site/specs/voice.yml +++ b/site/specs/voice.yml @@ -6912,10 +6912,12 @@ components: example: bridgeComplete eventTime: type: string + format: date-time description: >- 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. + example: '2022-06-17T22:19:40.375Z' accountId: type: string description: The user account associated with the call.