Re: [Freeswitch-users] Need to know

2009-09-30 Thread Ahmed Munir
: Wed, 30 Sep 2009 10:28:41 +0600 Subject: [Freeswitch-users] Need to know Hi, I want to use mod_nibble in freeswitch for billing purpose. I've got some questions, as I'm listing down below; 1- How I create MySQL connection with FS? 2- Is it possible to query the database when billing occurs

Re: [Freeswitch-users] Need to know

2009-09-30 Thread William Suffill
You could also use mod_lcr to query the cost to aply to the nibblebill as well. ODBC keeps the connection to MySQL open as needed and reconnects if need be. -- W ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org

[Freeswitch-users] Need to know

2009-09-29 Thread Ahmed Munir
Hi, I want to use mod_nibble in freeswitch for billing purpose. I've got some questions, as I'm listing down below; 1- How I create MySQL connection with FS? 2- Is it possible to query the database when billing occurs? 3- Will database credentials require each time when query to database? 4-

Re: [Freeswitch-users] Need to know

2009-09-29 Thread William Suffill
mod_nibble uses ODBC. Via ODBC u can connect to mysql. http://wiki.freeswitch.org/wiki/Using_ODBC_in_the_core mod_nibble has it's own table design. http://wiki.freeswitch.org/wiki/Mod_nibblebill It may be possible to tweak it to use your current tables but I'd suggest getting the basics working