dtmf tweak

This commit is contained in:
Anthony Minessale
2012-05-08 12:52:47 -05:00
parent 8f8a9a8075
commit 76c0201e89
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -3532,7 +3532,7 @@ switch_status_t sofia_glue_activate_rtp(private_object_t *tech_pvt, switch_rtp_f
if (((val = switch_channel_get_variable(tech_pvt->channel, "rtp_digit_delay")))) {
int delayi = atoi(val);
if (delayi < 0) delayi = 0;
delay = (uint32_t) delay;
delay = (uint32_t) delayi;
}