PABX da Simples IP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
494 B

<?php
/*
|--------------------------------------------------------------------------
| Eventos
|--------------------------------------------------------------------------
|
| Eventos utilizados pelo gerenciamento dos atendimentos.
|
*/
define("CONF_AGENT_STATUS_LIVRE", 'LIVRE');
define("CONF_AGENT_STATUS_OCUPADO", 'OCUPADO');
define("CONF_AGENT_STATUS_PAUSA", 'PAUSA');
define("CONF_AGENT_STATUS_INDISPONIVEL", 'INDISPONIVEL');
define("CONF_AGENT_STATUS_CHAMANDO", 'CHAMANDO');