Re: [asterisk-users] Bad luck installing bristuff on multiple Linux'es. Any one got a good-luck story I can repeat?

2006-07-20 Thread Filip Drągowski

Download only first cd iso, you  will download what is needed later
it will be much less than 2 DVDs

Got bad internet connection :-( - only 192 kbit


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Bad luck installing bristuff on multiple Linux'es. Any one got a good-luck story I can repeat?

2006-07-20 Thread Mark Tinka
On Wednesday 19 July 2006 21:59, Cosmin Prund wrote:

 Got bad internet connection :-( - only 192 kbit

Wouldn't say it's bad, just slow :).

Mark.


pgp23TQx5U4Zh.pgp
Description: PGP signature
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Bad luck installing bristuff on multiple Linux'es. Any one got a good-luck story I can repeat?

2006-07-20 Thread Kai Ober

Cosmin Prund schrieb:
I'm using a HFC-S ISDN card and a TDM400P zaptel card with 3xFXO and 
1xFXS modules.


Okay, getting a HFC-S card, a single s0 card, working with bristuff 
should be no problem at all. be aware, if you want to use 4s0 or 8s0

Cards other then from junghans bith bristuffed.
bristuff makes a vendor check.

i dont know the difference between bristuffed and chan_capi-cm (?)
kann us tell anyone?



How did you finally manage to compile bristuff on Centos 4?


Sorry, i didn't try. i used CentOS for a fileserver for a friend of 
mine. where i had to compile a new kernel


but as i asked. can you send error messages?

Yours

Kai


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Bad luck installing bristuff on multiple Linux'es. Any one got a good-luck story I can repeat?

2006-07-19 Thread Filip Drągowski

Bristuff 0.2.0-RC8 if for Asterisk 1.0.10
Bristuff 0.3.0-PRE-1r if for Asterisk 1.2.9.1, libpri 1.2.3 and zaptel 1.2.6
download proper versions
(for Asterisk 1.2.9.1)
look at install.sh in bristuff directory
do as it's written there:
cd zaptel
patch -p1  ../patches/zaptel.patch
cd ..

cd libpri-1.2.3
patch -p1  ../patches/libpri.patch
cd ..

cd asterisk-1.2.9.1
patch -p1  ../patches/asterisk.patch
cd ..

then try to install Trixbox.

[EMAIL PROTECTED] as i kno comes with whole OS and asterisk installation is 
automated and ther is no time for applying bristuff patches.

It looks that You have to manually install OS and asterisk then trixbox

-Hope that help You a little.

I've been trying to install bristuff on my system for a really long time.
This is what I've done so far:

I started with a [EMAIL PROTECTED] installation. I tried downloading and 
compiling bristuff release - it didn't work. It was a long time ago, I 
don't remamber what the problem was.
I tried compiling the latest bristuff (whatever latest was about 1-2 
months ago). It failed to compile.


I download the full CentOS 4.3 and tried compiling both bristuff 
release (0.2.0-RC8) and bristuff latest. Again, whatever latest was 
about 2 weeks ago.


Next I found something about bristuff being known to work on kernel 
2.4; Since CentOS 4.3 has kernel 2.6 I downloaded CentOS 3 and tried 
compiling both bristuff release (0.2.0-RC8) and the current release of 
today (19 july 2006). I wasn't able to compile ither one of them.


Now, after downloading 2 DVD Linux images (CentOS 4.3 and CentOS 3) 
and two CD Images ([EMAIL PROTECTED] and Trixbox) and reinstalling 
everything a few times, I think it's time to ask for help:


Would someone be so kind and tell my how they installed Bristuff from 
A to Z? (that is, what version of Linux so I can download the same 
version, what updates, what version of bristuff). I'm hoping for a 
quick answer like: Install LinuxVariant 10.20, install all updates 
using LinuxVariantUpdateProgram, download bristuff version X.Y.Z, call 
install.sh and be done with it.


Thanks,
Cosmin Prund


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Bad luck installing bristuff on multiple Linux'es. Any one got a good-luck story I can repeat?

2006-07-19 Thread Cosmin Prund
Thanks for your input. I'm good at following instructions (if I can find 
instructions) so I'll give anything a try!


I'm downloading bristuff from http://junghanns.net/downloads/ and the 
tar's I'm getting from there contain some kind of bootstraping for the 
installation. The install.sh file simply calls download.sh and then 
compile.sh.


The download.sh script downloads a specific version of asterisk (and 
everything else required) so I doubt it gets it wrong. It then patches 
the thing all by itself, using exactly the instructions you gave. It 
fails when it tries compiling stuff. I installed CentOS 3 using 
everything as an install option so I think I've got everything.


