add webrtc_enable_dtls=false (for webrtc) or enable_dtls=true (for normal calls)

This commit is contained in:
Anthony Minessale
2013-02-21 09:13:37 -06:00
parent 45bd5952b1
commit 45b4ba1afa
2 changed files with 37 additions and 6 deletions
+1
View File
@@ -1301,6 +1301,7 @@ typedef enum {
CF_ICE,
CF_DTLS,
CF_VERBOSE_SDP,
CF_DTLS_OK,
/* WARNING: DO NOT ADD ANY FLAGS BELOW THIS LINE */
/* IF YOU ADD NEW ONES CHECK IF THEY SHOULD PERSIST OR ZERO THEM IN switch_core_session.c switch_core_session_request_xml() */
CF_FLAG_MAX