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

DJB International djbinter at gmail.com
Sun Jun 6 20:06:56 PDT 2010


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> wrote:

> 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
>
> _______________________________________________
> 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/fe1df360/attachment.html 


More information about the FreeSWITCH-users mailing list