If you ever got this working, would you be so kind to tell what version 
of Linux you used and what version of bristuff? I prefer 
CentOS/Fedora/RHL instalations as that's what I've always used and 
that's what I know, but I'm willing to use anything as long as it gets 
the work done.


Thanks again,
Cosmin Prund

Filip Drągowski wrote:

Bristuff 0.2.0-RC8 if for Asterisk 1.0.10
Bristuff 0.3.0-PRE-1r if for Asterisk 1.2.9.1, libpri 1.2.3 and zaptel 
1.2.6

download proper versions
(for Asterisk 1.2.9.1)
look at install.sh in bristuff directory
do as it's written there:
cd zaptel
patch -p1  ../patches/zaptel.patch
cd ..

cd libpri-1.2.3
patch -p1  ../patches/libpri.patch
cd ..

cd asterisk-1.2.9.1
patch -p1  ../patches/asterisk.patch
cd ..

then try to install Trixbox.

[EMAIL PROTECTED] as i kno comes with whole OS and asterisk installation 
is automated and ther is no time for applying bristuff patches.

It looks that You have to manually install OS and asterisk then trixbox

-Hope that help You a little.
I've been trying to install bristuff on my system for a really long 
time.

This is what I've done so far:

I started with a [EMAIL PROTECTED] installation. I tried downloading and 
compiling bristuff release - it didn't work. It was a long time ago, 
I don't remamber what the problem was.
I tried compiling the latest bristuff (whatever latest was about 
1-2 months ago). It failed to compile.


I download the full CentOS 4.3 and tried compiling both bristuff 
release (0.2.0-RC8) and bristuff latest. Again, whatever latest was 
about 2 weeks ago.


Next I found something about bristuff being known to work on kernel 
2.4; Since CentOS 4.3 has kernel 2.6 I downloaded CentOS 3 and tried 
compiling both bristuff release (0.2.0-RC8) and the current release 
of today (19 july 2006). I wasn't able to compile ither one of them.


Now, after downloading 2 DVD Linux images (CentOS 4.3 and CentOS 3) 
and two CD Images ([EMAIL PROTECTED] and Trixbox) and reinstalling 
everything a few times, I think it's time to ask for help:


Would someone be so kind and tell my how they installed Bristuff from 
A to Z? (that is, what version of Linux so I can download the same 
version, what updates, what version of bristuff). I'm hoping for a 
quick answer like: Install LinuxVariant 10.20, install all updates 
using LinuxVariantUpdateProgram, download bristuff version X.Y.Z, 
call install.sh and be done with it.


Thanks,
Cosmin Prund


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Bad luck installing bristuff on multiple Linux'es. Any one got a good-luck story I can repeat?

2006-07-19 Thread Filip Drągowski

First question: Do You have kernel sources ?
this is required for #make-ing zaptel

i have installed asterisk-1.2.4 with bristuff-0.3.0-PRE-1k, libpri-1.2.2 
and zaptel-1.2.3


OS was Debian 3.1 with kernel 2.6.16.2, i compiled new kernel myself so 
there was kernel sources in system.

I didn't use bristuff autamated install.
wget-ed asterisk, libpri, zaptel and patched them.
there is recomended to use make linux26 when making zaptel on 2.6. 
kernel. bristuff compile.sh don't have linux26 option




Thanks for your input. I'm good at following instructions (if I can 
find instructions) so I'll give anything a try!


I'm downloading bristuff from http://junghanns.net/downloads/ and the 
tar's I'm getting from there contain some kind of bootstraping for 
the installation. The install.sh file simply calls download.sh and 
then compile.sh.


The download.sh script downloads a specific version of asterisk (and 
everything else required) so I doubt it gets it wrong. It then patches 
the thing all by itself, using exactly the instructions you gave. It 
fails when it tries compiling stuff. I installed CentOS 3 using 
everything as an install option so I think I've got everything.


If you ever got this working, would you be so kind to tell what 
version of Linux you used and what version of bristuff? I prefer 
CentOS/Fedora/RHL instalations as that's what I've always used and 
that's what I know, but I'm willing to use anything as long as it gets 
the work done.


Thanks again,
Cosmin Prund


Bristuff 0.2.0-RC8 if for Asterisk 1.0.10
Bristuff 0.3.0-PRE-1r if for Asterisk 1.2.9.1, libpri 1.2.3 and 
zaptel 1.2.6

download proper versions
(for Asterisk 1.2.9.1)
look at install.sh in bristuff directory
do as it's written there:
cd zaptel
patch -p1  ../patches/zaptel.patch
cd ..

