summaryrefslogtreecommitdiff
path: root/tonezone.h
diff options
context:
space:
mode:
Diffstat (limited to 'tonezone.h')
-rw-r--r--tonezone.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/tonezone.h b/tonezone.h
index 7ee4dd5..fba3e91 100644
--- a/tonezone.h
+++ b/tonezone.h
@@ -41,11 +41,16 @@ struct tone_zone_sound {
};
struct tone_zone {
- int zone; /* Zone number */
+ int zone; /* Zone number */
char country[10]; /* Country code */
- char description[40]; /* Description */
+ char description[40]; /* Description */
int ringcadence[ZT_MAX_CADENCE]; /* Ring cadence */
struct tone_zone_sound tones[ZT_TONE_MAX];
+ int dtmf_high_level; /* Power level of high frequency component
+ of DTMF, expressed in dBm0. */
+ int dtmf_low_level; /* Power level of low frequency component
+ of DTMF, expressed in dBm0. */
+ int mf_level; /* Power level of MF, expressed in dBm0. */
};
extern struct tone_zone builtin_zones[];