number not true

This commit is contained in:
Anthony Minessale 2012-09-28 14:05:58 -05:00
parent 0cb64960f1
commit 5259814aee
1 changed files with 1 additions and 1 deletions

View File

@ -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: