[Asterisk-cvs] zaptel zonedata.c,1.7,1.8
martinp at lists.digium.com
martinp at lists.digium.com
Mon Nov 3 17:56:18 CST 2003
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv11748
Modified Files:
zonedata.c
Log Message:
Add zaptel tones for Austria
Index: zonedata.c
===================================================================
RCS file: /usr/cvsroot/zaptel/zonedata.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- zonedata.c 13 Aug 2003 02:51:58 -0000 1.7
+++ zonedata.c 4 Nov 2003 00:22:27 -0000 1.8
@@ -145,6 +145,20 @@
{ 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" },
{ ZT_TONE_STUTTER, "470/400,425/400" } },
},
+ { 9, "at", "Austria", { 1000, 5000 },
+ {
+ { ZT_TONE_DIALTONE, "440" },
+ { ZT_TONE_BUSY, "440/400,0/400" },
+ { ZT_TONE_RINGTONE, "440/1000,0/5000" },
+ { ZT_TONE_CONGESTION, "440/200,440/200" },
+ { ZT_TONE_CALLWAIT, "440/40,0/1950" },
+ /*XXX what is this? XXX*/
+ { ZT_TONE_DIALRECALL, "425/500,0/50" },
+ /*XXX hmm? XXX*/
+ { ZT_TONE_RECORDTONE, "1400/500,0/15000" },
+ { ZT_TONE_INFO, "!950/330,!1450/330,!1850/330,0/1000" },
+ { ZT_TONE_STUTTER, "350+430" } },
+ },
{ -1 }
};
More information about the svn-commits
mailing list