mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Merge "res_rtp_asterisk: Fix ssrc change for rtcp srtp"
This commit is contained in:
		| @@ -3447,7 +3447,7 @@ static void ast_rtp_change_source(struct ast_rtp_instance *instance) | ||||
| 		ast_debug(3, "Changing ssrc for SRTP from %u to %u\n", rtp->ssrc, ssrc); | ||||
| 		res_srtp->change_source(srtp, rtp->ssrc, ssrc); | ||||
| 		if (rtcp_srtp != srtp) { | ||||
| 			res_srtp->change_source(srtp, rtp->ssrc, ssrc); | ||||
| 			res_srtp->change_source(rtcp_srtp, rtp->ssrc, ssrc); | ||||
| 		} | ||||
| 	} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user