mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
number not true
This commit is contained in:
+1
-1
@@ -1688,7 +1688,7 @@ SWITCH_DECLARE(switch_status_t) switch_rtp_add_crypto_key(switch_rtp_t *rtp_sess
|
||||
|
||||
memset(policy, 0, sizeof(*policy));
|
||||
|
||||
switch_channel_set_variable(channel, "send_silence_when_idle", "true");
|
||||
switch_channel_set_variable(channel, "send_silence_when_idle", "400");
|
||||
|
||||
switch (crypto_key->type) {
|
||||
case AES_CM_128_HMAC_SHA1_80:
|
||||
|
||||
Reference in New Issue
Block a user