Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| userdoc:tt_external_moh_source [2014/02/18 14:46] – [Internet Streaming] abelbeck | userdoc:tt_external_moh_source [2014/02/19 12:44] (current) – [Internet Streaming] abelbeck | ||
|---|---|---|---|
| Line 85: | Line 85: | ||
| ===== Internet Streaming ===== | ===== Internet Streaming ===== | ||
| - | You can also easily stream music over the Internet/ | + | You can also easily stream music over the Internet/ |
| Create file: ''/ | Create file: ''/ | ||
| Line 91: | Line 91: | ||
| #!/bin/sh | #!/bin/sh | ||
| | | ||
| - | wget -q -O - ${1} | sox -t mp3 - -t raw -r 8000 -c 1 - | + | |
| + | # Value: " | ||
| + | VOLUME=" | ||
| + | |||
| + | URL=" | ||
| + | if [ " | ||
| + | PLAYLIST=" | ||
| + | if [ $? -ne 0 ]; then | ||
| + | sleep 10 | ||
| + | exit 1 | ||
| + | fi | ||
| + | URL=" | ||
| + | if [ -z " | ||
| + | sleep 10 | ||
| + | exit 1 | ||
| + | fi | ||
| + | fi | ||
| + | |||
| + | if [ -n " | ||
| + | FOPTS=" | ||
| + | else | ||
| + | FOPTS="" | ||
| + | fi | ||
| + | |||
| + | wget -q -O - $URL | sox -t mp3 $FOPTS | ||
| Make the "''/ | Make the "''/ | ||
| Line 102: | Line 126: | ||
| mode=custom | mode=custom | ||
| application=/ | application=/ | ||
| + | |||
| + | !!Note ->!! The example MP3 source URL shown above is only an example, and does not imply it is legal to use for MOH in your country. | ||
| Reload the Asterisk MoH module: | Reload the Asterisk MoH module: | ||