mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	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
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user