Re: [Freeswitch-users] esl for Mac OS X 10.4

2009-12-09 Thread EdPimentl
Regarding Mac OSX 10.5/6 can you point me where the latest "FS binary" file is? Thanks in advance, -E ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http:/

Re: [Freeswitch-users] esl for Mac OS X 10.4

2009-12-08 Thread Michael Jerris
ian West > Sent: Monday, December 07, 2009 1:10 PM > To: freeswitch-users@lists.freeswitch.org > Subject: Re: [Freeswitch-users] esl for Mac OS X 10.4 > > The build system for libesl and everything below that won't work 100% on the > mac just yet. You have to make some changes t

Re: [Freeswitch-users] esl for Mac OS X 10.4

2009-12-07 Thread Anthony Minessale
except esl > > > > *From:* freeswitch-users-boun...@lists.freeswitch.org [mailto: > freeswitch-users-boun...@lists.freeswitch.org] *On Behalf Of *Brian West > *Sent:* Monday, December 07, 2009 1:10 PM > > *To:* freeswitch-users@lists.freeswitch.org > *Subject:* Re: [F

Re: [Freeswitch-users] esl for Mac OS X 10.4

2009-12-07 Thread Kendall Stauffer
...@lists.freeswitch.org] On Behalf Of Michael Collins Sent: Monday, December 07, 2009 1:22 PM To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] esl for Mac OS X 10.4 Forgive me if I ask the obvious questions... Did you "make" in src/libs/esl before doing "make phpmod&quo

Re: [Freeswitch-users] esl for Mac OS X 10.4

2009-12-07 Thread Kendall Stauffer
07, 2009 1:10 PM To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] esl for Mac OS X 10.4 The build system for libesl and everything below that won't work 100% on the mac just yet. You have to make some changes to how its linked and you'll have to compile php y

Re: [Freeswitch-users] esl for Mac OS X 10.4

2009-12-07 Thread Michael Collins
Forgive me if I ask the obvious questions... Did you "make" in src/libs/esl before doing "make phpmod" ? Did you install the php-devel stuff? -MC On Mon, Dec 7, 2009 at 9:27 AM, Kendall Stauffer wrote: >I have downloaded and compiled freeswitch, and it runs fine, can > compile everything wi

Re: [Freeswitch-users] esl for Mac OS X 10.4

2009-12-07 Thread Brian West
The build system for libesl and everything below that won't work 100% on the mac just yet. You have to make some changes to how its linked and you'll have to compile php yourself to get everything in there properly. The perl one however is much easier to fix. -SOLINK=-shared -Xlinker -x +

Re: [Freeswitch-users] ESL command completion

2009-11-25 Thread Michael Jerris
There are execute_complete events. I can't recall everything that is in them but they should always be fired. Mike On Nov 25, 2009, at 8:38 PM, Josh Rivers wrote: > Is there a way of determining if a call-command sent to a session via ESL has > completed? Is there a return event which is alw

Re: [Freeswitch-users] ESL: No matching function...

2009-11-17 Thread tina
Confirmed 64-bit machine. > On Tue, Nov 17, 2009 at 10:04 AM, wrote: > >> MC, >> >> Yes, I tried "make && make perlmod", which did not fix the error. >> >> Just finished deploying an instance of the application on another server >> that did not produce the error (exact same configuration). >> >>

Re: [Freeswitch-users] ESL: No matching function...

2009-11-17 Thread Michael Collins
On Tue, Nov 17, 2009 at 10:04 AM, wrote: > MC, > > Yes, I tried "make && make perlmod", which did not fix the error. > > Just finished deploying an instance of the application on another server > that did not produce the error (exact same configuration). > > Not sure what is causing it, or how to

Re: [Freeswitch-users] ESL: No matching function...

2009-11-17 Thread tina
MC, Yes, I tried "make && make perlmod", which did not fix the error. Just finished deploying an instance of the application on another server that did not produce the error (exact same configuration). Not sure what is causing it, or how to fix it. Bizarre. - Tina > On Mon, Nov 16, 2009 at 3

Re: [Freeswitch-users] ESL: No matching function...

2009-11-16 Thread Michael Collins
On Mon, Nov 16, 2009 at 3:22 PM, wrote: > I have three FreeSWITCH servers currently setup with perl modules using > ESL to send call instructions and monitor events. On two of the servers, > my modules execute without error, but on a third, I keep getting the > following error: > > No matching f

Re: [Freeswitch-users] ESL: DTMF event is not coming

2009-09-08 Thread Nagalenoj
Yes.!! I missed "async" keyword in dialplan in freeswitch-1.0.4. Thanks.. Anthony Minessale-2 wrote: > > did you specify the "async" keyword to the socket app in your dialplan? > > On Mon, Sep 7, 2009 at 2:47 AM, Nagalenoj wrote: > >> >> Dear friends, >> I am using freeswitch-1.0.4. When I

