How to play mp3 in your asterisk
first of all, what we have to install in our asterisk server
mpg123 (either using port/using aptitude)
@extensions.conf simply add this
[player]
exten => 12345,1,Answer()
exten => 12345,2,MP3Player(/var/spool/asterisk/tmp/santa.mp3)
exten => 12345,3,MP3Player(/usr/share/asterisk/mohmp3/Setia.mp3)
…. (and so on, depends on which file we want to add)
@ sip.conf, add a user that is below the [player] context
however, still can not figure how to shuffle that "playlist".. got any idea anyone?
