From: Walter Doekes Date: Mon, 7 Apr 2014 14:55:19 +0000 (+0000) Subject: app_queue: Re-add HoldTime to QueueCallerAbandon event (simple typo during ast12... X-Git-Tag: 12.3.0-rc1~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4117ac58ed1d44d252f7d169c6c71246994c18a3;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 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@411811 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,