2008-03-05 15:57:16 -05:00
|
|
|
<configuration name="switch.conf" description="Core Configuration">
|
|
|
|
|
|
|
|
<cli-keybindings>
|
|
|
|
<key name="1" value="help"/>
|
|
|
|
<key name="2" value="status"/>
|
|
|
|
<key name="3" value="show channels"/>
|
|
|
|
<key name="4" value="show calls"/>
|
|
|
|
<key name="5" value="sofia status"/>
|
|
|
|
<key name="6" value="reloadxml"/>
|
|
|
|
<key name="7" value="console loglevel 0"/>
|
|
|
|
<key name="8" value="console loglevel 7"/>
|
2008-05-08 17:59:29 -04:00
|
|
|
<key name="9" value="sofia status profile internal"/>
|
2008-03-05 15:57:16 -05:00
|
|
|
<key name="10" value="fsctl pause"/>
|
|
|
|
<key name="11" value="fsctl resume"/>
|
|
|
|
<key name="12" value="version"/>
|
|
|
|
</cli-keybindings>
|
|
|
|
|
2007-01-22 20:12:47 -05:00
|
|
|
<settings>
|
2008-07-11 10:35:08 -04:00
|
|
|
<!--Colorize the Console -->
|
|
|
|
<param name="colorize-console" value="true"/>
|
2007-01-22 20:12:47 -05:00
|
|
|
<!--Most channels to allow at once -->
|
|
|
|
<param name="max-sessions" value="1000"/>
|
2007-10-03 12:53:18 -04:00
|
|
|
<!--Most channels to create per second -->
|
|
|
|
<param name="sessions-per-second" value="30"/>
|
2007-12-10 14:16:50 -05:00
|
|
|
<!-- Default Global Log Level - value is one of debug,info,notice,warning,err,crit,alert -->
|
2007-10-05 14:59:18 -04:00
|
|
|
<param name="loglevel" value="debug"/>
|
2007-05-10 12:56:29 -04:00
|
|
|
<!--Try to catch any crashes that can be recoverable (in the context of a call)-->
|
|
|
|
<param name="crash-protection" value="false"/>
|
2008-04-18 23:00:58 -04:00
|
|
|
<!--<param name="max_dtmf_duration" value="192000"/>-->
|
|
|
|
<!--<param name="default_dtmf_duration" value="8000"/>-->
|
2008-07-10 11:35:35 -04:00
|
|
|
<!--
|
|
|
|
If you want to send out voicemail notifications via Windows you'll need to change the mailer-app
|
|
|
|
variable to the setting below:
|
|
|
|
|
|
|
|
<param name="mailer-app" value="msmtp"/>
|
|
|
|
|
|
|
|
Donot change mailer-app-args.
|
|
|
|
You will also need to download a sendmail clone for Windows (msmtp). This version works without issue:
|
|
|
|
http://msmtp.sourceforge.net/index.html. Download and copy the .exe to %winddir%\system32.
|
|
|
|
You'll need to create a small config file for smtp credentials (host name, authentication, tls, etc.) in
|
|
|
|
%USERPROFILE%\Application Data\ called "msmtprc.txt". Below is a sample copy of this file:
|
|
|
|
|
|
|
|
###################################
|
|
|
|
# The SMTP server of the provider.
|
|
|
|
account provider
|
|
|
|
host smtp.myisp.com
|
|
|
|
from john@myisp.com
|
|
|
|
auth login
|
|
|
|
user johndoe
|
|
|
|
password mypassword
|
|
|
|
|
|
|
|
# Set a default account
|
|
|
|
account default : provider
|
|
|
|
###################################
|
|
|
|
|
|
|
|
-->
|
2007-11-05 13:45:26 -05:00
|
|
|
<param name="mailer-app" value="sendmail"/>
|
|
|
|
<param name="mailer-app-args" value="-t"/>
|
2007-12-19 20:10:17 -05:00
|
|
|
<param name="dump-cores" value="yes"/>
|
2007-04-06 23:07:43 -04:00
|
|
|
<!--RTP port range -->
|
|
|
|
<!--<param name="rtp-start-port" value="16384"/>-->
|
|
|
|
<!--<param name="rtp-end-port" value="32768"/>-->
|
2007-01-22 20:12:47 -05:00
|
|
|
</settings>
|
2008-06-25 16:56:01 -04:00
|
|
|
|
2007-01-22 20:12:47 -05:00
|
|
|
</configuration>
|
|
|
|
|