]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[Configuration] Use : not , in rtp_secure_media
authorLen <Len-PGH@users.noreply.github.com>
Mon, 23 Jan 2023 23:04:01 +0000 (18:04 -0500)
committerAndrey Volk <andywolk@gmail.com>
Mon, 23 Jan 2023 23:04:56 +0000 (02:04 +0300)
conf/vanilla/vars.xml

index e612694c83b6fd0813ba32490eac2348bf527582..8948d179ccd03e52d4a3ba40460f3f80b7137cd8 100644 (file)
       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