<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Hello,</div><div><br></div><div>True, i didn't catch that</div><div><br></div><div>David<br><br>---<div><br></div><div>David Villasmil</div><div><br></div></div><div><br>On Feb 13, 2013, at 21:19, Steven Ayre &lt;<a href="mailto:steveayre@gmail.com">steveayre@gmail.com</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><div><span style="background-color:rgb(255,255,255);color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">[STATE: 42000 CODE 1064 ERROR: [unixODBC][MySQL][ODBC 5.1</span></div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Driver][mysqld-5.5.24-</span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">0ubuntu0.12.04.1]You have an error in your SQL</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">syntax; check the manual that corresponds to your MySQL server version</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">for the right syntax to use near 'usage=usage-0.476000 WHERE</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">user='1001'' at line 1</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">]</span></div><div><font color="#222222" face="arial, sans-serif"><br></font></div><div><font color="#222222" face="arial, sans-serif">This error is coming from MySQL itself, which indicates it is actually using the ODBC connection. This isn't the same as David's issue.</font></div>

<div><font color="#222222" face="arial, sans-serif"><br></font></div><div><font color="#222222" face="arial, sans-serif">The error message starts at the first character that failed the SQL parsing. That's "usage".</font></div>

<div><font color="#222222" face="arial, sans-serif"><br></font></div><div><font color="#222222" face="arial, sans-serif">That happens to be on the list of MySQL reserved words which will give an error in 5.5 (which wouldn't have happened in 5.1 or earlier).</font></div>

<div><font color="#222222" face="arial, sans-serif"><a href="http://dev.mysql.com/doc/refman/5.5/en/reserved-words.html">http://dev.mysql.com/doc/refman/5.5/en/reserved-words.html</a></font></div><div><font color="#222222" face="arial, sans-serif"><br>

</font></div><div><font color="#222222" face="arial, sans-serif">You either need to change your DB structure to avoid using the reserved words (best) or quote the column name in backticks (`).</font></div><div><font color="#222222" face="arial, sans-serif"><br>

</font></div><div><font color="#222222" face="arial, sans-serif">Try setting:</font></div><div><font color="#222222" face="arial, sans-serif">&lt;param name="db_column_cash" value="`usage`"/&gt;</font></div>

<div><font color="#222222" face="arial, sans-serif"><br></font></div><div><font color="#222222" face="arial, sans-serif">-Steve</font></div><div><font color="#222222" face="arial, sans-serif"><br></font></div><div><font color="#222222" face="arial, sans-serif"><br>

</font><br><div class="gmail_quote">On 13 February 2013 19:59, David Villasmil <span dir="ltr">&lt;<a href="mailto:david.villasmil.work@gmail.com" target="_blank">david.villasmil.work@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr">Hello,<div><br></div><div>I was having the same problem, the solution is to use:</div><div><br></div><div>&lt;param name="odbc-dsn" value="odbc://dsn_name" /&gt;<br></div>

<div><br></div><div>where "dsn_name" is obviously the dsn inside the /etc/odbc.ini file previously tested with "isql"</div><div><br></div><div><br></div><div>good luck!</div><span class="HOEnZb"><font color="#888888">

<div><br></div><div>David</div></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 2, 2012 at 11:25 AM, Sergey Okhapkin <span dir="ltr">&lt;<a href="mailto:sos@sokhapkin.dyndns.org" target="_blank">sos@sokhapkin.dyndns.org</a>&gt;</span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">&nbsp;What is the structure of "accounts" table?<br>
<div><div><br>
On Friday 02 November 2012 14:42:41 William Alianto wrote:<br>
&gt; Thanks for pointing that out. I think I missed that part when I edited<br>
&gt; the config.<br>
&gt;<br>
&gt; On 11/02/2012 02:22 PM, Evgeniy Movlyan wrote:<br>
&gt; &gt; Seems you need to uncomment custom SQL-queries and rewrite it to<br>
&gt; &gt; according to your needs.<br>
&gt; &gt;<br>
&gt; &gt; 02.11.2012 05:54, William Alianto пишет:<br>
&gt; &gt;&gt; Hi,<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; This is my nibblebill.conf.xml<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &lt;configuration name="nibblebill.conf" description="Nibble Billing"&gt;<br>
&gt; &gt;&gt; &lt;settings&gt;<br>
&gt; &gt;&gt; &lt;!-- See <a href="http://wiki.freeswitch.org/wiki/Mod_nibblebill" target="_blank">http://wiki.freeswitch.org/wiki/Mod_nibblebill</a> for help with<br>
&gt; &gt;&gt; these options --&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &lt;!-- Information for connecting to your database --&gt;<br>
&gt; &gt;&gt; &lt;param name="db_username" value="root"/&gt;<br>
&gt; &gt;&gt; &lt;param name="db_password" value="xxxxxxxx"/&gt;<br>
&gt; &gt;&gt; &lt;param name="db_dsn" value="billing"/&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &lt;!-- The database table where your CASH column is located --&gt;<br>
&gt; &gt;&gt; &lt;param name="db_table" value="accounts"/&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &lt;!-- The column name where we store the value of the account --&gt;<br>
&gt; &gt;&gt; &lt;param name="db_column_cash" value="usage"/&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &lt;!-- The column name for the unique ID identifying the account --&gt;<br>
&gt; &gt;&gt; &lt;param name="db_column_account" value="user"/&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &lt;!-- Custom SQL for loading current balance - overrides column names<br>
&gt; &gt;&gt; channel vars are interpreted.<br>
&gt; &gt;&gt; field nibble_balance is used for balance info<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &lt;param name="custom_sql_lookup" value="SELECT cash AS nibble_balance<br>
&gt; &gt;&gt; FROM accounts WHERE account_code='${nibble_account}'"/&gt;<br>
&gt; &gt;&gt; --&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &lt;!-- Custom SQL for loading current balance - overrides column names<br>
&gt; &gt;&gt; channel vars are interpreted.<br>
&gt; &gt;&gt; nibble_increment is the amount to update<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &lt;param name="custom_sql_save" value="UPDATE accounts SET<br>
&gt; &gt;&gt; cash=cash-${nibble_increment} WHERE account_code='${nibble_account}'"/&gt;<br>
&gt; &gt;&gt; --&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &lt;!-- Default heartbeat interval. Set to 'off' for no heartbeat (i.e.<br>
&gt; &gt;&gt; bill only at end of call) --&gt;<br>
&gt; &gt;&gt; &lt;param name="global_heartbeat" value="1"/&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &lt;!-- By default, warn a caller when their balance is at $5.00. You can<br>
&gt; &gt;&gt; set this to a negative number. --&gt;<br>
&gt; &gt;&gt; &lt;!--&lt;param name="lowbal_amt" value="5"/&gt;--&gt;<br>
&gt; &gt;&gt; &lt;!--&lt;param name="lowbal_action" value="play ding"/&gt;--&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &lt;!-- By default, terminate a caller when their balance hits $0.00. You<br>
&gt; &gt;&gt; can set this to a negative number. --&gt;<br>
&gt; &gt;&gt; &lt;!--&lt;param name="nobal_amt" value="0"/&gt;<br>
&gt; &gt;&gt; &lt;param name="nobal_action" value="hangup"/&gt;--&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &lt;!-- If a call goes beyond a certain dollar amount, flag or terminate it<br>
&gt; &gt;&gt; --&gt;<br>
&gt; &gt;&gt; &lt;!--&lt;param name="percall_max_amt" value="100"/&gt;<br>
&gt; &gt;&gt; &lt;param name="percall_action" value="hangup"/&gt;--&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &lt;/settings&gt;<br>
&gt; &gt;&gt; &lt;/configuration&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; On 11/01/2012 02:56 PM, Evgeniy Movlyan wrote:<br>
&gt; &gt;&gt;&gt; Hello.<br>
&gt; &gt;&gt;&gt; Show please your nibblebill.conf.xml.<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; 01.11.2012 05:57, William Alianto пишет:<br>
&gt; &gt;&gt;&gt;&gt; Hi,<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; I was trying to use nibblebill as billing control of my FS. I have<br>
&gt; &gt;&gt;&gt;&gt; configured the odbc and the nibblebill configuration. When I tried to<br>
&gt; &gt;&gt;&gt;&gt; call, the query looks ok. But when I hanged up the call, it seems like<br>
&gt; &gt;&gt;&gt;&gt; there is something wrong with the database connection, since it's not<br>
&gt; &gt;&gt;&gt;&gt; updating the database at all. I got error message on CLI<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; 2012-11-01 10:51:00.559472 [ERR] switch_odbc.c:494 ERR: [UPDATE<br>
&gt; &gt;&gt;&gt;&gt; accounts<br>
&gt; &gt;&gt;&gt;&gt; SET usage=age-0.476000 WHERE user='1001']<br>
&gt; &gt;&gt;&gt;&gt; [STATE: 42000 CODE 1064 ERROR: [unixODBC][MySQL][ODBC 5.1<br>
&gt; &gt;&gt;&gt;&gt; Driver][mysqld-5.5.24-0ubuntu0.12.04.1]You have an error in your SQL<br>
&gt; &gt;&gt;&gt;&gt; syntax; check the manual that corresponds to your MySQL server version<br>
&gt; &gt;&gt;&gt;&gt; for the right syntax to use near 'usage=age-0.476000 WHERE<br>
&gt; &gt;&gt;&gt;&gt; user=001'' at line 1<br>
&gt; &gt;&gt;&gt;&gt; ]<br>
&gt; &gt;&gt;&gt;&gt; 2012-11-01 10:51:00.559472 [ERR] mod_nibblebill.c:343 ERR: [UPDATE<br>
&gt; &gt;&gt;&gt;&gt; accounts SET usage=age-0.476000 WHERE user='1001']<br>
&gt; &gt;&gt;&gt;&gt; []<br>
&gt; &gt;&gt;&gt;&gt; 2012-11-01 10:51:00.559472 [CRIT] mod_nibblebill.c:542 Failed to<br>
&gt; &gt;&gt;&gt;&gt; log to<br>
&gt; &gt;&gt;&gt;&gt; database!<br>
&gt; &gt;&gt;&gt;&gt; 2012-11-01 10:51:00.559472 [DEBUG] mod_nibblebill.c:383 Doing lookup<br>
&gt; &gt;&gt;&gt;&gt; query<br>
&gt; &gt;&gt;&gt;&gt; [SELECT usage AS nibble_balance FROM accounts WHERE user=001']<br>
&gt; &gt;&gt;&gt;&gt; 2012-11-01 10:51:00.559472 [ERR] mod_nibblebill.c:385 ERR: [SELECT<br>
&gt; &gt;&gt;&gt;&gt; usage<br>
&gt; &gt;&gt;&gt;&gt; AS nibble_balance FROM accounts WHERE user=001']<br>
&gt; &gt;&gt;&gt;&gt; [STATE: 42000 CODE 1064 ERROR: [unixODBC][MySQL][ODBC 5.1<br>
&gt; &gt;&gt;&gt;&gt; Driver][mysqld-5.5.24-0ubuntu0.12.04.1]You have an error in your SQL<br>
&gt; &gt;&gt;&gt;&gt; syntax; check the manual that corresponds to your MySQL server version<br>
&gt; &gt;&gt;&gt;&gt; for the right syntax to use near 'usage AS nibble_balance FROM<br>
&gt; &gt;&gt;&gt;&gt; accounts<br>
&gt; &gt;&gt;&gt;&gt; WHERE user=001'' at line 1<br>
&gt; &gt;&gt;&gt;&gt; ]<br>
&gt; &gt;&gt;&gt;&gt; 2012-11-01 10:51:00.559472 [ERR] mod_nibblebill.c:386 Error running<br>
&gt; &gt;&gt;&gt;&gt; this<br>
&gt; &gt;&gt;&gt;&gt; query: [SELECT usage AS nibble_balance FROM accounts WHERE user=001']<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; Could anybody help me solve this issue?<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; Regards<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; _______________________________________________________________________<br>
&gt; &gt;&gt;&gt;&gt; __<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; &gt;&gt;&gt;&gt; <a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
&gt; &gt;&gt;&gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt; &gt;&gt;&gt;&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; Official FreeSWITCH Sites<br>
&gt; &gt;&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; &gt;&gt;&gt;&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt; &gt;&gt;&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt; &gt;&gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; &gt;&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; &gt;&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-user" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-user</a><br>
&gt; &gt;&gt;&gt;&gt; s<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br></div>
</div></div><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>
</div></blockquote><blockquote type="cite"><div><span>_________________________________________________________________________</span><br><span>Professional FreeSWITCH Consulting Services:</span><br><span><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a></span><br><span><a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a></span><br><span></span><br><span>FreeSWITCH-powered IP PBX: The CudaTel Communication Server</span><br><span><a href="http://www.cudatel.com">http://www.cudatel.com</a></span><br><span></span><br><span>Official FreeSWITCH Sites</span><br><span><a href="http://www.freeswitch.org">http://www.freeswitch.org</a></span><br><span><a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a></span><br><span><a href="http://www.cluecon.com">http://www.cluecon.com</a></span><br><span></span><br><span>FreeSWITCH-users mailing list</span><br><span><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a></span><br><span><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></span><br><span>UNSUBSCRIBE:http://<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">lists.freeswitch.org/mailman/options/freeswitch-users</a></span><br><span><a href="http://www.freeswitch.org">http://www.freeswitch.org</a></span><br></div></blockquote></body></html>