2007-01-22 20:12:47 -05:00
|
|
|
<configuration name="sofia.conf" description="sofia Endpoint">
|
|
|
|
<profiles>
|
2007-04-28 15:27:17 -04:00
|
|
|
<profile name="$${sip_profile}">
|
2007-04-30 16:35:35 -04:00
|
|
|
<!--aliases are other names that will work as a valid profile name for this profile-->
|
|
|
|
<aliases>
|
|
|
|
<alias name="default"/>
|
|
|
|
</aliases>
|
2007-03-19 17:09:53 -04:00
|
|
|
<!-- Outbound Registrations -->
|
|
|
|
<gateways>
|
2007-03-20 22:47:58 -04:00
|
|
|
<!--<gateway name="asterlink.com">-->
|
2007-03-19 17:09:53 -04:00
|
|
|
<!--/// account username *required* ///-->
|
2007-03-20 22:47:58 -04:00
|
|
|
<!--<param name="username" value="cluecon"/>-->
|
2007-03-19 17:09:53 -04:00
|
|
|
<!--/// auth realm: *optional* same as gateway name, if blank ///-->
|
|
|
|
<!--<param name="realm" value="asterlink.com"/>-->
|
2007-05-12 13:57:30 -04:00
|
|
|
<!--/// domain to use in from: *optional* same as realm, if blank ///-->
|
|
|
|
<!--<param name="from-domain" value="asterlink.com"/>-->
|
2007-03-19 17:09:53 -04:00
|
|
|
<!--/// account password *required* ///-->
|
2007-03-20 22:47:58 -04:00
|
|
|
<!--<param name="password" value="2007"/>-->
|
2007-04-24 10:22:23 -04:00
|
|
|
<!--/// replace the INVITE from user with the channel's caller-id ///-->
|
|
|
|
<!--<param name="caller-id-in-from" value="false"/>-->
|
2007-03-19 17:09:53 -04:00
|
|
|
<!--/// extension for inbound calls: *optional* same as username, if blank ///-->
|
|
|
|
<!--<param name="extension" value="cluecon"/>-->
|
|
|
|
<!--/// proxy host: *optional* same as realm, if blank ///-->
|
|
|
|
<!--<param name="proxy" value="asterlink.com"/>-->
|
2007-09-19 11:28:16 -04:00
|
|
|
<!--/// send register to this proxy: *optional* same as proxy, if blank ///-->
|
|
|
|
<!--<param name="register-proxy" value="mysbc.com"/>-->
|
2007-03-19 17:09:53 -04:00
|
|
|
<!--/// expire in seconds: *optional* 3600, if blank ///-->
|
2007-03-20 22:47:58 -04:00
|
|
|
<!--<param name="expire-seconds" value="60"/>-->
|
2007-04-06 23:04:46 -04:00
|
|
|
<!--/// do not register ///-->
|
|
|
|
<!--<param name="register" value="false"/>-->
|
2007-05-10 12:15:07 -04:00
|
|
|
<!--How many seconds before a retry when a failure or timeout occurs -->
|
|
|
|
<!--<param name="retry_seconds" value="30"/>-->
|
2007-05-10 16:05:09 -04:00
|
|
|
<!--Use the callerid of an inbound call in the from field on outbound calls via this gateway -->
|
|
|
|
<!--<param name="caller-id-in-from" value="false"/>-->
|
2007-03-20 22:47:58 -04:00
|
|
|
<!--</gateway>-->
|
2007-03-19 17:09:53 -04:00
|
|
|
</gateways>
|
2007-04-30 16:35:35 -04:00
|
|
|
|
|
|
|
<domains>
|
|
|
|
<!-- indicator to parse the directory for domains with parse="true" to get gateways-->
|
|
|
|
<!--<domain name="$${domain}" parse="true"/>-->
|
|
|
|
</domains>
|
|
|
|
|
2007-01-22 20:12:47 -05:00
|
|
|
<settings>
|
|
|
|
<param name="debug" value="1"/>
|
|
|
|
<param name="rfc2833-pt" value="101"/>
|
|
|
|
<param name="sip-port" value="5060"/>
|
2007-05-01 15:20:48 -04:00
|
|
|
<param name="dialplan" value="XML"/>
|
2007-01-22 20:12:47 -05:00
|
|
|
<param name="dtmf-duration" value="100"/>
|
2007-05-01 15:20:48 -04:00
|
|
|
<param name="codec-prefs" value="$${global_codec_prefs}"/>
|
2007-01-22 20:12:47 -05:00
|
|
|
<param name="codec-ms" value="20"/>
|
|
|
|
<param name="use-rtp-timer" value="true"/>
|
|
|
|
<param name="rtp-timer-name" value="soft"/>
|
2007-04-28 15:27:17 -04:00
|
|
|
<param name="rtp-ip" value="$${bind_server_ip}"/>
|
|
|
|
<param name="sip-ip" value="$${bind_server_ip}"/>
|
2007-10-12 18:10:31 -04:00
|
|
|
<!--enable to use presense and mwi -->
|
2007-10-12 23:35:19 -04:00
|
|
|
<param name="manage-presence" value="true"/>
|
2007-06-09 22:52:23 -04:00
|
|
|
<!--set to 'greedy' if you want your codec list to take precedence -->
|
|
|
|
<param name="inbound-codec-negotiation" value="generous"/>
|
2007-05-08 16:17:27 -04:00
|
|
|
<!-- if you want to send any special bind params of your own -->
|
|
|
|
<!--<param name="bind-params" value="transport=udp"/>-->
|
2007-01-22 20:12:47 -05:00
|
|
|
|
2007-04-05 15:29:48 -04: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)-->
|
|
|
|
<!--<param name="rtp-rewrite-timestampes" value="true"/>-->
|
|
|
|
|
2007-04-04 18:33:37 -04: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"/>-->
|
|
|
|
|
2007-01-22 20:12:47 -05:00
|
|
|
<!--Uncomment to set all inbound calls to no media mode-->
|
|
|
|
<!--<param name="inbound-no-media" value="true"/>-->
|
|
|
|
|
|
|
|
<!--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"/>
|
|
|
|
|
2007-01-23 17:04:05 -05:00
|
|
|
<!--TTL for nonce in sip auth-->
|
|
|
|
<param name="nonce-ttl" value="60"/>
|
2007-01-28 12:37:51 -05:00
|
|
|
<!--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-01-22 20:12:47 -05:00
|
|
|
<!--<param name="auth-calls" value="true"/>-->
|
|
|
|
<!-- on authed calls, authenticate *all* the packets not just invite -->
|
|
|
|
<!--<param name="auth-all-packets" value="true"/>-->
|
|
|
|
|
2007-04-28 15:27:17 -04:00
|
|
|
<!-- <param name="ext-rtp-ip" value="$${external_rtp_ip}"/>-->
|
|
|
|
|
2007-04-23 13:47:00 -04:00
|
|
|
<!-- <param name="ext-sip-ip" value="100.101.102.103"/> -->
|
2007-01-22 20:12:47 -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"/>-->
|
|
|
|
</settings>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
|
|
|
</configuration>
|