Hi,<br><br>Consider below mob_nibblebill configuration,<br><br><br>&lt;configuration name=&quot;nibblebill.conf&quot; description=&quot;Nibble Billing&quot;&gt;<br>  &lt;settings&gt;<br><br>    &lt;param name=&quot;db_username&quot; value=&quot;root&quot;/&gt;<br>
    &lt;param name=&quot;db_password&quot; value=&quot;password&quot;/&gt;<br>    &lt;param name=&quot;db_dsn&quot; value=&quot;MySQL-freeswitch&quot;/&gt;<br><br>    &lt;param name=&quot;db_table&quot; value=&quot;accounts&quot;/&gt;<br>
<br>    &lt;param name=&quot;db_column_cash&quot; value=&quot;cash&quot;/&gt;<br><br>    &lt;param name=&quot;db_column_account&quot; value=&quot;id&quot;/&gt;<br><br>    &lt;param name=&quot;global_heartbeat&quot; value=&quot;60&quot;/&gt;<br>
<br>    &lt;param name=&quot;lowbal_amt&quot; value=&quot;5&quot;/&gt;<br>    &lt;param name=&quot;lowbal_action&quot; value=&quot;play ding&quot;/&gt;<br><br>     &lt;param name=&quot;nobal_amt&quot; value=&quot;0&quot;/&gt;<br>
    &lt;param name=&quot;nobal_action&quot; value=&quot;hangup&quot;/&gt;<br><br>     &lt;param name=&quot;percall_max_amt&quot; value=&quot;100&quot;/&gt;<br>    &lt;param name=&quot;percall_action&quot; value=&quot;hangup&quot;/&gt;<br>
<br>  &lt;/settings&gt;<br>&lt;/configuration&gt;<br><br><br>When i put this configuration in /usr/local/freeswitch/conf/autoload_configs, everything works perfect as expected.<br><br>But when i call this configuration using mod_xml_curl, freeswitch does not loads mod_nibblebill configuration from it. I even debuged mod_xml_curl using console command,<br>
<br>xml_curl debug_on<br><br>and reload mod_nibblebill, I get exact same configuration from xml_curl but mod_nibblebill does not repect it and try to use default parameter values as mentioned below,<br><br><br>2009-10-20 16:58:23.396710 [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-10-20 16:58:23.396738 [CRIT] mod_nibblebill.c:221 Cannot connect to ODBC driver/database <a href="http://bandwidth.com">bandwidth.com</a> (user: <a href="http://bandwidth.com">bandwidth.com</a> / pass dev)!<br>2009-10-20 16:58:23.396800 [CONSOLE] switch_loadable_module.c:889 Successfully Loaded [mod_nibblebill]<br>
<br>I am also loading various other configs from xml_curl without any problem, its only mod_nibblebill that is not honoring configuration provided by xml_curl.<br><br>Please advise if i am doing anything wrong.<br><br><br>
-- <br>Regards,<br><br>Ahmed Munir<br><br><br>