简体   繁体   中英

Play caller a radio stream with asterisk

I using asterisk with php scripts that use php-agi. What I need to do is to play the caller a radio stream, the stream is coming from dynamic url (It can be changed by the owner of the line). I try MOH (not so good). I try to use MP3Player $agi-exec("MP3Player", $streamUrl); but I get this error "sh: 1: MP3Player: not found"

I use asterisk 1.6

Did any one have a solution for this problem?

AGI exec command will run MP3Plyaer asterisk COMMAND, which never was created. You should use EAGI script or use moh class with stream.

https://www.voip-info.org/asterisk-eagi/

https://www.voip-info.org/asterisk-config-musiconholdconf/#StreamradiousingMPlayerforMOH

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM