J’utilise un stream de radio à travers Icecast, qui est propulsé par le client Ices2.
Ices2 utilise le format ogg.
Pour utiliser un tel stream sous asterisk, je dois modifier les fichiers suivants:
/etc/asterisk/musiconhold.conf:
[live]
mode = custom
application = /etc/asterisk/ogg.sh
directory = /var/lib/asterisk/mohmp3-empty
fichier /etc/asterisk/ogg.sh:
#!/bin/bash
/usr/bin/ogg123 -q -b 128 -p 32 -d wav -f - http://www.network.local:8000/live | sox -r 44100 -t wav - -r 8000 -c 1 -t raw - vol 0.10
Vous devez vous connecter pour publier un commentaire.