[zaptel-commits] trunk - r877 /trunk/zonedata.c
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Tue Dec 27 09:58:13 CST 2005
Author: russell
Date: Tue Dec 27 09:58:11 2005
New Revision: 877
URL: http://svn.digium.com/view/zaptel?rev=877&view=rev
Log:
add zonedata for Argentina (issue #5857)
Modified:
trunk/zonedata.c
Modified: trunk/zonedata.c
URL: http://svn.digium.com/view/zaptel/trunk/zonedata.c?rev=877&r1=876&r2=877&view=diff
==============================================================================
--- trunk/zonedata.c (original)
+++ trunk/zonedata.c Tue Dec 27 09:58:11 2005
@@ -534,5 +534,18 @@
{ 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 }
};
More information about the zaptel-commits
mailing list