@ -7817,7 +7817,8 @@ check_turns:
record_abandoned ( & qe ) ;
record_abandoned ( & qe ) ;
reason = QUEUE_TIMEOUT ;
reason = QUEUE_TIMEOUT ;
res = 0 ;
res = 0 ;
ast_queue_log ( args . queuename , ast_channel_uniqueid ( chan ) , " NONE " , " EXITWITHTIMEOUT " , " %d " , qe . pos ) ;
ast_queue_log ( args . queuename , ast_channel_uniqueid ( chan ) , " NONE " , " EXITWITHTIMEOUT " ,
" %d|%d|%ld " , qe . pos , qe . opos , ( long ) ( time ( NULL ) - qe . start ) ) ;
break ;
break ;
}
}
@ -7846,7 +7847,8 @@ check_turns:
/* exit after 'timeout' cycle if 'n' option enabled */
/* exit after 'timeout' cycle if 'n' option enabled */
if ( noption & & tries > = ao2_container_count ( qe . parent - > members ) ) {
if ( noption & & tries > = ao2_container_count ( qe . parent - > members ) ) {
ast_verb ( 3 , " Exiting on time-out cycle \n " ) ;
ast_verb ( 3 , " Exiting on time-out cycle \n " ) ;
ast_queue_log ( args . queuename , ast_channel_uniqueid ( chan ) , " NONE " , " EXITWITHTIMEOUT " , " %d " , qe . pos ) ;
ast_queue_log ( args . queuename , ast_channel_uniqueid ( chan ) , " NONE " , " EXITWITHTIMEOUT " ,
" %d|%d|%ld " , qe . pos , qe . opos , ( long ) ( time ( NULL ) - qe . start ) ) ;
record_abandoned ( & qe ) ;
record_abandoned ( & qe ) ;
reason = QUEUE_TIMEOUT ;
reason = QUEUE_TIMEOUT ;
res = 0 ;
res = 0 ;