yes there is, eavesdrop_enable_dtmf=false

This commit is contained in:
Anthony Minessale
2010-05-25 10:30:40 -05:00
parent b073e82b5f
commit 596c001231
2 changed files with 10 additions and 2 deletions
+1
View File
@@ -230,6 +230,7 @@ typedef enum {
typedef uint32_t switch_port_flag_t;
typedef enum {
ED_NONE = 0,
ED_MUX_READ = (1 << 0),
ED_MUX_WRITE = (1 << 1),
ED_DTMF = (1 << 2)