voxbone v0.2.0 Voxbone.Model.SingleDidConfigurationRequest

Model for Apply DID Configuration request

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Voxbone.Model.SingleDidConfigurationRequest{
  blockCellular: boolean(),
  blockOrdinary: boolean(),
  blockPayphone: boolean(),
  callerId: CallerId,
  capacityGroupId: integer(),
  cliPrivacy: String.t(),
  deliveryId: integer(),
  didId: integer(),
  dnisEnabled: boolean(),
  faxUriId: integer(),
  limitChannels: String.t(),
  peer: Peer,
  ringback: String.t(),
  smsLinkGroupId: integer(),
  smsOutbound: boolean(),
  srvLookup: boolean(),
  trunkId: integer(),
  voiceUriId: integer(),
  voxFaxEnabled: boolean(),
  voxoutInternationalEnabled: boolean(),
  voxoutNationalEnabled: boolean(),
  webRtcEnabled: boolean()
}