summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
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 }
};