FreeTDM: Added function to listen for mg-tdm-dtmfremoval command to disable/enable DTMF removal per channel

This commit is contained in:
David Yat Sin
2012-09-06 16:53:58 -04:00
parent 0c49449746
commit f49ee5ebf9
3 changed files with 72 additions and 18 deletions

View File

@@ -733,6 +733,10 @@ typedef enum {
/*!< Enable/disable IO stats in the channel */
FTDM_COMMAND_SWITCH_IOSTATS = 60,
/*!< Enable/disable DTMF removal */
FTDM_COMMAND_ENABLE_DTMF_REMOVAL = 61,
FTDM_COMMAND_DISABLE_DTMF_REMOVAL = 62,
FTDM_COMMAND_COUNT,
} ftdm_command_t;