Displaying 1 result from an estimated 1 matches for "backtoback".
Did you mean:
back2back
2003 Sep 06
3
MP3 streams for MOH: idea
...file. The program would take two arguments:
remote hostname/IP and port, and then the file to which the output
would be sent. I don't know how mpg123 handles blocking...
Let's say you have a streaming music source in .mp3 format, on 10.0.3.1:8000
mkfifo /var/lib/asterisk/stream1.mp3
./backtoback 10.0.3.1:8000 /var/lib/asterisk/stream1.mp3
Then...
; musiconhold.conf
default => quietmp3:/var/lib/asterisk/mohmp3
JT