mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	Merge "res_pjsip_asterisk.c: Fix compile error if libsrtp is not installed."
This commit is contained in:
		| @@ -5040,7 +5040,9 @@ static void ast_rtp_prop_set(struct ast_rtp_instance *instance, enum ast_rtp_pro | |||||||
| 					return; | 					return; | ||||||
| 				} | 				} | ||||||
| 				rtp->rtcp->s = -1; | 				rtp->rtcp->s = -1; | ||||||
|  | #ifdef HAVE_OPENSSL_SRTP | ||||||
| 				rtp->rtcp->dtls.timeout_timer = -1; | 				rtp->rtcp->dtls.timeout_timer = -1; | ||||||
|  | #endif | ||||||
| 				rtp->rtcp->schedid = -1; | 				rtp->rtcp->schedid = -1; | ||||||
| 			} | 			} | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user