Re: [Freeswitch-users] Error loading ODBC

2008-09-29 Thread preetha Ayyappan
** Thanks On 9/25/08, Raymond Chandler [EMAIL PROTECTED] wrote: if you built from source, make sure you use the --enable-core-odbc-support option on your ./configure like so ./configure --enable-core-odbc-support make make install -Ray preetha Ayyappan wrote: You mean i have

Re: [Freeswitch-users] Error loading ODBC

2008-09-29 Thread preetha Ayyappan
, Michael Jerris [EMAIL PROTECTED] wrote: On Sep 29, 2008, at 2:45 AM, preetha Ayyappan wrote: I have uncommented the line *'langages/mod_spidermonkey_odbc' *from /usr/local/freeswitch/modules.conf and installed like the following step1:-I have downloaded the unixodbc and put it in usr/local

Re: [Freeswitch-users] Error loading ODBC

2008-09-29 Thread preetha Ayyappan
its not building the module -- *From: *preetha Ayyappan [EMAIL PROTECTED] *Reply-To: *freeswitch-users@lists.freeswitch.org *Date: *Mon, 29 Sep 2008 12:44:40 +0530 *To: *freeswitch-users@lists.freeswitch.org *Subject: *Re: [Freeswitch-users] Error loading ODBC

Re: [Freeswitch-users] Error loading ODBC

2008-09-29 Thread preetha Ayyappan
Where should i configure the data source name in odbc? On Mon, Sep 29, 2008 at 1:05 PM, preetha Ayyappan [EMAIL PROTECTED] wrote: Yes. I have uncommented that line before installing itself.Even though i am getting the same error. On Mon, Sep 29, 2008 at 1:00 PM, Ken Rice [EMAIL PROTECTED

Re: [Freeswitch-users] storing csv file in mysql database

2008-09-27 Thread preetha Ayyappan
but a lot easier. For anything more advanced than that it would take a lot more understanding on your part and explanation on mine. On Fri, Sep 26, 2008 at 7:27 AM, preetha Ayyappan [EMAIL PROTECTED] wrote: hi, I am getting the call records saved in the folder cdr-csv.I need to save this cdr

Re: [Freeswitch-users] Error loading ODBC

2008-09-26 Thread preetha Ayyappan
so ./configure --enable-core-odbc-support make make install -Ray preetha Ayyappan wrote: You mean i have to uncomment the line load module=mod_spidermonkey_odbc/.? yes.I have uncommented that line.eventhough the same error occurs On Thu, Sep 25, 2008 at 2:33 PM, Michael Jerris [EMAIL

[Freeswitch-users] storing csv file in mysql database

2008-09-26 Thread preetha Ayyappan
hi, I am getting the call records saved in the folder cdr-csv.I need to save this cdr details in mysql database.Is it possible to do?If yes please assist me to do this. Thanks ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org

Re: [Freeswitch-users] storing csv file in mysql database

2008-09-26 Thread preetha Ayyappan
Thanks wasim.I have changed the line my $dbh = DBI-connect(DBI:mysql:database=freeswitchdb;host=localhost,freeswitch,1234) in /usr/src/freeswitch/scripts/contrib/wasim/cdrload.pl .then i called an extension.Now the call details are recorded only in master.csv.I am not getting the details updated

Re: [Freeswitch-users] Error loading ODBC

2008-09-25 Thread preetha Ayyappan
You mean i have to uncomment the line load module=mod_spidermonkey_odbc/.? yes.I have uncommented that line.eventhough the same error occurs On Thu, Sep 25, 2008 at 2:33 PM, Michael Jerris [EMAIL PROTECTED] wrote: On Sep 25, 2008, at 4:47 AM, preetha wrote: Hi, when i try to run a

[Freeswitch-users] freeswitch javascript database

2008-09-23 Thread preetha Ayyappan
Hi, can i integrate freeswitch javascript with mysql using jdbc driver? -- Preetha.A ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

Re: [Freeswitch-users] freeswitch javascript database

2008-09-23 Thread preetha Ayyappan
Thankyou. I will refer that link. On Wed, Sep 24, 2008 at 11:18 AM, Chris Danielson [EMAIL PROTECTED]wrote: You would use java with jdbc. But already integrated in freeswitch is the ability to compile in mod_spidermonkey_odbc and unixODBC which will enable you to communicate with mysql

Re: [Freeswitch-users] Java script test

2008-09-22 Thread preetha Ayyappan
Hi michael, I can able to originate a call to an extension.but how could i bridge two extensions and test if session is ready or not? Preetha.A ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org

Re: [Freeswitch-users] Java script test

2008-09-21 Thread preetha Ayyappan
I have put the calltest.js in /usr/local/freeswitch/scripts and changed sofia to openzap/default/[EMAIL PROTECTED] in the coding and i got the error: Error: 2008-09-22 10:13:26 [ERR] switch_core_session.c:249 switch_core_session_outgoing_channel() Could not locate channel type openzap 2008-09-22

Re: [Freeswitch-users] Java script test

2008-09-21 Thread preetha Ayyappan
thanks for your reply.it is working -- Preetha.A ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

[Freeswitch-users] Error when running javascript

2008-09-20 Thread preetha Ayyappan
Hi, I am new to freeswitch and trying to run a javascript example calltest.js.I have put that code inside the folder /usr/local/freeswitch.I have started the freeswitch and from that console I have tried to run the program like jsrun /usr/local/freeswitch/calltest.js. but i am getting the