summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-12-27 15:58:11 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-12-27 15:58:11 +0000
commitd37f2c1ce74bb392ba861326f20e69efb04749d5 (patch)
treeb94a77e99775f4d57bdda41baf85298c3462856d /zonedata.c
parent8fd2621c32a2a20a93298eab436f91ae5c55073e (diff)
add zonedata for Argentina (issue #5857)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@877 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zonedata.c')
-rw-r--r--zonedata.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/zonedata.c b/zonedata.c
index 5ee56ea..bca7dd0 100644
--- a/zonedata.c
+++ b/zonedata.c
@@ -534,5 +534,18 @@ struct tone_zone builtin_zones[] =
{ ZT_TONE_STUTTER, "450+425" },
},
},
+ { 34, "ar", "Argentina", { 1000, 4500 },
+ {
+ { ZT_TONE_DIALTONE, "425" },
+ { ZT_TONE_BUSY, "425/300,0/300" },
+ { ZT_TONE_RINGTONE, "425/1000,0/4500" },
+ { ZT_TONE_CONGESTION, "425/200,0/300" },
+ { ZT_TONE_CALLWAIT, "425/200,0/9000" },
+ { ZT_TONE_DIALRECALL, "!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425/330,0/330,425/660,0/660" },
+ { ZT_TONE_RECORDTONE, "1400/500,0/14000" },
+ { ZT_TONE_INFO, "425/100,0/100" },
+ { ZT_TONE_STUTTER, "425/450,0/50" },
+ },
+ },
{ -1 }
};