diff options
author | spag <spag@golwen.net> | 2013-01-18 15:13:16 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2013-01-18 15:13:16 +0100 |
commit | 4f0e8420bd829abef8b04b51d9df800dfd1ce977 (patch) | |
tree | bd425947a7a4061c5252c3814642b8fd6e45fbc5 /misc/freeswitch/conf | |
parent | c4c3ce49a9f1a229df30c88f0f8a24f06acc4d0f (diff) |
fixed music on hold configuration
Diffstat (limited to 'misc/freeswitch/conf')
-rw-r--r-- | misc/freeswitch/conf/freeswitch.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/freeswitch/conf/freeswitch.xml b/misc/freeswitch/conf/freeswitch.xml index c5dd3f1..3c098fc 100644 --- a/misc/freeswitch/conf/freeswitch.xml +++ b/misc/freeswitch/conf/freeswitch.xml @@ -492,21 +492,21 @@ </settings> </configuration> <configuration name="local_stream.conf" description="stream files from local dir"> - <directory name="default" path="/opt/freeswitch/sounds/music/16000"> - <param name="rate" value="16000"/> + <directory name="default" path="/opt/freeswitch/sounds/music/8000"> + <param name="rate" value="8000"/> <param name="shuffle" value="true"/> <param name="channels" value="1"/> <param name="interval" value="20"/> <param name="timer-name" value="soft"/> </directory> - <directory name="moh" path="/opt/freeswitch/sounds/music/16000"> + <directory name="mohh" path="/opt/freeswitch/sounds/music/16000"> <param name="rate" value="16000"/> <param name="shuffle" value="true"/> <param name="channels" value="1"/> <param name="interval" value="20"/> <param name="timer-name" value="soft"/> </directory> - <directory name="mohl" path="/opt/freeswitch/sounds/music/8000"> + <directory name="moh" path="/opt/freeswitch/sounds/music/8000"> <param name="rate" value="8000"/> <param name="shuffle" value="true"/> <param name="channels" value="1"/> |