This page was last edited on June 27, 2017, at 20:20.
Comments or questions about this documentation? Contact us for support!
A Place is a location that has one or more DNs operated by a single agent.
Configure Places and assign individual DNs to them in order to monitor performance and availability of Agents, Agent Groups, and Place Groups, and to provide this information to call-processing applications.
A typical Agent Place consists of two DNs: one DN that an agent uses to take customer calls and another DN the agent uses to make consultation calls and transfers. If you are using the multimedia options of the Genesys products, Places may have to be equipped with DNs of other types, such as E-mail Address.
Make sure the configuration of Places in the Configuration Database always matches the actual wiring arrangements in the contact center.
Filter Name | Type | Description |
---|---|---|
dbid | int | A unique identifier of a place. If specified, Configuration Server will return information only about this place. |
tenant_dbid | int | A unique identifier of a tenant. If specified, Configuration Server will return information only about the places that belong to this tenant. |
name | string | Name of a place. Shall be specified as a character string. If specified, Configuration Server will return information only about the place(s) with that name. |
state | int | Current state of a place (see CfgObjectState). If specified, Configuration Server will return information only about places that are currently in this state. |
group_dbid | int | A unique identifier of a place group. If specified, Configuration Server will return information only about the places that form this group. |
dn_dbid | int | A unique identifier of a DN. If specified, Configuration Server will return information only about the place this DN is assigned to. |
no_dn_dbid | int | Configuration Server will return information only about the place(s) without DNs assigned to. |
person_dbid | int | A unique identifier of a person. If specified, Configuration Server will return information only about place associated with this person. |
Deletion of Place X will cause the following events set out in the order of arrival:
<CfgPlace> <DBID value="101" /> <tenantDBID value="1" /> <name value="001" /> <DNDBIDs> <DBID value="102" /> </DNDBIDs> <state value="1" /> <capacityRuleDBID value="0" /> <siteDBID value="0" /> <contractDBID value="0" /> </CfgPlace>