mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	chan_sip: Fix bug where DTLS configuration from general would copy dtlsenable.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@428034 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -30404,6 +30404,7 @@ static struct sip_peer *build_peer(const char *name, struct ast_variable *v, str | ||||
| 	/* Set the default DTLS settings from default_tls_cfg */ | ||||
| 	ast_rtp_dtls_cfg_free(&peer->dtls_cfg); | ||||
| 	ast_rtp_dtls_cfg_copy(&default_dtls_cfg, &peer->dtls_cfg); | ||||
| 	peer->dtls_cfg.enabled = FALSE; | ||||
| 
 | ||||
| 	for (; v || ((v = alt) && !(alt=NULL)); v = v->next) { | ||||
| 		if (!devstate_only) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user