summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2009-09-21 16:29:22 +0000
committerShaun Ruffell <sruffell@digium.com>2009-09-21 16:29:22 +0000
commit1514a5a751f3fd2a6c124125bfdccfba73fed912 (patch)
tree055efcfc7222b17c31064dfb6a4936e7ac970a72
parenta69dd9c53a18aec739c46e6e92fb80f526217f1d (diff)
zonedata: Replace ZT_ with DAHDI_ for Panama tone definitions.
I commited before I compiled. (related to issue #14832) git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@7163 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--zonedata.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/zonedata.c b/zonedata.c
index fd62f04..d15f276 100644
--- a/zonedata.c
+++ b/zonedata.c
@@ -961,18 +961,18 @@ struct tone_zone builtin_zones[] =
.ringcadence = { 2000, 4000 },
.tones = {
/* Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf */
- { ZT_TONE_DIALTONE, "425" },
- { ZT_TONE_BUSY, "425/320,0/320" },
- { ZT_TONE_RINGTONE, "425/1200,0/4650" },
- { ZT_TONE_CONGESTION, "425/320,0/320" },
- { ZT_TONE_CALLWAIT, "425/180,0/180,425/180" },
+ { DAHDI_TONE_DIALTONE, "425" },
+ { DAHDI_TONE_BUSY, "425/320,0/320" },
+ { DAHDI_TONE_RINGTONE, "425/1200,0/4650" },
+ { DAHDI_TONE_CONGESTION, "425/320,0/320" },
+ { DAHDI_TONE_CALLWAIT, "425/180,0/180,425/180" },
/* RECALL DIAL TONE - not specified */
- { ZT_TONE_DIALRECALL, "!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425" },
+ { DAHDI_TONE_DIALRECALL, "!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425" },
/* RECORD TONE - not specified */
- { ZT_TONE_RECORDTONE, "1400/500,0/15000" },
- { ZT_TONE_INFO, "!950/330,!1400/330,!1800/330,0" },
+ { DAHDI_TONE_RECORDTONE, "1400/500,0/15000" },
+ { DAHDI_TONE_INFO, "!950/330,!1400/330,!1800/330,0" },
/* STUTTER TONE - not specified */
- { ZT_TONE_STUTTER, "!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425" },
+ { DAHDI_TONE_STUTTER, "!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425" },
},
.dtmf_high_level = -9,
.dtmf_low_level = -11,