[Freeswitch-users] Event did not return anything after update.

DJB International djbinter at gmail.com
Sun Jun 6 21:04:14 PDT 2010


Brian,

I did a further test with just telneting to port 8021 and no output came out
as well,.

# telnet 127.0.0.1 8021
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
Content-Type: auth/request

auth ClueCon

Content-Type: command/reply
Reply-Text: +OK accepted

events plain ALL

Content-Type: command/reply
Reply-Text: +OK event listener enabled plain


(nothing shown)

Thank you,
Dorn B.



On Sun, Jun 6, 2010 at 8:46 PM, DJB International <djbinter at gmail.com>wrote:

> Yes, Brian.  I tried to recompile it, but it did not work.  I even tried
> the php socket to connect direct:
> http://wiki.freeswitch.org/wiki/PHP_Event_Socket, and it still did not
> work.  I did work for other servers with 170404a version.  I am not sure
> what else I missed or something might have changed in between the version.
>
> Thank you,
> Dorn B.
>
>
> On Sun, Jun 6, 2010 at 8:12 PM, Brian West <brian at freeswitch.org> wrote:
>
>> did you recompile libesl also?  you shouldn't have to revert just update
>> correctly.
>>
>> Sent from my iPad
>>
>> On Jun 6, 2010, at 10:06 PM, DJB International <djbinter at gmail.com>
>> wrote:
>>
>> Brian,
>>
>> Can you please advise the procedure in git to revert back the revision?
>>
>> Thank you,
>> Dorn B.
>>
>> On Sun, Jun 6, 2010 at 7:34 PM, Brian West < <brian at freeswitch.org>
>> brian at freeswitch.org> wrote:
>>
>>> did you reinstall ESL.so?
>>>
>>> Sent from my iPad
>>>
>>> On Jun 6, 2010, at 7:15 PM, DJB International < <djbinter at gmail.com>
>>> djbinter at gmail.com> wrote:
>>>
>>> > After updating from 170404a to 9f73ddd, I could not see anything in
>>> event message like before.
>>> >
>>> > I connect to mod_event_socket by perl script below:
>>> >
>>> > require ESL;
>>> >
>>> > my $con = new ESL::ESLconnection("localhost", "8021", "ClueCon");
>>> >
>>> > $con->events("plain", "all");
>>> >
>>> > while($con->connected()) {
>>> >   #my $e = $con->recvEventTimed(100);
>>> >   my $e = $con->recvEvent();
>>> >
>>> >   if ($e) {
>>> >     #print $e->serialize();
>>> >     my $h = $e->firstHeader();
>>> >       print "\n--------------------RECEIVED--------------------\n";
>>> >     while ($h) {
>>> >       printf "Header: [%s] = [%s]\n", $h, $e->getHeader($h);
>>> >       $h = $e->nextHeader();
>>> >     }
>>> >
>>> >   }
>>> >
>>> > }
>>> >
>>> > I wonder whether there is any changes that I need to adjust after the
>>> update.
>>> >
>>> > Thank you,
>>> > Dorn B.
>>> > _______________________________________________
>>> > FreeSWITCH-users mailing list
>>> > <FreeSWITCH-users at lists.freeswitch.org>
>>> FreeSWITCH-users at lists.freeswitch.org
>>> > <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> > UNSUBSCRIBE:<http://lists.freeswitch.org/mailman/options/freeswitch-users>
>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>> > <http://www.freeswitch.org>http://www.freeswitch.org
>>>
>>> _______________________________________________
>>> FreeSWITCH-users mailing list
>>>  <FreeSWITCH-users at lists.freeswitch.org>
>>> FreeSWITCH-users at lists.freeswitch.org
>>>  <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> UNSUBSCRIBE:<http://lists.freeswitch.org/mailman/options/freeswitch-users>
>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>  <http://www.freeswitch.org>http://www.freeswitch.org
>>>
>>
>> _______________________________________________
>> 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
>>
>>
>> _______________________________________________
>> 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/20100606/88026279/attachment-0001.html 


More information about the FreeSWITCH-users mailing list