deogratias
deogratias

Reputation: 480

Play mp3 sound files in asterisk

I have installed asterisk on my centos system but asterisk only supports wav,gsm but not mp3 .how can i play mp3 sound file in asterisk I have searched a bit and found that to play mp3 we have to install format_mp3.so module and mpg123 I have installed format_mp3.so module but i dint install mpg123

So my question is that can i install mpg123 manullay likke yum install mpg123 or do in have to install asterisk again? and install mpg123 during asterisk make command as given in this and to play mp3 do i nee to install any othe module or anything?

Thanks in advance

Upvotes: 2

Views: 6495

Answers (1)

arheops
arheops

Reputation: 15259

If you building asterisk from source, you have do

make menuconfig

and select mp3 module.

If you installing from rpm usualy it list all required modules.

Upvotes: 2

Related Questions