[Freeswitch-users] Fwd: Getting started on IVR Library

2009-12-13 Thread Thangappan.M
-- Forwarded message -- From: Thangappan.M thangappan...@gmail.com Date: Sat, Dec 12, 2009 at 1:12 PM Subject: Getting started on IVR Library To: freeswitch-users freeswitch-users@lists.freeswitch.org Dear all , I've seen the IVR library functions which are implemented

[Freeswitch-users] Getting started on IVR Library

2009-12-11 Thread Thangappan.M
Dear all , I've seen the IVR library functions which are implemented in C language. Can any one please suggest how can I use that library or give idea to do the IVR programs in C through this library. Please help me... -- Regards, Thangappan.M

Re: [Freeswitch-users] Problem while playing more than 10 voice files using playback

2009-11-24 Thread Thangappan.M
The example script is there in the following link http://pastebin.com/f332f2fda In the previous post I have attached it. But it was not shown. 2009/11/25 Thangappan.M thangappan...@gmail.com FreeSWITCH version: freeswitch 1.0.4 I am using ESL library I attached the example Perl script

Re: [Freeswitch-users] Problem while playing more than 10 voice files using playback

2009-11-23 Thread Thangappan.M
can I get all the information in it ? ( If command event has info) Help me On Mon, Nov 23, 2009 at 10:04 AM, Thangappan.M thangappan...@gmail.comwrote: I am waiting only for DTMF events. That's why I am setting freeswitch variable for knowing whether the playback has done. My

[Freeswitch-users] Fwd: Problem while playing more than 10 voice files using playback

2009-11-22 Thread Thangappan.M
voice files the variable has been set properly. What could be the reason? -- Forwarded message -- From: Thangappan.M thangappan...@gmail.com Date: Sat, Nov 21, 2009 at 2:52 PM Subject: Problem while playing more than 10 voice files using playback To: freeswitch-users freeswitch-users

[Freeswitch-users] Problem while playing more than 10 voice files using playback

2009-11-21 Thread Thangappan.M
MAKE ANY MISTAKE IN THE ABOVE STEPS?* *NOTE*: I also referred mod_file_string documentation. In that they specified 128 files can be used to play back the voice files using playback_delimiter option. Please help me? Thanks in advance. -- Regards, Thangappan.M

Re: [Freeswitch-users] Need Help in Getting DTMF

2009-10-03 Thread Thangappan.M
Can you please give some example? Because I have tried it using playAndGetDigits() application only. my need is User can give input at any time It should be captured. Is there any internal mechanism avail in freeswitch? Or Shall we do it? On Sat, Oct 3, 2009 at 9:54 AM, Thangappan.M

[Freeswitch-users] Need Help in Getting DTMF

2009-10-02 Thread Thangappan.M
. -- Regards, Thangappan.M ___ 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

Re: [Freeswitch-users] Put a call in music on hold

2009-09-30 Thread Thangappan.M
Then what is the right way to put a call on hold and play the music. Can you please explain? On Wed, Sep 30, 2009 at 10:57 AM, Thangappan.M thangappan...@gmail.comwrote: Dear all, I am in the process of implementing IVR server in Perl using event outbound socket. I want to put

[Freeswitch-users] Put a call in music on hold

2009-09-29 Thread Thangappan.M
. I also tried with nc command. And send the events thorough the terminal. At that time also it didn't work. Did I make any mistake? Is it possible to put a call on hold and play the voice while holding time? Please help me? -- Regards, Thangappan.M

[Freeswitch-users] FreeSWITCH environmental variables

2009-08-29 Thread Thangappan.M
? -- Regards, Thangappan.M ___ 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] Fwd: Need Help In IVR

2009-08-03 Thread Thangappan.M
Can you please help me? -- Forwarded message -- From: Thangappan.M thangappan...@gmail.com Date: Mon, Aug 3, 2009 at 12:42 PM Subject: Need Help In IVR To: freeswitch-users freeswitch-users@lists.freeswitch.org Dear all, I am in the process of implementing IVR in Perl using

[Freeswitch-users] Problem in spidermonkey_odbc

2009-08-02 Thread Thangappan.M
/freeswitch/mod/mod_spidermonkey_odbc.so: cannot open shared object file: No such file or directory** So please help me? I am doing this for more than 8 hours. -- Regards, Thangappan.M ___ FreeSWITCH-users mailing list FreeSWITCH-users

Re: [Freeswitch-users] Getting DTMF value

2009-08-01 Thread Thangappan.M
That is typo error. action application=socket data=127.0.0.1:5000 async full/ On Sat, Aug 1, 2009 at 11:05 AM, Thangappan.M thangappan...@gmail.comwrote: Dial plan string: * action application=socket data=127.0.0.1:5000 async** full/ *In Perl code: At first I am sending $conn-sendRecv

[Freeswitch-users] Connect to PostgreSQL database

2009-08-01 Thread Thangappan.M
* make mod_lcr-install * edit /usr/local/freeswitch/conf/autoload_configs/modules.conf.xml and uncomment the mod_lcr line. * Reload the freeswitch Where I made a mistake? Tell the steps to connect the postreSQL database. -- Regards, Thangappan.M

[Freeswitch-users] IVR Problem

2009-07-30 Thread Thangappan.M
these two keywords? I have studied from the wiki page. But I was not able to get it. I also specified the lock mode after every play back as $conn-SetEventBlock(true); But is not working. Could you please solve this issue? -- Regards, Thangappan.M

[Freeswitch-users] Fwd: IVR Problem

2009-07-30 Thread Thangappan.M
name if it is DTMF based on the DTMF input I processed that option. In the case of $conn-setEventLock(true) , where can I reset this value to false. Please Help Me... -- Forwarded message -- From: Thangappan.M thangappan...@gmail.com Date: Thu, Jul 30, 2009 at 12:42 PM Subject

[Freeswitch-users] Methods in the ESL connection

2009-07-29 Thread Thangappan.M
. So here is my question, where can I get all the methods of ESL connection and its explanation.This methods will be useful for me to implement my own IVR. -- Regards, Thangappan.M ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org

[Freeswitch-users] Fwd: Methods in the ESL connection

2009-07-29 Thread Thangappan.M
Have you got my questions.? Using ESL connection object some of the function or subroutines or methods has bee called. Is there any way to find out all the function names and its functionality. Could you please help me? -- Forwarded message -- From: Thangappan.M thangappan

[Freeswitch-users] ESL problem

2009-07-28 Thread Thangappan.M
. Then I checked the 11th line in the ESL.pm that line is (bootstrap ESL;) But in perl directory there is no directory called ESL. What would be the issue?. Is ESL necessary is necessary for implementing IVR using event outbound socket? -- Regards, Thangappan.M

[Freeswitch-users] Which method Can I use in IVR

2009-07-26 Thread Thangappan.M
me understand well. I have seen downloaded perl IVR menu from freeswitch site.In that they called some internal functions like playandGetDigits,StreamFile,ready ...etc. These functions is been called by using $session variable.Where these functions are defined.? -- Regards, Thangappan.M

[Freeswitch-users] Regarding IVR

2009-07-25 Thread Thangappan.M
like that.. -- Regards, Thangappan.M ___ 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

[Freeswitch-users] Problem in mod_perl

2009-07-24 Thread Thangappan.M
modules.conf.xml. Again I checked with my Perl version it also supports usemultiplicity. Where I made a mistake? Can anyone please solve my problem? I want to execute the Perl script in the dial plan. -- Regards, Thangappan.M ___ FreeSWITCH-users mailing