Index: apps/app_queue.c =================================================================== --- apps/app_queue.c (révision 125816) +++ apps/app_queue.c (copie de travail) @@ -1890,8 +1890,16 @@ ast_verbose(VERBOSE_PREFIX_3 "Couldn't call %s\n", tmp->interface); do_hang(tmp); (*busies)++; + + update_status(tmp->member->interface, ast_device_state(tmp->member->interface)); // IVeS Update + return 0; - } else if (qe->parent->eventwhencalled) { + } + + /* IVeS - Update status AFTER call in initiated */ + update_status(tmp->member->interface, ast_device_state(tmp->member->interface)); + + if (qe->parent->eventwhencalled) { char vars[2048]; manager_event(EVENT_FLAG_AGENT, "AgentCalled",