mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	Make a couple of changes to help AMI events to be more clear in what is occurring.
* BridgeEnter now contains the unique ID of the channel that is to be swapped out, if applicable. * There is a ParkedCallSwap event that is sent when a parked channel has a new channel take its place. (closes issue ASTERISK-22193) reported by Mark Michelson Review: https://reviewboard.asterisk.org/r/2712 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396107 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -526,6 +526,9 @@ static void parked_call_message_response(struct ast_parked_call_payload *parked_ | ||||
| 	case PARKED_CALL_UNPARKED: | ||||
| 		event_type = "UnParkedCall"; | ||||
| 		break; | ||||
| 	case PARKED_CALL_SWAP: | ||||
| 		event_type = "ParkedCallSwap"; | ||||
| 		break; | ||||
| 	case PARKED_CALL_FAILED: | ||||
| 		/* PARKED_CALL_FAILED doesn't currently get a message and is used exclusively for bridging */ | ||||
| 		return; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user