mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6299 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2890,9 +2890,10 @@ check_turns:
|
||||
res = try_calling(&qe, options, announceoverride, url, &go_on);
|
||||
if (res) {
|
||||
if (res < 0) {
|
||||
if (!qe.handled)
|
||||
if (!qe.handled) {
|
||||
record_abandoned(&qe);
|
||||
ast_queue_log(queuename, chan->uniqueid, "NONE", "ABANDON", "%d|%d|%ld", qe.pos, qe.opos, (long)time(NULL) - qe.start);
|
||||
}
|
||||
} else if (res > 0)
|
||||
ast_queue_log(queuename, chan->uniqueid, "NONE", "EXITWITHKEY", "%s|%d", qe.digits, qe.pos);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user