cd libpri-1.2.3
patch -p1  ../patches/libpri.patch
cd ..

cd asterisk-1.2.9.1
patch -p1  ../patches/asterisk.patch
cd ..

then try to install Trixbox.

[EMAIL PROTECTED] as i kno comes with whole OS and asterisk installation 
is automated and ther is no time for applying bristuff patches.

It looks that You have to manually install OS and asterisk then trixbox

-Hope that help You a little.
I've been trying to install bristuff on my system for a really long 
time.

This is what I've done so far:

I started with a [EMAIL PROTECTED] installation. I tried downloading and 
compiling bristuff release - it didn't work. It was a long time ago, 
I don't remamber what the problem was.
I tried compiling the latest bristuff (whatever latest was about 
1-2 months ago). It failed to compile.


I download the full CentOS 4.3 and tried compiling both bristuff 
release (0.2.0-RC8) and bristuff latest. Again, whatever latest 
was about 2 weeks ago.


Next I found something about bristuff being known to work on kernel 
2.4; Since CentOS 4.3 has kernel 2.6 I downloaded CentOS 3 and tried 
compiling both bristuff release (0.2.0-RC8) and the current release 
of today (19 july 2006). I wasn't able to compile ither one of them.


Now, after downloading 2 DVD Linux images (CentOS 4.3 and CentOS 3) 
and two CD Images ([EMAIL PROTECTED] and Trixbox) and reinstalling 
everything a few times, I think it's time to ask for help:


Would someone be so kind and tell my how they installed Bristuff 
from A to Z? (that is, what version of Linux so I can download the 
same version, what updates, what version of bristuff). I'm hoping 
for a quick answer like: Install LinuxVariant 10.20, install all 
updates using LinuxVariantUpdateProgram, download bristuff version 
X.Y.Z, call install.sh and be done with it.


Thanks,
Cosmin Prund


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Bad luck installing bristuff on multiple Linux'es. Any one got a good-luck story I can repeat?

2006-07-19 Thread Kai Ober

Filip Drągowski schrieb:

First question: Do You have kernel sources ?
this is required for #make-ing zaptel

i have installed asterisk-1.2.4 with bristuff-0.3.0-PRE-1k, libpri-1.2.2 
and zaptel-1.2.3


OS was Debian 3.1 with kernel 2.6.16.2, i compiled new kernel myself so 
there was kernel sources in system.

I didn't use bristuff autamated install.
wget-ed asterisk, libpri, zaptel and patched them.
there is recomended to use make linux26 when making zaptel on 2.6. 
kernel. bristuff compile.sh don't have linux26 option


that linux26 stuff is as far as i know only important to ztdumm.ko, a 
kernel module which is needed, if you have no Zaptel Cards in your PC

and want to use MeetMe Conferencing system.

you dont need to tell zaptel wheter you have a 2.6 or 2.4 Kernel, the 
Makfile discovers this himself.


so, no need to worry about 2.4 or 2.6 stuff.

Getting kernel sources was a torture for me on Cent-OS 4.
maybe somebody can explain how to get them the right way!!!
and apply the patches and that.

Which Cards do you wanna use in your asterisk
(especiallly which ISDN cards, if any)

can you post the errormessage of the bristall install script?


regards Kai





___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Bad luck installing bristuff on multiple Linux'es. Any one got a good-luck story I can repeat?

2006-07-19 Thread Tzafrir Cohen
On Wed, Jul 19, 2006 at 03:17:15PM +0200, Filip Drągowski wrote:
 First question: Do You have kernel sources ?
 this is required for #make-ing zaptel
 
 i have installed asterisk-1.2.4 with bristuff-0.3.0-PRE-1k, libpri-1.2.2 
 and zaptel-1.2.3
 
 OS was Debian 3.1 with kernel 2.6.16.2, i compiled new kernel myself so 
 there was kernel sources in system.
 I didn't use bristuff autamated install.
 wget-ed asterisk, libpri, zaptel and patched them.
 there is recomended to use make linux26 when making zaptel on 2.6. 
 kernel. bristuff compile.sh don't have linux26 option

If you use Debian, you'd probably be better off with the bristuff
asterisk debs. They get automatically built for Sarge as well...

-- 
Tzafrir Cohen sip:[EMAIL PROTECTED]
icq#16849755  iax:[EMAIL PROTECTED]
+972-50-7952406  jabber:[EMAIL PROTECTED]
[EMAIL PROTECTED] http://www.xorcom.com
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Bad luck installing bristuff on multiple Linux'es. Any one got a good-luck story I can repeat?

