net/freeswitch: Separated configs. Made -upstream-defaults config a separate package...
[openwrt/svn-archive/archive.git] / net / freeswitch / files / etc.minimal / autoload_configs / switch.conf.xml
1 <configuration name="switch.conf" description="Core Configuration">
2
3 <cli-keybindings>
4 <key name="1" value="help"/>
5 <key name="2" value="status"/>
6 <key name="3" value="show channels"/>
7 <key name="4" value="show calls"/>
8 <key name="5" value="sofia status"/>
9 <key name="6" value="reloadxml"/>
10 <key name="7" value="console loglevel 0"/>
11 <key name="8" value="console loglevel 7"/>
12 <key name="9" value="sofia status profile internal"/>
13 <key name="10" value="sofia profile internal siptrace on"/>
14 <key name="11" value="sofia profile internal siptrace off"/>
15 <key name="12" value="version"/>
16 </cli-keybindings>
17
18 <settings>
19 <!--Colorize the Console -->
20 <param name="colorize-console" value="true"/>
21 <!--Most channels to allow at once -->
22 <param name="max-sessions" value="1000"/>
23 <!--Most channels to create per second -->
24 <param name="sessions-per-second" value="30"/>
25 <!-- Default Global Log Level - value is one of debug,info,notice,warning,err,crit,alert -->
26 <param name="loglevel" value="debug"/>
27 <!-- The min-dtmf-duration specifies the minimum DTMF duration to use on
28 outgoing events. Events shorter than this will be increased in duration
29 to match min_dtmf_duration. You cannot configure a dtmf duration on a
30 profile that is less than this setting. You may increase this value,
31 but cannot set it lower than 400. This value cannot exceed
32 max-dtmf-duration. -->
33 <!--<param name="min-dtmf-duration" value="400"/>-->
34 <!-- The max-dtmf-duration caps the playout of a DTMF event at the specified
35 duration. Events exceeding this duration will be truncated to this
36 duration. You cannot configure a duration on a profile that exceeds
37 this setting. This setting can be lowered, but cannot exceed 192000.
38 This setting cannot be set lower than min_dtmf_duration. -->
39 <!--<param name="max-dtmf-duration" value="192000"/>-->
40 <!-- The default_dtmf_duration specifies the DTMF duration to use on
41 originated DTMF events or on events that are received without a
42 duration specified. This value can be increased or lowered. This
43 value is lower-bounded by min_dtmf_duration and upper-bounded by
44 max-dtmf-duration\. -->
45 <!--<param name="default-dtmf-duration" value="2000"/>-->
46 <param name="mailer-app" value="sendmail"/>
47 <param name="mailer-app-args" value="-t"/>
48 <param name="dump-cores" value="yes"/>
49 <!--RTP port range -->
50 <!--<param name="rtp-start-port" value="16384"/>-->
51 <!--<param name="rtp-end-port" value="32768"/>-->
52 <param name="rtp-enable-zrtp" value="true"/>
53 <!-- <param name="core-db-dsn" value="dsn:username:password" /> -->
54 </settings>
55
56 </configuration>
57