A new version of bristuff. Still with zaptel 1.2.17.1 .
Changes:
- fixed layer 1 problems of duoBRI cards introduced by
0.3.0-PRE-1y-f
- downloading again from the european mirror,
- The extra files are aparantly packaging slips.
Only in bristuff-0.3.0-PRE-1y-g: asterisk-BRIstuffed.tar.gz
diff -ur bristuff-0.3.0-PRE-1y-f/CHANGES
bristuff-0.3.0-PRE-1y-g/CHANGES
--- bristuff-0.3.0-PRE-1y-f/CHANGES 2007-05-28
16:07:13.000000000 +0300
+++ bristuff-0.3.0-PRE-1y-g/CHANGES 2007-06-09
22:18:25.000000000 +0300
 -1,3
+1,6 
+0.3.0-PRE-1y-g
+ - fixed layer 1 problems of duoBRI cards introduced by
0.3.0-PRE-1y-f (sorr
y...)
+
0.3.0-PRE-1y-f
- updated to asterisk 1.2.18
- updated to zaptel 1.2.17.1
diff -ur bristuff-0.3.0-PRE-1y-f/download.sh
bristuff-0.3.0-PRE-1y-g/download.sh
--- bristuff-0.3.0-PRE-1y-f/download.sh 2007-04-29
11:50:11.000000000 +0300
+++ bristuff-0.3.0-PRE-1y-g/download.sh 2007-06-09
20:32:00.000000000 +0300
 -1,8
+1,8 
#!/bin/bash
-wget http://ftp.digium.com/pub/zaptel/zaptel-1.2.17.1.tar.gz
a>
+wget http://www.asterisk-support.de/mirror/zaptel/
zaptel-1.2.17.1.tar.gz
wget http://www.asterisk-support.de/mirror/libpri/lib
pri-1.2.4.tar.gz
-wget http://ftp.digium.com/pub/asterisk/releases/as
terisk-1.2.18.tar.gz
+wget http://www.asterisk-support.de/mirror/asterisk-1.2.1
8.tar.gz
gzip -d ./*.gz
tar -xf zaptel-1.2.17.1.tar
Only in bristuff-0.3.0-PRE-1y-g: libpri-BRIstuffed.tar.gz
diff -ur bristuff-0.3.0-PRE-1y-f/patches/asterisk.patch
bristuff-0.3.0-PRE-1y-g/
patches/asterisk.patch
--- bristuff-0.3.0-PRE-1y-f/patches/asterisk.patch
2007-05-28 16:05:45.0000
00000 +0300
+++ bristuff-0.3.0-PRE-1y-g/patches/asterisk.patch
2007-06-09 22:18:37.0000
00000 +0300
 -15883,4
+15883,4 
+++ asterisk-1.2.18/.version 2007-04-29
10:30:22.765234093 +0200
 -1 +1 
-1.2.18
-+1.2.18-BRIstuffed-0.3.0-PRE-1y-f
++1.2.18-BRIstuffed-0.3.0-PRE-1y-g
diff -ur bristuff-0.3.0-PRE-1y-f/qozap/qozap.c
bristuff-0.3.0-PRE-1y-g/qozap/qoz
ap.c
--- bristuff-0.3.0-PRE-1y-f/qozap/qozap.c 2007-05-29
15:17:29.000000000 +0
300
+++ bristuff-0.3.0-PRE-1y-g/qozap/qozap.c 2007-06-09
20:55:55.000000000 +0
300
 -146,6
+146,18 
*/
qoz_outb(qoztmp,qoz_R_GPIO_OUT1, leds);
+ } else if ((qoztmp->type == 0xb556) &&
(qoztmp->stports == 2)){
+ qoz_outb(qoztmp,qoz_R_GPIO_SEL,0x80 | 0x40 |
0x20 | 0x10);
+ qoz_outb(qoztmp,qoz_R_GPIO_EN1,0xff);
+ leds = 0x0;
+ if (qoztmp->leds[0] == 1) {
+ leds |= 0x04;
+ }
+ if (qoztmp->leds[1] == 1) {
+ leds |= 0x08;
+ }
+ qoz_outb(qoztmp,qoz_R_GPIO_OUT1, leds);
+
} else if (qoztmp->type == 0xb558) {
qoz_outb(qoztmp,qoz_R_GPIO_SEL,0x80 | 0x40 |
0x20);
qoz_outb(qoztmp,qoz_R_GPIO_EN1,0x80 | 0x40 |
0x20 | 0x4);
 -1705,7
+1717,7 
if ((tmp->subsystem_device==0xb520)
&& (pcidid == PCI_DEVICE_ID_CCD_
M4)) {
modes = qoz_inb(qoztmp,qoz_R_GPI_IN3)
>> 4;
} else if ((tmp->subsystem_device==0xb550)
&& (pcidid == PCI_DEVICE_
ID_CCD_M4)) {
- qoz_outb(qoztmp,qoz_R_GPIO_SEL,0xff);
+ qoz_outb(qoztmp,qoz_R_GPIO_SEL,0xf0);
qoz_outb(qoztmp,qoz_R_GPIO_EN0,0x00);
if (debug) {
printk(KERN_CRIT "gpio_in0 %#x
n", qoz_inb(qoztmp,qoz_R_GPI
O_IN0));
 -1716,7
+1728,7 
}
modes = qoz_inb(qoztmp,qoz_R_GPI_IN3)
>> 4;
} else if ((tmp->subsystem_device==0xb558)
&& (pcidid == PCI_DEVICE_
ID_CCD_M4)) {
- qoz_outb(qoztmp,qoz_R_GPIO_SEL,0xff);
+ qoz_outb(qoztmp,qoz_R_GPIO_SEL,0xf0);
qoz_outb(qoztmp,qoz_R_GPIO_EN0,0x00);
if (debug) {
printk(KERN_CRIT "gpio_in0 %#x
n", qoz_inb(qoztmp,qoz_R_GPI
O_IN0));
 -1727,7
+1739,7 
}
modes = qoz_inb(qoztmp,qoz_R_GPI_IN3)
>> 4;
} else if ((tmp->subsystem_device==0xb556)
&& (pcidid == PCI_DEVICE_
ID_CCD_M4)) {
- qoz_outb(qoztmp,qoz_R_GPIO_SEL,0xff);
+ qoz_outb(qoztmp,qoz_R_GPIO_SEL,0xf0);
qoz_outb(qoztmp,qoz_R_GPIO_EN0,0x00);
if (debug) {
printk(KERN_CRIT "gpio_in0 %#x
n", qoz_inb(qoztmp,qoz_R_GPI
O_IN0));
Only in bristuff-0.3.0-PRE-1y-g: tarballs
Only in bristuff-0.3.0-PRE-1y-g:
zaptelutils-BRIstuffed.tar.gz
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir jabber.org
+972-50-7952406 mailto:tzafrir.cohen xorcom.com
http://www.xorcom.com
iax:guest local.xorcom.com/tzafrir
_______________________________________________
Bristuff-users mailing list
Bristuff-users lists.three-dimensional.net
http://lists.three-dimensional.net/mailman/lis
tinfo/bristuff-users
|