2006-07-19 Thread Cosmin Prund




I don't use Debian but I'm going to give Debian a try. I'm downloading
the Debian distribution right now. Unfortunatelly it will be about a
week till I'll download the whole 8Gb (2xDVD iso).

Tzafrir Cohen wrote:

  On Wed, Jul 19, 2006 at 03:17:15PM +0200, Filip Drągowski wrote:
  
  
First question: Do You have kernel sources ?
this is required for #make-ing zaptel

i have installed asterisk-1.2.4 with bristuff-0.3.0-PRE-1k, libpri-1.2.2 
and zaptel-1.2.3

OS was Debian 3.1 with kernel 2.6.16.2, i compiled new kernel myself so 
there was kernel sources in system.
I didn't use bristuff autamated install.
wget-ed asterisk, libpri, zaptel and patched them.
there is recomended to use make linux26 when making zaptel on 2.6. 
kernel. bristuff compile.sh don't have linux26 option

  
  
If you use Debian, you'd probably be better off with the bristuff
asterisk debs. They get automatically built for Sarge as well...

  




___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Bad luck installing bristuff on multiple Linux'es. Any one got a good-luck story I can repeat?

2006-07-19 Thread Cosmin Prund
I'm using a HFC-S ISDN card and a TDM400P zaptel card with 3xFXO and 
1xFXS modules.
How did you finally manage to compile bristuff on Centos 4? I'm 
downloading Debian right now but the 2 DVD images will take about a week 
to download so I'm willing to try anything else in the time. I've got 
both the binary and the source DVD's for CentOS 4 if that makes any 
difference...


Kai Ober wrote:

Filip Drągowski schrieb:

First question: Do You have kernel sources ?
this is required for #make-ing zaptel

i have installed asterisk-1.2.4 with bristuff-0.3.0-PRE-1k, 
libpri-1.2.2 and zaptel-1.2.3


OS was Debian 3.1 with kernel 2.6.16.2, i compiled new kernel myself 
so there was kernel sources in system.

I didn't use bristuff autamated install.
wget-ed asterisk, libpri, zaptel and patched them.
there is recomended to use make linux26 when making zaptel on 2.6. 
kernel. bristuff compile.sh don't have linux26 option


that linux26 stuff is as far as i know only important to ztdumm.ko, a 
kernel module which is needed, if you have no Zaptel Cards in your PC

and want to use MeetMe Conferencing system.

you dont need to tell zaptel wheter you have a 2.6 or 2.4 Kernel, the 
Makfile discovers this himself.


so, no need to worry about 2.4 or 2.6 stuff.

Getting kernel sources was a torture for me on Cent-OS 4.
maybe somebody can explain how to get them the right way!!!
and apply the patches and that.

Which Cards do you wanna use in your asterisk
(especiallly which ISDN cards, if any)

can you post the errormessage of the bristall install script?


regards Kai





___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users



___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Bad luck installing bristuff on multiple Linux'es. Any one got a good-luck story I can repeat?

2006-07-19 Thread Tzafrir Cohen
On Wed, Jul 19, 2006 at 09:30:30PM +0300, Cosmin Prund wrote:
 I don't use Debian but I'm going to give Debian a try. I'm downloading 
 the Debian distribution right now. Unfortunatelly it will be about a 
 week till I'll download the whole 8Gb (2xDVD iso).

Unless you have a bad internet connection, just grab the first ISO , or
even the netinst ISO image. If you install it in a network with a DHCP
server and internet access, that' basically all you need. The packages
you'll actually need will be downloaded at install time.

-- 
Tzafrir Cohen sip:[EMAIL PROTECTED]
icq#16849755  iax:[EMAIL PROTECTED]
+972-50-7952406  jabber:[EMAIL PROTECTED]
[EMAIL PROTECTED] http://www.xorcom.com
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Bad luck installing bristuff on multiple Linux'es. Any one got a good-luck story I can repeat?

2006-07-19 Thread Cosmin Prund




Tzafrir Cohen wrote:

  On Wed, Jul 19, 2006 at 09:30:30PM +0300, Cosmin Prund wrote:
  
  
I don't use Debian but I'm going to give Debian a try. I'm downloading 
the Debian distribution right now. Unfortunatelly it will be about a 
week till I'll download the whole 8Gb (2xDVD iso).

  
  
Unless you have a bad internet connection, just grab the first ISO , or
even the netinst ISO image. If you install it in a network with a DHCP
server and internet access, that' basically all you need. The packages
you'll actually need will be downloaded at install time.
  

Got bad internet connection :-( - only 192 kbit


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users