[Freeswitch-users] ESL with PHP not working

Marc de Corny marcdecorny at gmail.com
Sun Apr 10 11:04:58 MSD 2011


Hi Michael,

thanks for your help. Yes that's what I thought, so I added a test on
connected() and realised it was not connecting. I also took a tcpdump on
both servers and could not see any packets being sent. It looks as if it is
stuck on the php server, but don't know where to start looking.

If there were information missing in php.ini would it work from the command
line ?
Is there a  break down of what that phpmod_install does so that I can do
back and check each step?

Thanks
Marc

On Sun, Apr 10, 2011 at 12:22 AM, Michael Collins <msc at freeswitch.org>wrote:

>
>
> On Fri, Apr 8, 2011 at 1:08 PM, Marc de Corny <marcdecorny at gmail.com>wrote:
>
>> Hi all
>>
>> got an issue with ESL I cannot figure out.
>>
>> I have installed enabled the event socket on the Freeswitch, and it works
>> locally on the server via PHP
>>
>> I have a remote server were I compiled the ESL.so and did the php-install.
>> It is a standard CentOS install with apache.
>> when I type into the command line :     php test.php   ( the standard test
>> script that is api status ) I get the correct result.
>> when I execute the same script from the browser on the remote server I get
>> an error on the getBody command.
>> *Fatal error*: Call to a member function getBody() on a non-object in *
>> /var/www/html/test.php* on line *9*
>>
>> This is the exact same error that occurs when the script fails to connect
> to the FS event socket, so something must be different when you are calling
> this from a script. Can you confirm that the script is actually trying to
> connect to the FreeSWITCH server? I don't know much about debugging PHP, but
> at the very least you could do a tcpdump on the server running the php
> script and confirm that the ESL connection is being attempted, whether it is
> successful, etc.
>
> -MC
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110410/b2f8efbe/attachment.html 


More information about the FreeSWITCH-users mailing list