Fix the sip_profiles/internal-ipv6 correct core-db-dsn to odbc-dsn.

This commit is contained in:
markjcrane 2015-12-17 10:43:06 -07:00
parent 7a9ae48aae
commit 3f8f3a59ea
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
<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="core-db-dsn" value="$${dsn}" 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"/>