aboutsummaryrefslogtreecommitdiffstats
path: root/include/mgcp/mgcp.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-05-23 11:13:36 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-05-23 11:13:36 +0200
commit62c50a8046f268246f3365bee51801080eb9c370 (patch)
tree21b682090d24b88322a10872b8f81a2e9eeca1e2 /include/mgcp/mgcp.h
parentd7d3bba8d6605e4d7cd5e59020432f83756cfcfe (diff)
dtmf: Make the on/off time and transmit power configurablerelease/1.3
Make it possible to configure the transmit power. These settings will be in effect immediately (there is no lock between the two threads but it is a read only).
Diffstat (limited to 'include/mgcp/mgcp.h')
-rw-r--r--include/mgcp/mgcp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mgcp/mgcp.h b/include/mgcp/mgcp.h
index 6ac3896..71f3745 100644
--- a/include/mgcp/mgcp.h
+++ b/include/mgcp/mgcp.h
@@ -128,6 +128,8 @@ struct mgcp_trunk_config {
char *virtual_domain;
int target_trunk_start;
int vad_enabled;
+ int dtmf_on_off_time;
+ int dtmf_transmit_pwr;
int digital_inp_gain;
int digital_out_gain;