Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] mod_nibblebill question: DB Error while updating cash!


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
diego.viola at gmail.com
Guest





PostPosted: Sun Mar 08, 2009 1:58 am    Post subject: [Freeswitch-users] mod_nibblebill question: DB Error while u Reply with quote

Hello,

I'm trying to give mod_nibblebill a try, I compiled it and created the
DB, set up ODBC, etc. I'm using MySQL.

This is how I created the db:

CREATE TABLE accounts
(
id int NOT NULL PRIMARY KEY,
name VARCHAR(255),
cash double precision NOT NULL
);

However when I try to make a call I get this:

2009-03-08 00:37:02 [CRIT] mod_nibblebill.c:286 bill_event() DB Error
while updating cash!

I have this also on my user directory:

<variable name="nibble_rate" value="0.03"/>
<variable name="nibble_account" value="18238"/>


Any ideas?

Thanks.

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
diego.viola at gmail.com
Guest





PostPosted: Sun Mar 08, 2009 2:00 am    Post subject: [Freeswitch-users] mod_nibblebill question: DB Error while u Reply with quote

Oh, I noticed the billing actually works, it discounts from my credit
but I still get that message, even if the update works.

"2009-03-08 00:37:02 [CRIT] mod_nibblebill.c:286 bill_event() DB Error
while updating cash!"

Thanks.

On Sun, Mar 8, 2009 at 3:41 AM, Diego Viola <diego.viola@gmail.com> wrote:
Quote:
Hello,

I'm trying to give mod_nibblebill a try, I compiled it and created the
DB, set up ODBC, etc. I'm using MySQL.

This is how I created the db:

 CREATE TABLE accounts
 (
  id int NOT NULL PRIMARY KEY,
  name VARCHAR(255),
  cash double precision NOT NULL
 );

However when I try to make a call I get this:

2009-03-08 00:37:02 [CRIT] mod_nibblebill.c:286 bill_event() DB Error
while updating cash!

I have this also on my user directory:

     <variable name="nibble_rate" value="0.03"/>
     <variable name="nibble_account" value="18238"/>


Any ideas?

Thanks.


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
anthony.minessale at g...
Guest





PostPosted: Mon Mar 09, 2009 10:29 am    Post subject: [Freeswitch-users] mod_nibblebill question: DB Error while u Reply with quote

that means you should report it to jira not the mailing list.


On Sun, Mar 8, 2009 at 1:28 AM, Diego Viola <diego.viola@gmail.com (diego.viola@gmail.com)> wrote:
Quote:
Oh, I noticed the billing actually works, it discounts from my credit
but I still get that message, even if the update works.

"2009-03-08 00:37:02 [CRIT] mod_nibblebill.c:286 bill_event() DB Error
while updating cash!"


Thanks.


On Sun, Mar 8, 2009 at 3:41 AM, Diego Viola <diego.viola@gmail.com (diego.viola@gmail.com)> wrote:
Quote:
Hello,

I'm trying to give mod_nibblebill a try, I compiled it and created the
DB, set up ODBC, etc. I'm using MySQL.

This is how I created the db:

 CREATE TABLE accounts
 (
  id int NOT NULL PRIMARY KEY,
  name VARCHAR(255),
  cash double precision NOT NULL
 );

However when I try to make a call I get this:

2009-03-08 00:37:02 [CRIT] mod_nibblebill.c:286 bill_event() DB Error
while updating cash!

I have this also on my user directory:

     <variable name="nibble_rate" value="0.03"/>
     <variable name="nibble_account" value="18238"/>


Any ideas?

Thanks.


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org





--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400
Back to top
diego.viola at gmail.com
Guest





PostPosted: Mon Mar 09, 2009 5:08 pm    Post subject: [Freeswitch-users] mod_nibblebill question: DB Error while u Reply with quote

Ok, done.

Thanks.

On Mon, Mar 9, 2009 at 11:18 AM, Anthony Minessale
<anthony.minessale@gmail.com> wrote:
Quote:
that means you should report it to jira not the mailing list.


On Sun, Mar 8, 2009 at 1:28 AM, Diego Viola <diego.viola@gmail.com> wrote:
Quote:

Oh, I noticed the billing actually works, it discounts from my credit
but I still get that message, even if the update works.

"2009-03-08 00:37:02 [CRIT] mod_nibblebill.c:286 bill_event() DB Error
while updating cash!"

Thanks.

On Sun, Mar 8, 2009 at 3:41 AM, Diego Viola <diego.viola@gmail.com> wrote:
Quote:
Hello,

I'm trying to give mod_nibblebill a try, I compiled it and created the
DB, set up ODBC, etc. I'm using MySQL.

This is how I created the db:

 CREATE TABLE accounts
 (
  id int NOT NULL PRIMARY KEY,
  name VARCHAR(255),
  cash double precision NOT NULL
 );

However when I try to make a call I get this:

2009-03-08 00:37:02 [CRIT] mod_nibblebill.c:286 bill_event() DB Error
while updating cash!

I have this also on my user directory:

     <variable name="nibble_rate" value="0.03"/>
     <variable name="nibble_account" value="18238"/>


Any ideas?

Thanks.


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale@hotmail.com
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org
pstn:213-799-1400

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services