[Freeswitch-users] Event did not return anything after update.
Brian West
brian at freeswitch.org
Sun Jun 6 19:34:05 PDT 2010
did you reinstall ESL.so?
Sent from my iPad
On Jun 6, 2010, at 7:15 PM, DJB International <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
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
More information about the FreeSWITCH-users
mailing list