mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Add UniqueID to the leave manager event.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@29434 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -1263,8 +1263,8 @@ static void leave_queue(struct queue_ent *qe) | ||||
|  | ||||
| 			/* Take us out of the queue */ | ||||
| 			manager_event(EVENT_FLAG_CALL, "Leave", | ||||
| 				"Channel: %s\r\nQueue: %s\r\nCount: %d\r\n", | ||||
| 				qe->chan->name, q->name,  q->count); | ||||
| 				"Channel: %s\r\nQueue: %s\r\nCount: %d\r\nUniqueid: %s\r\n", | ||||
| 				qe->chan->name, q->name,  q->count, qe->chan->uniqueid); | ||||
| 			if (option_debug) | ||||
| 				ast_log(LOG_DEBUG, "Queue '%s' Leave, Channel '%s'\n", q->name, qe->chan->name ); | ||||
| 			/* Take us out of the queue */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user