freetdm: Added dtmf_time_on and dtmf_time_off parameters to tweak DTMF duration in milliseconds

This commit is contained in:
Moises Silva
2014-07-27 13:29:58 -04:00
parent b80cdd45d5
commit d65716d83a
2 changed files with 18 additions and 2 deletions

View File

@@ -521,6 +521,8 @@ typedef struct ftdm_channel_config {
uint8_t debugdtmf;
uint8_t dtmf_on_start;
uint32_t dtmfdetect_ms;
uint32_t dtmf_time_on;
uint32_t dtmf_time_off;
uint8_t iostats;
} ftdm_channel_config_t;