From: Anthony Minessale Date: Fri, 28 Sep 2012 19:05:58 +0000 (-0500) Subject: number not true X-Git-Tag: v1.3.0~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5259814aee16ede974456490a79e8a98de1d6d2e;p=thirdparty%2Ffreeswitch.git number not true --- diff --git a/src/switch_rtp.c b/src/switch_rtp.c index de842c5db7..b3b396e619 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -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: