git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@24564
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
if (!*to) {
if (option_verbose > 2)
ast_verbose( VERBOSE_PREFIX_3 "Nobody picked up in %d ms\n", orig);
+ ast_queue_log(qe->parent->name, qe->chan->uniqueid, on, "RINGNOANSWER", "%d", orig);
if (qe->parent->autopause) {
if (!set_member_paused(qe->parent->name, on, 1)) {
if (option_verbose > 2)
QUEUESTART
The queueing system has been started for the first time this session.
+RINGNOANSWER(ringtime)
+After trying for ringtime ms to connect to the available queue member,
+the attempt ended without the member picking up the call. Bad queue
+member!
+
SYSCOMPAT
A call was answered by an agent, but the call was dropped because the
channels were not compatible.