Page 1 of 1

strange ubuntu scratch +asterisk 1.4

PostPosted: Sat Oct 24, 2009 7:31 am
by brett05
hi i have seen that in new svn trunk/doc they are a new setup for asterisk 1.4 in ubuntu ?
but i have follow it anf finnaly asterisk wan't to start because they are a probleme in gsm file or same thing as this ?
****FOR 1.4 asterisk do the following:
$ wget http://downloads.vicidial.com/required- ... ici.tar.gz
$ wget http://downloads.digium.com/pub/zaptel/ ... 2.1.tar.gz
$ wget http://downloads.asterisk.org/pub/telep ... 0.1.tar.gz
$ tar xzf asterisk-1.4.21.2-vici.tar.gz
$ tar xzf zaptel-1.4.12.1.tar.gz
$ tar xzf libpri-1.4.9.tar.gz
$ cd libpri-1.4.9
$ make clean; make; make install
$ cd ../zaptel-1.4.12.1
$ ./configure; make clean; make; make install
$ cd ../asterisk-1.4.21.2
$ ./configure; make clean; make; make install
$ make samples
$ modprobe zaptel
$ modprobe ztdummy

$ asterisk -vvvvvvvvvvvvvvvvvvvvvvvvvvvvgc (to see if Asterisk runs)
> show version
> zap show status
> show application meetme
> stop now

as i have see the version of "asterisk-1.4.21.2-vici.tar.gz" is patched so we don't need to add "OPTIMIZE=-O2" to fix the GSM audio problems in the file "codecs/gsm/Makefile" also we don't need to put "leave.h & enter.h" in asterisk/apps folder !
but why we have update to "libpri-1.4.10.1.tar.gz" it is some one who have try it before ?
also i have edit a script to be runing in asterisk 1.4 in ubuntu and debian with fix of "Converting sounds to support ULAW, WAV, and GSM formats".
try please if they are any error in it
http://www.megaupload.com/?d=48YX6SI2

PostPosted: Mon Oct 26, 2009 9:30 pm
by williamconley
ok, i'll try to translate ...

you tried to update to asterisk 1.4 but there's a problem with gsm?

tell your system to "noload" the gsm module (or just delete the file for now).