mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-07 22:03:50 +00:00
number not true
This commit is contained in:
parent
0cb64960f1
commit
5259814aee
@ -1688,7 +1688,7 @@ SWITCH_DECLARE(switch_status_t) switch_rtp_add_crypto_key(switch_rtp_t *rtp_sess
|
|||||||
|
|
||||||
memset(policy, 0, sizeof(*policy));
|
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) {
|
switch (crypto_key->type) {
|
||||||
case AES_CM_128_HMAC_SHA1_80:
|
case AES_CM_128_HMAC_SHA1_80:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user