summaryrefslogtreecommitdiff
path: root/tonezone.h
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-05-23 15:16:24 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-05-23 15:16:24 +0000
commit04128951db339ddfd7905adf92990f00a3a01447 (patch)
treefed6cec907ec871794693772483db9bd04e0422d /tonezone.h
parente027cd533ab52f09186f1bd4cd33e0f3aac0363c (diff)
yay, all the tools compile now
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4339 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'tonezone.h')
-rw-r--r--tonezone.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/tonezone.h b/tonezone.h
index ca795f6..b05ebbe 100644
--- a/tonezone.h
+++ b/tonezone.h
@@ -24,11 +24,7 @@
#ifndef _TONEZONE_H
#define _TONEZONE_H
-#ifdef STANDALONE_ZAPATA
-#include "kernel/zaptel.h"
-#else
-#include <zaptel/zaptel.h>
-#endif
+#include <dahdi/user.h>
struct tone_zone_sound {
int toneid;
@@ -44,8 +40,8 @@ struct tone_zone {
int zone; /* Zone number */
char country[10]; /* Country code */
char description[40]; /* Description */
- int ringcadence[ZT_MAX_CADENCE]; /* Ring cadence */
- struct tone_zone_sound tones[ZT_TONE_MAX];
+ int ringcadence[DAHDI_MAX_CADENCE]; /* Ring cadence */
+ struct tone_zone_sound tones[DAHDI_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