This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
kazoo-configs-kamailio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
183
Wiki
Activity
Browse Source
even more tweaks!
3.12
Karl Anderson
15 years ago
parent
7b3b8d8a53
commit
7bd89e5342
2 changed files
with
9 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
autoload_configs/modules.conf.xml
+8
-0
shout.conf.xml
+ 1
- 1
autoload_configs/modules.conf.xml
View File
@ -39,7 +39,7 @@
<!--
File Format Interfaces
-->
<load
module=
"mod_sndfile"
/>
<load
module=
"mod_native_file"
/
>
<!--
<load module="mod_native_file"/>
--
>
<load
module=
"mod_local_stream"
/>
<load
module=
"mod_tone_stream"
/>
<load
module=
"mod_shout"
/>
+ 8
- 0
shout.conf.xml
View File
@ -0,0 +1,8 @@
<configuration
name=
"shout.conf"
description=
"mod shout config"
>
<settings
>
<!--
Don't change these unless you are insane
-->
<!--
<param name="decoder" value="i586"/>
-->
<!--
<param name="volume" value=".1"/>
-->
<!--
<param name="outscale" value="8192"/>
-->
</settings>
</configuration>
Write
Preview
Loading…
Cancel
Save