Re: [Freeswitch-users] ESL: DTMF event is not coming

2009-09-08 Thread Remko Kloosterman
.freeswitch.org Onderwerp: Re: [Freeswitch-users] ESL: DTMF event is not coming I'm pretty new at this, but please let me ask you a question: Is your FreeSwitch running on a dual-homed host? On Mon, Sep 7, 2009 at 2:47 AM, Nagalenoj wrote: Dear friends, I am using fr

Re: [Freeswitch-users] ESL: DTMF event is not coming

2009-09-08 Thread Anthony Minessale
did you specify the "async" keyword to the socket app in your dialplan? On Mon, Sep 7, 2009 at 2:47 AM, Nagalenoj wrote: > > Dear friends, > I am using freeswitch-1.0.4. When I execute the sample > script(/libs/esl/perl/server2.pl), it is not receiving the DTMF events. > When > I execute the s

Re: [Freeswitch-users] ESL: DTMF event is not coming

2009-09-08 Thread Michael Gende
I'm pretty new at this, but please let me ask you a question: Is your FreeSwitch running on a dual-homed host? On Mon, Sep 7, 2009 at 2:47 AM, Nagalenoj wrote: > > Dear friends, > I am using freeswitch-1.0.4. When I execute the sample > script(/libs/esl/perl/server2.pl), it is not receiving th

Re: [Freeswitch-users] ESL C questions

2009-09-08 Thread Remko Kloosterman
Aan: freeswitch-users@lists.freeswitch.org Onderwerp: Re: [Freeswitch-users] ESL C questions Remko, I wrote the documentation that is on docs.freeswitch.org Take a look there, it is far from being complete but it might help. jmesquita On Mon, Sep 7, 2009 at 10:26 AM, Remko Kloosterman wrote:

Re: [Freeswitch-users] ESL C questions

2009-09-07 Thread João Mesquita
Remko, I wrote the documentation that is on docs.freeswitch.org Take a look there, it is far from being complete but it might help. jmesquita On Mon, Sep 7, 2009 at 10:26 AM, Remko Kloosterman wrote: > Hi there, > > > > I wonder, is ESL documentation available for C or does someone have > som

Re: [Freeswitch-users] ESL for Perl

2009-08-08 Thread Brian West
You don't do make in the perl directory... You cd .. && 'make permod' from the top level dir. /b On Aug 8, 2009, at 12:28 AM, velusamy velu wrote: > Dear all, >When I do make for Perl ESL libraries in "esl/perl" directory I > have got the following error. > > /usr/lib/gcc/i486-linux-gnu/

Re: [Freeswitch-users] ESL problem

2009-07-28 Thread Brian West
Don't forget you need to install libs/esl/perl/ESL.so and libs/esl/ perl/ESL.pm into your system perl library path. /b On Jul 28, 2009, at 1:53 AM, Michael Collins wrote: > Make certain that you've built both libesl and the Perl mod. Change > directory into /usr/src/freeswitch.trunk/libs/esl

Re: [Freeswitch-users] ESL problem

2009-07-27 Thread Michael Collins
Make certain that you've built both libesl and the Perl mod. Change directory into /usr/src/freeswitch.trunk/libs/esl (or whatever your path is to libs/esl) and do these commands: make make perlmod Then give it another shot. -MC On Mon, Jul 27, 2009 at 11:16 PM, Thangappan.M wrote: > Dear all, >

Re: [Freeswitch-users] ESL Wrapper

2009-03-02 Thread Anthony Minessale
pardon? ESL is just a client library for event socket to make it easier to make event socket apps. ESL == Event Socket Library On Mon, Mar 2, 2009 at 3:29 AM, Gopal krishnan wrote: > Hi, > Actually what is the difference between ESL in FS 1.0.3 and event socket > in FS 1.0.2. Is the FS 1.0.3 E

Re: [Freeswitch-users] ESL Wrapper

2009-03-02 Thread Gopal krishnan
Hi, Actually what is the difference between ESL in FS 1.0.3 and event socket in FS 1.0.2. Is the FS 1.0.3 ESL superior? On Fri, Feb 27, 2009 at 6:43 PM, Rex_Alex wrote: > Hi All, I did what you have all suggested. Now its working perfectly. > Thanks a lot for all your assistance. Rex. > > Raym

Re: [Freeswitch-users] ESL Wrapper

2009-02-27 Thread Rex_Alex
Hi All, I did what you have all suggested. Now its working perfectly. Thanks a lot for all your assistance. Rex. Raymond Chandler wrote: > > and it will probably be a good idea to do > make phpmod-install > so that the .so and .php files gets into the correct place to be included > > -Ra

Re: [Freeswitch-users] ESL Wrapper

2009-02-26 Thread Rex_Alex
Hi, Yea, you are right it's CentOS version 5.2. Let me try the same and then I will reply you with status. Thanks, Rex. mercutioviz wrote: > > On Thu, Feb 26, 2009 at 10:51 AM, Rex_Alex wrote: >> >> Hi Mathieu, >> >> But other php scripts are working fine. Only when I am tring >> Single_Co

Re: [Freeswitch-users] ESL Wrapper

2009-02-26 Thread Michael Collins
On Thu, Feb 26, 2009 at 10:51 AM, Rex_Alex wrote: > > Hi Mathieu, > > But other php scripts are working fine. Only when I am tring > Single_Command.php with ESP.php, it's not working. > > Rex. > That may be true but the php-devel package is necessary for building the ESL wrapper for php. The php-

Re: [Freeswitch-users] ESL Wrapper

2009-02-26 Thread Anthony Minessale
the esl php mod is a binary mod which must be compiled so it requires the devel add on for php On Thu, Feb 26, 2009 at 12:51 PM, Rex_Alex wrote: > > Hi Mathieu, > > But other php scripts are working fine. Only when I am tring > Single_Command.php with ESP.php, it's not working. > > Rex. > > Mat

Re: [Freeswitch-users] ESL Wrapper

2009-02-26 Thread Rex_Alex
Hi Mathieu, But other php scripts are working fine. Only when I am tring Single_Command.php with ESP.php, it's not working. Rex. Mathieu Rene wrote: > > > You need your distro's php dev pakage. > On 26-Feb-09, at 6:25 AM, Rex_Alex wrote: > >> Hi All, I tried svn up && ./bootstrap.sh && ./con

Re: [Freeswitch-users] ESL Wrapper

2009-02-26 Thread Raymond Chandler
and it will probably be a good idea to do make phpmod-install so that the .so and .php files gets into the correct place to be included -Ray Mathieu Rene wrote: You need your distro's php dev pakage. On 26-Feb-09, at 6:25 AM, Rex_Alex wrote: Hi All, I tried svn up && ./bootstrap.sh && ./confi

Re: [Freeswitch-users] ESL Wrapper

2009-02-26 Thread Mathieu Rene
You need your distro's php dev pakage. On 26-Feb-09, at 6:25 AM, Rex_Alex wrote: Hi All, I tried svn up && ./bootstrap.sh && ./configure && make install and did Mathieu's suggestion but getting error as below, [r...@server esl]# make phpmod make MYLIB="../libesl.a" SOLINK="- shared -Xlinker

Re: [Freeswitch-users] ESL Wrapper

2009-02-26 Thread Rex_Alex
Hi All, I tried svn up && ./bootstrap.sh && ./configure && make install and did Mathieu's suggestion but getting error as below, [r...@server esl]# make phpmod make MYLIB="../libesl.a" SOLINK="-shared -Xlinker -x" CFLAGS="-I/root/freeswitch-1.0.3/libs/esl/src/include -DHAVE_EDITLINE -g -ggdb -I.

Re: [Freeswitch-users] ESL Wrapper

2009-02-25 Thread Michael Collins
On Wed, Feb 25, 2009 at 11:34 AM, Brian West wrote: > If he's on 1.0.3 I don't think it has php in it.. Can't he do the whole bootstrap process? svn up && ./bootstrap.sh && ./configure && make install And then do Mathieu's suggestion? -MC ___ Freeswi

Re: [Freeswitch-users] ESL Wrapper

2009-02-25 Thread Brian West
If he's on 1.0.3 I don't think it has php in it.. /b On Feb 25, 2009, at 1:31 PM, Mathieu Rene wrote: > FreeSWITCH will listen on a socket allowing clients to send commands / > receive events. > ESL is a library to ease the creation of applications connecting to > that socket. > > To install the

Re: [Freeswitch-users] ESL Wrapper

2009-02-25 Thread Mathieu Rene
FreeSWITCH will listen on a socket allowing clients to send commands / receive events. ESL is a library to ease the creation of applications connecting to that socket. To install the php ESL module, cd into libs/esl and type "make phpmod" A sample php file is included in the libs/esl/php dire

Re: [Freeswitch-users] ESL

2009-02-21 Thread Addison Martin
I have ported all the Perl samples to python, and they appear to be working fine. They are available in svn rev 12210 and > -anm On Thu, Feb 19, 2009 at 12:44 PM, Brian West wrote: > FreeSWITCHers, >Not sure anyone is paying attention or not but Anthony wrapped the > ESL library up so