Change odbc-dsn to core-db-dsn for the ipv6 sip profile. Thanks DigiDaz
This commit is contained in:
parent
fe904dfc1c
commit
c40cde7360
|
|
@ -60,7 +60,7 @@
|
||||||
<param name="pass-rfc2833" 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-->
|
<!--If you have ODBC support and a working dsn you can use it instead of SQLite-->
|
||||||
<param name="odbc-dsn" value="$${dsn}" enabled="false"/>
|
<param name="core-db-dsn" value="$${dsn}" enabled="false"/>
|
||||||
|
|
||||||
<!--Uncomment to set all inbound calls to no media mode-->
|
<!--Uncomment to set all inbound calls to no media mode-->
|
||||||
<param name="inbound-bypass-media" value="true" enabled="false"/>
|
<param name="inbound-bypass-media" value="true" enabled="false"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue