Siren7 and siren14 for Asterisk: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(Created page with 'There are a couple of steps to installing the siren codec for Asterisk. == siren 7 == The first thing you need to do is to download the [http://downloads.digium.com/pub/telephon…')
 
No edit summary
Line 2: Line 2:


== siren 7 ==
== siren 7 ==
The first thing you need to do is to download the [http://downloads.digium.com/pub/telephony/codec_siren7/benchsiren7/ benchmark binary] for your platform and then execturethis will tell you which module you will need to download.
The first thing you need to do is to download the [http://downloads.digium.com/pub/telephony/codec_siren7/benchsiren7/ benchmark binary] for your platform and then executeThis will tell you which module you will need to download.


For my instalaltion it recommended barcelona.
For my installation it recommended barcelona.


<pre>
<pre>
Line 25: Line 25:


== load the new modules ==
== load the new modules ==
To load the new modules into Asteirsk you can either restart or
To load the new modules into Asterisk you can either restart or
<pre>
<pre>
module load codec_siren7.so
module load codec_siren7.so

Revision as of 02:38, 27 June 2010

There are a couple of steps to installing the siren codec for Asterisk.

siren 7

The first thing you need to do is to download the benchmark binary for your platform and then execute. This will tell you which module you will need to download.

For my installation it recommended barcelona.

wget http://downloads.digium.com/pub/telephony/codec_siren7/asterisk-1.6.2.0/x86-64/codec_siren7-1.6.2.0_1.0.5-barcelona_64.tar.gz
tar xvzf codec_siren7-1.6.2.0_1.0.5-barcelona_64.tar.gz
mv codec_siren7-1.6.2.0_1.0.5-barcelona_64/codec_siren7.so /usr/lib/asterisk/modules/
rm -rf codec_siren7*
rm -f bench*

siren 14

As with siren7 you need to download the appropriate benchmark application for siren14 and then the required codec. for my installation it once again recommended the barcelona codec.

http://downloads.digium.com/pub/telephony/codec_siren14/benchsiren14/
wget http://downloads.digium.com/pub/telephony/codec_siren14/asterisk-1.6.2.0/x86-64/codec_siren14-1.6.2.0_1.0.5-barcelona_64.tar.gz
tar xvzf codec_siren14-1.6.2.0_1.0.5-barcelona_64.tar.gz
mv codec_siren14-1.6.2.0_1.0.5-barcelona_64/codec_siren14.so /usr/lib/asterisk/modules/

load the new modules

To load the new modules into Asterisk you can either restart or

module load codec_siren7.so
module load codec_siren14.so
<pre>

To test type in:
<pre>
core show translation