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> <settings><br> <param name="binding" value="directory"/><br> <param name="odbc-dsn" value="myodbc:root:123456"/><br>
<param name="debug" value="true"/><br> <param name="keep-files-around" value="true"/><br> </settings><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> <br><br><br><br>How can I fix this problem?<br><br>thanks,<br>woody<br>