mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Add missing unique id to ParkedCallGiveUp and ParkedCallTimeOut
manager events (closes issue #13358) Reported by: srt Patches: 13358_parking_events.diff uploaded by srt (license 378) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@139558 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -2364,12 +2364,14 @@ static void post_manager_event(const char *s, struct parkeduser *pu) | ||||
| 		"Channel: %s\r\n" | ||||
| 		"Parkinglot: %s\r\n" | ||||
| 		"CallerIDNum: %s\r\n" | ||||
| 		"CallerIDName: %s\r\n\r\n", | ||||
| 		"CallerIDName: %s\r\n", | ||||
| 		"UniqueID: %s\r\n\r\n", | ||||
| 		pu->parkingexten,  | ||||
| 		pu->chan->name, | ||||
| 		pu->parkinglot->name, | ||||
| 		S_OR(pu->chan->cid.cid_num, "<unknown>"), | ||||
| 		S_OR(pu->chan->cid.cid_name, "<unknown>") | ||||
| 		S_OR(pu->chan->cid.cid_name, "<unknown>"), | ||||
| 		pu->chan->uniqueid | ||||
| 		); | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user