Priority Queuing

Description:

Priority Queuing ensures that calls are handled in order of priority. When internal or external callers must wait for calls to be completed, they are placed into a queue and assigned a priority of access.

The order of priority for Priority Queuing is as follows:

Conditions and Feature Interactions

Programming

None.

Operation

None.