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:/
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
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
...@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
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
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
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
+
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
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).
>>
>>
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
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
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
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
.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
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
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
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:
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
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/
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
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,
>
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
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
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
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
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-
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
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
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
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
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.
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
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
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
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
35 matches
Mail list logo