mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 11:13:50 +00:00
Add odbc-dsn to external and ipv6 sip profiles.
This commit is contained in:
@@ -92,5 +92,7 @@
|
||||
<!-- TLS version ("sslv23" (default), "tlsv1"). NOTE: Phones may not work with TLSv1 -->
|
||||
<param name="tls-version" value="$${sip_tls_version}"/>
|
||||
|
||||
<!--If you have ODBC support and a working dsn you can use it instead of SQLite-->
|
||||
<param name="odbc-dsn" value="$${dsn}" enabled="false"/>
|
||||
</settings>
|
||||
</profile>
|
||||
|
||||
@@ -58,8 +58,9 @@
|
||||
<!--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-timestamps" value="true" enabled="false"/>
|
||||
<param name="pass-rfc2833" value="true" enabled="false"/>
|
||||
|
||||
<!--If you have ODBC support and a working dsn you can use it instead of SQLite-->
|
||||
<param name="odbc-dsn" value="dsn:user:pass" enabled="false"/>
|
||||
<param name="odbc-dsn" value="$${dsn}" enabled="false"/>
|
||||
|
||||
<!--Uncomment to set all inbound calls to no media mode-->
|
||||
<param name="inbound-bypass-media" value="true" enabled="false"/>
|
||||
|
||||
Reference in New Issue
Block a user