<div dir="ltr">Hi
<br>I am getting the following error when giving load mod_nibblebill on the command
line.

~~
2014-07-04 06:55:57.829089 [INFO] mod_enum.c:880 ENUM <br>Reloaded<br><div class="gmail_quote"><div dir="ltr"><pre>2014-07-04 06:55:57.829089 [INFO] mod_nibblebill.c:222 odbc_dsn is mysql://hostaddr=127.0.0.1 dbname=tcapi user=root password=hammer<br>
2014-07-04 06:55:57.829089 [DEBUG] mod_nibblebill.c:282 dsn is &quot;mysql://hostaddr=127.0.0.1 dbname=tcapi user=root password=hammer&quot;<br>
2014-07-04 06:55:57.829089 [INFO] switch_time.c:1369 Timezone reloaded 530 definitions<br>2014-07-04 06:55:57.829089 [ERR] switch_odbc.c:365 STATE: IM002 CODE 0 ERROR: [unixODBC][Driver Manager]Data source name not found, and no default driver specified<br>

<br>2014-07-04 06:55:57.829089 [CRIT] switch_core_sqldb.c:507 Failure to connect to ODBC mysql!<br>2014-07-04 06:55:57.829089 [CRIT] mod_nibblebill.c:287 Cannot Open ODBC Database!<br>2014-07-04 06:55:57.829089 [CONSOLE] switch_loadable_module.c:1466 Successfully Loaded [mod_nibblebill]<br>

2014-07-04 06:55:57.829089 [NOTICE] switch_loadable_module.c:269 Adding Application &#39;nibblebill&#39;<br>2014-07-04 06:55:57.829089 [NOTICE] switch_loadable_module.c:315 Adding API Function &#39;nibblebill&#39;<br>~~

I followed steps give on
<a href="http://wiki.freeswitch.org/wiki/Using_ODBC_in_the_core" target="_blank">http://wiki.freeswitch.org/wiki/Using_ODBC_in_the_core</a>

I am on Ubuntu 14.04 LTS and I installed unixodbc, unixodbc-dev, libmyodbc
packages by using apt-get. Then I did ./configure
--enable-core-odbc-support , make, make install on freeswitch and the
config.log shows that unixodbc got recognized and compiled.

I configured the ini files and my odbc works with MySQL

# cat /etc/odbc.ini
[freeswitch]<br>Driver          = /usr/lib/i386-linux-gnu/odbc/libmyodbc.so<br>SERVER          = localhost<br>PORT            = 3306<br>DATABASE        = tcapi<br>OPTION          = 67108864<br>USER            = root<br>PASSWORD        = password

# cat /etc/odbcinst.ini
[MySQL]<br>Description     = MySQL driver<br>Driver          = /usr/lib/i386-linux-gnu/odbc/libmyodbc.so<br>Setup           = /usr/lib/i386-linux-gnu/odbc/libodbcmyS.so<br>UsageCount      = 1<br>FileUsage       = 1<br>Threading       = 0<br>

<br>



# isql -v freeswitch
+---------------------------------------+
|<i> Connected!                        |
</i>|<i>                                         |
</i>|<i> sql-statement                    |
</i>|<i> help [tablename]                |
</i>|<i> quit                                   |
</i>|<i>                                         |
</i>+---------------------------------------+
SQL&gt;

My conf/autoload_configs/switch.conf.xml has the line

&lt;param name=&quot;core-db-dsn&quot; value=&quot;mysql://hostaddr=127.0.0.1 dbname=tcapi user=root password=&#39;password&#39; options=&#39;-c client_min_messages=NOTICE&#39; application_name=&#39;freeswitch&#39;&quot; /&gt;<br>

    &lt;param name=&quot;core-db-dsn&quot; value=&quot;dsn:tcapi:password&quot; /&gt;


<br>My conf/autoload_configs/nibblebill.conf.xml has the lines

&lt;settings&gt;
   param name=&quot;odbc-dsn&quot; value=&quot;mysql://hostaddr=127.0.0.1 dbname=tcapi user=root password=hammer&quot;/&gt;<br><br>    &lt;!-- The database table where your CASH column is located --&gt;<br>    &lt;param name=&quot;db_table&quot; value=&quot;accounts&quot;/&gt;<br>

<br>    &lt;!-- The column name where we store the value of the account --&gt;<br>    &lt;param name=&quot;db_column_cash&quot; value=&quot;cash&quot;/&gt;<br><br>    &lt;!-- The column name for the unique ID identifying the account --&gt;<br>

    &lt;param name=&quot;db_column_account&quot; value=&quot;name&quot;/&gt;<br>
&lt;/settings&gt;<br><br><br></pre><pre>Can anybody please tell me where i am doing something wrong.<br><br></pre><pre>Thanks <br></pre></div>
</div><br></div>