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?