summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-06-16 16:24:12 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-06-16 16:24:12 +0000
commitc364b65eed9ab9232e9306052450f8fc19ae4a74 (patch)
treec436a8eba41f321a9ff05aaa67cfc253f98582f6 /zonedata.c
parent920f4d10b2782a8521e535e524edffbfa7e82d27 (diff)
Add bulgarian indications (issue #7314 reported by KNK)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1112 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zonedata.c')
-rw-r--r--zonedata.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/zonedata.c b/zonedata.c
index 5e5c4af..c1d615e 100644
--- a/zonedata.c
+++ b/zonedata.c
@@ -578,5 +578,19 @@ struct tone_zone builtin_zones[] =
{ ZT_TONE_STUTTER, "!400/200,!0/200,!400/600,!0/200,!400/200,!0/200,!400/600,!0/200,!400/200,!0/200,!400/600,!0/200,!400/200,!0/200,!400/600,!0/200,400" },
},
},
+ { 37, "bg", "Bulgaria", { 1000, 4000 },
+ {
+ /* Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf */
+ { ZT_TONE_DIALTONE, "425" },
+ { ZT_TONE_BUSY, "425/500,0/500" },
+ { ZT_TONE_RINGTONE, "425/1000,0/4000" },
+ { ZT_TONE_CONGESTION, "425/250,0/250" },
+ { ZT_TONE_CALLWAIT, "425/150,0/150,425/150,0/4000" },
+ { ZT_TONE_DIALRECALL, "!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425" },
+ { ZT_TONE_RECORDTONE, "1400/425,0/15000" },
+ { ZT_TONE_INFO, "950/330,1400/330,1800/330,0/1000" },
+ { ZT_TONE_STUTTER, "425/1500,0/100" },
+ },
+ },
{ -1 }
};