File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
src/mod/languages/mod_managed/managed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -33391,7 +33391,8 @@ [System.Flags] public enum switch_core_flag_enum_t {
3339133391 SCF_CPF_SOFT_LOOKUP = (1 << 26),
3339233392 SCF_EVENT_CHANNEL_ENABLE_HIERARCHY_DELIVERY = (1 << 27),
3339333393 SCF_EVENT_CHANNEL_HIERARCHY_DELIVERY_ONCE = (1 << 28),
33394- SCF_EVENT_CHANNEL_LOG_UNDELIVERABLE_JSON = (1 << 29)
33394+ SCF_EVENT_CHANNEL_LOG_UNDELIVERABLE_JSON = (1 << 29),
33395+ SCF_LOG_DISABLE = (1 << 30)
3339533396}
3339633397
3339733398}
@@ -41378,6 +41379,7 @@ public enum switch_log_level_t {
4137841379 SWITCH_LOG_CRIT = 2,
4137941380 SWITCH_LOG_ALERT = 1,
4138041381 SWITCH_LOG_CONSOLE = 0,
41382+ SWITCH_LOG_DISABLE = -1,
4138141383 SWITCH_LOG_INVALID = 64,
4138241384 SWITCH_LOG_UNINIT = 1000
4138341385}
@@ -43112,7 +43114,9 @@ namespace FreeSWITCH.Native {
4311243114
4311343115public enum switch_rtp_crypto_key_type_t {
4311443116 AEAD_AES_256_GCM_8,
43117+ AEAD_AES_256_GCM,
4311543118 AEAD_AES_128_GCM_8,
43119+ AEAD_AES_128_GCM,
4311643120 AES_CM_256_HMAC_SHA1_80,
4311743121 AES_CM_192_HMAC_SHA1_80,
4311843122 AES_CM_128_HMAC_SHA1_80,
You can’t perform that action at this time.
0 commit comments