Hi,<br><br>I am having problem trying to use mod_xml_odbc using freeswitch-1.0.5pre.<br><br>Here is the error I am getting:<br><br>2009-11-15 00:17:23.571293 [INFO] mod_xml_odbc.c:647 XML ODBC module loading...<br>2009-11-15 00:17:23.571354 [NOTICE] mod_xml_odbc.c:563 Binding XML Search Function [directory]<br>
2009-11-15 00:17:23.572299 [ERR] switch_odbc.c:188 STATE: IM002 CODE 0 ERROR: [unixODBC][Driver Manager]Data source name not found, and no default driver specified<br><br>2009-11-15 00:17:23.572361 [CRIT] mod_xml_odbc.c:617 Cannot Open ODBC Database!<br>
2009-11-15 00:17:23.572397 [ERR] mod_xml_odbc.c:650 Unable to load xml_odbc config file<br>2009-11-15 00:17:23.572424 [CRIT] switch_loadable_module.c:871 Error Loading module /usr/local/freeswitch/mod/mod_xml_odbc.so<br>**Module load routine returned an error**<br>
<br><br>In my config, I have:<br><br><br>  &lt;settings&gt;<br>        &lt;param name=&quot;binding&quot; value=&quot;directory&quot;/&gt;<br>    &lt;param name=&quot;odbc-dsn&quot; value=&quot;myodbc:root:123456&quot;/&gt;<br>
    &lt;param name=&quot;debug&quot; value=&quot;true&quot;/&gt;<br>    &lt;param name=&quot;keep-files-around&quot; value=&quot;true&quot;/&gt;<br>  &lt;/settings&gt;<br><br><br>[root@localhost autoload_configs]# isql myodbc -v<br>
+---------------------------------------+<br>| Connected!                            |<br>|                                       |<br>| sql-statement                         |<br>| help [tablename]                      |<br>
| quit                                  |<br>|                                       |<br>+---------------------------------------+<br>SQL&gt; <br><br><br><br>How can I fix this problem?<br><br>thanks,<br>woody<br>