Speex support: Ubuntu e CentOS

Hi,

I would like to add support for speex codec in Asterisk.
In Ubuntu 9.10 the procedure is the following:

  1. sudo apt-get install speex libspeex-dev
  2. install Asterisk that enable speex support in configure procedure
  3. core show translation
    I can’t see the translation time. Where is the problem?

Is there a Speex package for CentOS 5.3?

Thank

Hi,

After a lot of trial I have found the procedure to install speex on Ubuntu 9.10

1)go here speex.org/downloads/ select the latest version
wget downloads.xiph.org/releases/spee … rc1.tar.gz
tar -zxf speex-1.2rc1.tar.gz
cd speex-1.2rc1
sudo ./configure
sudo make
sudo install
2) install asterisk from source and speex is enabled

With the same procedure CentOS doesn’t work. Have you any idea?

Thank