2007-12-11 15:30:26 -05:00
|
|
|
<!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files -->
|
2008-09-28 16:49:05 -04:00
|
|
|
<profile name="internal">
|
2007-11-09 13:03:53 -05:00
|
|
|
<!--aliases are other names that will work as a valid profile name for this profile-->
|
2007-12-01 22:36:12 -05:00
|
|
|
<aliases>
|
2008-05-08 10:45:34 -04:00
|
|
|
<alias name="default"/>
|
2007-12-01 22:36:12 -05:00
|
|
|
</aliases>
|
2007-11-09 13:03:53 -05:00
|
|
|
<!-- Outbound Registrations -->
|
|
|
|
<gateways>
|
2008-05-08 17:32:19 -04:00
|
|
|
<X-PRE-PROCESS cmd="include" data="internal/*.xml"/>
|
2007-11-09 13:03:53 -05:00
|
|
|
</gateways>
|
|
|
|
|
|
|
|
<domains>
|
|
|
|
<!-- indicator to parse the directory for domains with parse="true" to get gateways-->
|
|
|
|
<!--<domain name="$${domain}" parse="true"/>-->
|
2008-04-09 01:04:26 -04:00
|
|
|
<!-- indicator to parse the directory for domains with parse="true" to get gateways and alias every domain to this profile -->
|
|
|
|
<!--<domain name="all" alias="true" parse="true"/>-->
|
2008-09-28 20:31:35 -04:00
|
|
|
<domain name="all" alias="true" parse="false"/>
|
2007-11-09 13:03:53 -05:00
|
|
|
</domains>
|
|
|
|
|
|
|
|
<settings>
|
2008-09-19 22:34:57 -04:00
|
|
|
<!-- When calls are in no media this will bring them back to media
|
|
|
|
when you press the hold button.
|
|
|
|
-->
|
|
|
|
<!--<param name="media-option" value="resume-media-on-hold"/> -->
|
|
|
|
<!-- This will allow a call after an attended transfer go back to
|
|
|
|
bypass media after an attended transfer.
|
|
|
|
-->
|
|
|
|
<!--<param name="media-option" value="bypass-media-after-att-xfer"/>-->
|
2007-12-15 13:44:41 -05:00
|
|
|
<!-- <param name="user-agent-string" value="FreeSWITCH Rocks!"/> -->
|
2007-12-11 15:58:39 -05:00
|
|
|
<param name="debug" value="0"/>
|
2007-12-12 23:37:25 -05:00
|
|
|
<param name="sip-trace" value="no"/>
|
2007-12-08 14:03:12 -05:00
|
|
|
<param name="context" value="public"/>
|
2007-11-09 13:03:53 -05:00
|
|
|
<param name="rfc2833-pt" value="101"/>
|
2008-03-28 17:22:48 -04:00
|
|
|
<!-- port to bind to for sip traffic -->
|
2007-11-15 12:44:29 -05:00
|
|
|
<param name="sip-port" value="5060"/>
|
2007-12-08 14:43:42 -05:00
|
|
|
<param name="dialplan" value="XML"/>
|
2007-11-09 13:03:53 -05:00
|
|
|
<param name="dtmf-duration" value="100"/>
|
|
|
|
<param name="codec-prefs" value="$${global_codec_prefs}"/>
|
|
|
|
<param name="use-rtp-timer" value="true"/>
|
|
|
|
<param name="rtp-timer-name" value="soft"/>
|
2008-03-28 17:22:48 -04:00
|
|
|
<!-- ip address to use for rtp -->
|
2007-11-09 13:03:53 -05:00
|
|
|
<param name="rtp-ip" value="$${local_ip_v4}"/>
|
2008-03-28 17:22:48 -04:00
|
|
|
<!-- ip address to bind to -->
|
2007-11-09 13:03:53 -05:00
|
|
|
<param name="sip-ip" value="$${local_ip_v4}"/>
|
2008-04-22 10:19:47 -04:00
|
|
|
<param name="hold-music" value="$${hold_music}"/>
|
2008-08-28 10:15:05 -04:00
|
|
|
<!--<param name="apply-nat-acl" value="rfc1918"/>-->
|
|
|
|
<!--<param name="aggressive-nat-detection" value="true"/>-->
|
2008-04-14 15:20:12 -04:00
|
|
|
<!--<param name="enable-timer" value="false"/>-->
|
|
|
|
<!--<param name="enable-100rel" value="false"/>-->
|
2008-09-26 14:26:00 -04:00
|
|
|
<!--<param name="minimum-session-expires" value="120"/>-->
|
2008-07-16 13:47:57 -04:00
|
|
|
<param name="apply-inbound-acl" value="domains"/>
|
2008-07-17 00:17:13 -04:00
|
|
|
<!--<param name="apply-register-acl" value="domains"/>-->
|
2007-12-22 13:59:36 -05:00
|
|
|
<!--<param name="dtmf-type" value="info"/>-->
|
2008-09-28 20:34:02 -04:00
|
|
|
<param name="record-template" value="$${base_dir}/recordings/${caller_id_number}.${target_domain}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>
|
2008-08-17 20:44:10 -04:00
|
|
|
<!--enable to use presence and mwi -->
|
2008-01-04 20:03:57 -05:00
|
|
|
<param name="manage-presence" value="true"/>
|
2008-09-17 20:11:01 -04:00
|
|
|
|
|
|
|
<!-- used to share presence info across sofia profiles -->
|
|
|
|
<!-- Name of the db to use for this profile -->
|
|
|
|
<!--<param name="dbname" value="share_presence"/>-->
|
|
|
|
<!--<param name="presence-hosts" value="$${domain}"/>-->
|
|
|
|
<!-- ************************************************* -->
|
|
|
|
|
2007-12-15 16:38:11 -05:00
|
|
|
<!-- This setting is for AAL2 bitpacking on G726 -->
|
|
|
|
<!-- <param name="bitpacking" value="aal2"/> -->
|
2007-11-09 13:03:53 -05:00
|
|
|
<!--max number of open dialogs in proceeding -->
|
|
|
|
<!--<param name="max-proceeding" value="1000"/>-->
|
|
|
|
<!--session timers for all call to expire after the specified seconds -->
|
|
|
|
<!--<param name="session-timeout" value="120"/>-->
|
|
|
|
<!--<param name="multiple-registrations" value="true"/>-->
|
|
|
|
<!--set to 'greedy' if you want your codec list to take precedence -->
|
|
|
|
<param name="inbound-codec-negotiation" value="generous"/>
|
|
|
|
<!-- if you want to send any special bind params of your own -->
|
|
|
|
<!--<param name="bind-params" value="transport=udp"/>-->
|
2008-04-15 23:05:15 -04:00
|
|
|
<!--<param name="unregister-on-options-fail" value="true"/>-->
|
2007-12-18 14:12:45 -05:00
|
|
|
|
|
|
|
<!-- TLS: disabled by default, set to "true" to enable -->
|
2008-01-25 14:50:13 -05:00
|
|
|
<param name="tls" value="false"/>
|
2007-12-18 14:12:45 -05:00
|
|
|
<!-- additional bind parameters for TLS -->
|
2007-12-22 13:59:36 -05:00
|
|
|
<param name="tls-bind-params" value="transport=tls"/>
|
2007-12-18 14:12:45 -05:00
|
|
|
<!-- Port to listen on for TLS requests. (5061 will be used if unspecified) -->
|
2007-12-22 13:59:36 -05:00
|
|
|
<param name="tls-sip-port" value="5061"/>
|
2007-12-18 14:12:45 -05:00
|
|
|
<!-- Location of the agent.pem and cafile.pem ssl certificates (needed for TLS server) -->
|
2007-12-22 13:59:36 -05:00
|
|
|
<param name="tls-cert-dir" value="$${base_dir}/conf/ssl"/>
|
2007-12-22 18:50:15 -05:00
|
|
|
<!-- TLS version ("sslv23" (default), "tlsv1"). NOTE: Phones may not work with TLSv1 -->
|
2008-01-16 16:28:20 -05:00
|
|
|
<param name="tls-version" value="tlsv1"/>
|
2007-11-09 13:03:53 -05:00
|
|
|
|
|
|
|
<!--If you don't want to pass through timestampes from 1 RTP call to another (on a per call basis with rtp_rewrite_timestamps chanvar)-->
|
2007-12-03 11:14:27 -05:00
|
|
|
<!--<param name="rtp-rewrite-timestamps" value="true"/>-->
|
2007-12-28 12:37:36 -05:00
|
|
|
<!--<param name="pass-rfc2833" value="true"/>-->
|
2007-11-09 13:03:53 -05:00
|
|
|
<!--If you have ODBC support and a working dsn you can use it instead of SQLite-->
|
|
|
|
<!--<param name="odbc-dsn" value="dsn:user:pass"/>-->
|
|
|
|
|
|
|
|
<!--Uncomment to set all inbound calls to no media mode-->
|
2008-07-08 13:32:59 -04:00
|
|
|
<!--<param name="inbound-bypass-media" value="true"/>-->
|
|
|
|
|
|
|
|
<!--Uncomment to set all inbound calls to proxy media mode-->
|
|
|
|
<!--<param name="inbound-proxy-media" value="true"/>-->
|
2007-11-09 13:03:53 -05:00
|
|
|
|
|
|
|
<!--Uncomment to let calls hit the dialplan *before* you decide if the codec is ok-->
|
|
|
|
<!--<param name="inbound-late-negotiation" value="true"/>-->
|
|
|
|
|
|
|
|
<!-- this lets anything register -->
|
|
|
|
<!-- comment the next line and uncomment one or both of the other 2 lines for call authentication -->
|
|
|
|
<!-- <param name="accept-blind-reg" value="true"/> -->
|
2008-03-03 20:23:55 -05:00
|
|
|
|
|
|
|
<!-- accept any authentication without actually checking (not a good feature for most people) -->
|
|
|
|
<!-- <param name="accept-blind-auth" value="true"/> -->
|
2007-11-09 13:03:53 -05:00
|
|
|
|
2008-08-28 12:32:06 -04:00
|
|
|
<!-- suppress CNG on this profile or per call with the 'suppress_cng' variable -->
|
|
|
|
<!-- <param name="suppress-cng" value="true"/> -->
|
2008-03-05 10:24:41 -05:00
|
|
|
|
2007-11-09 13:03:53 -05:00
|
|
|
<!--TTL for nonce in sip auth-->
|
|
|
|
<param name="nonce-ttl" value="60"/>
|
|
|
|
<!--Uncomment if you want to force the outbound leg of a bridge to only offer the codec
|
|
|
|
that the originator is using-->
|
|
|
|
<!--<param name="disable-transcoding" value="true"/>-->
|
2007-12-20 22:40:42 -05:00
|
|
|
<!-- Used for when phones respond to a challenged ACK with method INVITE in the hash -->
|
2007-12-22 13:59:36 -05:00
|
|
|
<!--<param name="NDLB-broken-auth-hash" value="true"/>-->
|
2008-05-22 13:30:11 -04:00
|
|
|
<!-- add a ;received="<ip>:<port>" to the contact when replying to register for nat handling -->
|
|
|
|
<!--<param name="NDLB-received-in-nat-reg-contact" value="true"/>-->
|
2007-12-13 10:34:41 -05:00
|
|
|
<param name="auth-calls" value="true"/>
|
2007-11-09 13:03:53 -05:00
|
|
|
<!-- on authed calls, authenticate *all* the packets not just invite -->
|
2007-12-21 11:31:43 -05:00
|
|
|
<param name="auth-all-packets" value="false"/>
|
2007-11-09 13:03:53 -05:00
|
|
|
<!-- <param name="ext-rtp-ip" value="$${external_rtp_ip}"/> -->
|
|
|
|
<!-- <param name="ext-sip-ip" value="$${external_sip_ip}"/> -->
|
|
|
|
<!-- rtp inactivity timeout -->
|
2008-02-02 16:43:23 -05:00
|
|
|
<param name="rtp-timeout-sec" value="300"/>
|
|
|
|
<param name="rtp-hold-timeout-sec" value="1800"/>
|
2007-11-09 13:03:53 -05:00
|
|
|
<!-- VAD choose one (out is a good choice); -->
|
|
|
|
<!-- <param name="vad" value="in"/> -->
|
|
|
|
<!-- <param name="vad" value="out"/> -->
|
|
|
|
<!-- <param name="vad" value="both"/> -->
|
|
|
|
<!--<param name="alias" value="sip:10.0.1.251:5555"/>-->
|
|
|
|
<!--all inbound reg will look in this domain for the users -->
|
|
|
|
<!--<param name="force-register-domain" value="cluecon.com"/>-->
|
2008-03-07 09:36:08 -05:00
|
|
|
<!-- disable register and transfer which may be undesirable in a public switch -->
|
|
|
|
<!--<param name="disable-transfer" value="true"/>-->
|
|
|
|
<!--<param name="disable-register" value="true"/>-->
|
2008-05-29 16:02:06 -04:00
|
|
|
<!--<param name="enable-3pcc" value="true"/>-->
|
2008-07-21 12:40:28 -04:00
|
|
|
<!-- use stun when specified (default is true) -->
|
|
|
|
<!--<param name="stun-enabled" value="true"/>-->
|
|
|
|
<!-- use stun when specified (default is true) -->
|
|
|
|
<!-- set to true to have the profile determine stun is not useful and turn it off globally-->
|
|
|
|
<!--<param name="stun-auto-disable" value="true"/>-->
|
2008-09-28 21:12:58 -04:00
|
|
|
<!--
|
|
|
|
Choose the realm challenge key. Default is auto_to if not set.
|
|
|
|
|
2008-09-28 21:48:06 -04:00
|
|
|
auto_from - uses the from field as the value for the sip realm.
|
|
|
|
auto_to - uses the to field as the value for the sip realm.
|
|
|
|
<anyvalue> - you can input any value to use for the sip realm.
|
|
|
|
|
2008-09-28 21:12:58 -04:00
|
|
|
If you want URL dialing to work you'll want to set this to auto_from.
|
|
|
|
|
2008-09-28 21:48:06 -04:00
|
|
|
If you use any other value besides auto_to or auto_from you'll loose
|
|
|
|
the ability to do multiple domains.
|
|
|
|
|
2008-09-28 21:12:58 -04:00
|
|
|
Note: comment out to restore the behavior before 2008-09-29
|
|
|
|
|
|
|
|
-->
|
|
|
|
<param name="challenge-realm" value="auto_from"/>
|
2008-09-27 12:20:52 -04:00
|
|
|
<!--<param name="disable-rtp-auto-adjust" value="true"/>-->
|
2007-11-09 13:03:53 -05:00
|
|
|
</settings>
|
|
|
|
</profile>
|
|
|
|
|