[Asterisk-cvs] zaptel zonedata.c,1.31,1.32
markster at lists.digium.com
markster at lists.digium.com
Tue Mar 1 00:46:13 CST 2005
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv29400
Modified Files:
zonedata.c
Log Message:
Add mexican data (bug #3667)
Index: zonedata.c
===================================================================
RCS file: /usr/cvsroot/zaptel/zonedata.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- zonedata.c 16 Feb 2005 05:32:07 -0000 1.31
+++ zonedata.c 1 Mar 2005 06:43:42 -0000 1.32
@@ -388,5 +388,17 @@
{ ZT_TONE_STUTTER, "425/150,0/150,425/150,0/8000" },
{ ZT_TONE_INFO, "950/650,0/325,950/325,0/30,1400/1300,0/2600" } },
},
+ { 27, "mx", "Mexico", { 2000, 4000 },
+ {
+ { ZT_TONE_DIALTONE, "425" },
+ { ZT_TONE_BUSY, "425/250,0/250" },
+ { ZT_TONE_RINGTONE, "425/1000,0/4000" },
+ { ZT_TONE_CONGESTION, "425/250,0/250" },
+ { ZT_TONE_CALLWAIT, "425/200,0/600,425/200,0/10000" },
+ { ZT_TONE_DIALRECALL, "!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440" },
+ { ZT_TONE_RECORDTONE, "1400/500,0/15000" },
+ { ZT_TONE_INFO, "950/330,0/30,1400/330,0/30,1800/330,0/1000" },
+ { ZT_TONE_STUTTER, "!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440" } },
+ },
{ -1 }
};
More information about the svn-commits
mailing list