From: Walter Doekes Date: Mon, 7 Apr 2014 14:57:57 +0000 (+0000) Subject: app_queue: Re-add HoldTime to QueueCallerAbandon event (simple typo during ast12... X-Git-Tag: 13.0.0-beta1~375 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76d5c4ed43781a2d2075b2f0f498f59225794824;p=thirdparty%2Fasterisk.git app_queue: Re-add HoldTime to QueueCallerAbandon event (simple typo during ast12 refactor). Reported by: Ibrahim22 (on IRC) Tested by: Ibrahim22 ........ Merged revisions 411811 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@411812 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_queue.c b/apps/app_queue.c index 5464d50fe7..a2b3b762da 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -4332,7 +4332,7 @@ static void record_abandoned(struct queue_ent *qe) set_queue_variables(qe->parent, qe->chan); ao2_lock(qe->parent); - blob = ast_json_pack("{s: s, s: i, s: i}", + blob = ast_json_pack("{s: s, s: i, s: i, s: i}", "Queue", qe->parent->name, "Position", qe->pos, "OriginalPosition", qe->opos,