Jump to: navigation, search

CfgGVPIVRProfile

Description

A GVP IVR Profile is the IVR Profile used by a GVP Customer to process calls to that customer. Each GVP IVR Profile is associated with one GVP Customer. GVP IVR Profiles are also associated with GVP IVR Profile Groups; with a group containing one or more profiles, and one profile being associated with one or more groups

Filter Keys

Filter Name Type Description
dbid int A unique identifier of a folder. If specified, Configuration Server will return information only about this folder.
name string Name of a GVP IVR Profile. Shall be specified as a character string. If specified, Configuration Server will return information only about the GVP IVR Profiles with that name.
tenant_dbid int A unique identifier of a tenant. If specified, Configuration Server will return information only about the GVP IVR Profiles that belong to this tenant.
reseller_dbid int A unique identifier of a GVP Reseller. If specified, Configuration Server will return information only about the GVP IVR Profiles that belong to this GVP Reseller.
customer_dbid int A unique identifier of a GVP Customer. If specified, Configuration Server will return information only about the GVP IVR Profiles that belong to this GVP Customer.
state int Current state of a GVP IVR Profile (see type CfgObjectState). If specified, Configuration Server will return information only about GVP IVR Profiles that are currently in this state.

Attributes

  • DBID — An identifier of this object in the Configuration Database. Generated by Configuration Server and is unique within an object type. Identifiers of deleted objects are not used again. Read-only.
  • customerDBID — A unique identifier of the CfgGVPCustomer to which this GVP IVR Profile is allocated. Mandatory. Once specified, cannot be changed
  • resellerDBID — A unique identifier of the CfgGVPReseller to which this GVP IVR Profile is allocated. Populated from GVP Customer. Read-only
  • tenantDBID — A unique identifier of the CfgTenant to which this GVP IVr Profile is allocated. Populated from GVP Customer. Read-only
  • name — A pointer to name of the GVP IVR Profile. Mandatory. Must be unique within the GVP Customer.
  • displayName — A name for this GVP IVR Profile that appears on the console display
  • type — A type of this GVP IVR Profile. Refer to CfgIVRProfileType.
  • notes — Optional notes and information relevant for this GVP IVR Profile.
  • description — An optional short description of this GVP IVR Profile.
  • startServiceDate — The date when this GVP IVR Profile takes effect.
  • endServiceDate — The date when this GVP IVR Profile ends. This date must be the same as, or later than, the Start of Service.
  • isProvisioned — If this GVP IVR Profile is provisioned in the switch database. Refer to CfgFlag.
  • tfn — A list of toll-free prefixes which this GVP IVR Profile can access.
  • status — The status of this GVP IVR Profile.
  • DIDDBIDs — A pointer to the list of unique identifiers to DN objects of type CFGGVPDID. Optional.
  • state — Current object state. Mandatory. Refer to CfgObjectState.
  • userProperties — A pointer to the list of user-defined properties. Parameter userProperties has the following structure: Each key-value pair of the primary list (TKVList *userProperties) uses the key for the name of a user-defined section, and the value for a secondary list, that also has the TKVList structure and specifies the properties defined within that section.

See Also

CfgDeltaGVPIVRProfile

This page was last edited on June 27, 2017, at 20:21.
Comments or questions about this documentation? Contact us for support!