[Asterisk-cvs] zaptel zaptel.conf.sample,1.8,1.9 zonedata.c,1.13,1.14
markster at lists.digium.com
markster at lists.digium.com
Thu Jan 15 18:22:48 CST 2004
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv22004
Modified Files:
zaptel.conf.sample zonedata.c
Log Message:
Add italian time zone
Index: zaptel.conf.sample
===================================================================
RCS file: /usr/cvsroot/zaptel/zaptel.conf.sample,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- zaptel.conf.sample 9 Dec 2003 19:12:55 -0000 1.8
+++ zaptel.conf.sample 16 Jan 2004 00:14:40 -0000 1.9
@@ -123,6 +123,7 @@
# is a two letter country code.
#
loadzone = us
+#loadzone=it
#loadzone=fr
#loadzone=de
#loadzone=uk
Index: zonedata.c
===================================================================
RCS file: /usr/cvsroot/zaptel/zonedata.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- zonedata.c 7 Jan 2004 23:13:46 -0000 1.13
+++ zonedata.c 16 Jan 2004 00:14:40 -0000 1.14
@@ -171,6 +171,18 @@
{ ZT_TONE_INFO, "400/750,0/100,400/750,0/100,400/750,0/100,400/750,0/400" },
{ ZT_TONE_STUTTER, "!400/100!0/100,!400/100,!0/100,!400/100,!0/100,!400/100!0/100,!400/100,!0/100,!400/100,!0/100,400" } },
},
+ { 11,"it","Italy", { 1000, 4000 },
+ {
+ { ZT_TONE_DIALTONE, "425/600,0/1000,425/200,0/200" },
+ { ZT_TONE_BUSY, "425/500,0/500" },
+ { ZT_TONE_RINGTONE, "425/1000,0/4000" },
+ { ZT_TONE_CONGESTION, "425/200,0/200" },
+ { ZT_TONE_CALLWAIT, "425/200,0/600,425/200,0/10000" },
+ { ZT_TONE_DIALRECALL, "470/400,425/400" },
+ { ZT_TONE_RECORDTONE, "1400/400,0/15000" },
+ { ZT_TONE_INFO, "!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,0" },
+ { ZT_TONE_STUTTER, "470/400,425/400" } },
+ },
{ -1 }
};
More information about the svn-commits
mailing list