Add odbc-dsn to external and ipv6 sip profiles.

This commit is contained in:
Mark Crane
2015-02-03 03:21:21 +00:00
parent 9926d69bcb
commit af9da4d8ab
2 changed files with 4 additions and 1 deletions

View File

@@ -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>

View File

@@ -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"/>