summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
authormartinp <martinp@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-06-23 16:38:32 +0000
committermartinp <martinp@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-06-23 16:38:32 +0000
commit16b7000c4d879521e99678148279debeaa18f22a (patch)
tree07d06c574834afb14729d8d7c0926fc1c15dde52 /zonedata.c
parenteb9d239a7edfc77870192ebdb7658ce2124d0b7e (diff)
Add contributed spanish tones
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@200 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zonedata.c')
-rwxr-xr-xzonedata.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/zonedata.c b/zonedata.c
index 5e885b8..edfacf3 100755
--- a/zonedata.c
+++ b/zonedata.c
@@ -109,5 +109,18 @@ struct tone_zone builtin_zones[] =
{ ZT_TONE_RECORDTONE, "1400/500,0/15000" },
{ ZT_TONE_INFO, "950/650,0/325,950/325,0/30,1400/1300,0/2600" } },
},
+ { 6,"es","Spain", { 1500, 3000},
+ {
+ { ZT_TONE_DIALTONE, "425" },
+ { ZT_TONE_BUSY, "425/200,0/200" },
+ { ZT_TONE_RINGTONE, "425/1500,0/3000" },
+ { ZT_TONE_CONGESTION, "425/200,0/200,425/200,0/200,425/200,0/600" },
+ { ZT_TONE_CALLWAIT, "425/175,0/175,425/175,0/3500" },
+ { ZT_TONE_DIALRECALL, "!425/200,!0/200,!425/200,!0/200,!425/200,!0/200,425" },
+ { ZT_TONE_RECORDTONE, "1400/500,0/15000" },
+ { ZT_TONE_INFO, "950/330,0/1000" },
+ { ZT_TONE_STUTTER, "425/500,0/50" } },
+ },
{ -1 }
};
+