From c013a7dc644c2e8c5121ac63c98c3c29c04a30b3 Mon Sep 17 00:00:00 2001 From: Len Date: Mon, 23 Jan 2023 18:04:01 -0500 Subject: [PATCH] [Configuration] Use : not , in rtp_secure_media --- conf/vanilla/vars.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/vanilla/vars.xml b/conf/vanilla/vars.xml index e612694c83..8948d179cc 100644 --- a/conf/vanilla/vars.xml +++ b/conf/vanilla/vars.xml @@ -137,13 +137,13 @@ By default without specifying any crypto suites FreeSWITCH will offer crypto suites from strongest to weakest accepting the strongest each endpoint has in common. If you wish to force specific crypto suites you - can do so by appending the suites in a comma separated list in the order + can do so by appending the suites in a colon separated list in the order that you wish to offer them in. Examples: - rtp_secure_media=mandatory:AES_CM_256_HMAC_SHA1_80,AES_CM_256_HMAC_SHA1_32 - rtp_secure_media=true:AES_CM_256_HMAC_SHA1_80,AES_CM_256_HMAC_SHA1_32 + rtp_secure_media=mandatory:AES_CM_256_HMAC_SHA1_80:AES_CM_256_HMAC_SHA1_32 + rtp_secure_media=true:AES_CM_256_HMAC_SHA1_80:AES_CM_256_HMAC_SHA1_32 rtp_secure_media=optional:AES_CM_256_HMAC_SHA1_80 rtp_secure_media=true:AES_CM_256_HMAC_SHA1_80