This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Radio Station listening for Freeswitch | |
-- | |
-- Dial Plan format | |
-- condition ^\*55(\d{2})$ | |
-- action lua radiolisten.lua $1 shout (Argument 'shout' is optional)(You'll need mod_shout installed and loaded) | |
-- OR | |
-- action lua radiolisten.lua $1 vlc (Argument 'vlc' is optional)(If specified, you'll need mod_vlc installed and loaded) | |
-- | |
-- radiostations.txt (see below for file format) | |
-- # Radiostation name |