Brian,<div><br></div><div>Can you please advise the procedure in git to revert back the revision?  </div><div><br></div><div>Thank you,</div><div>Dorn B.<br><br><div class="gmail_quote">On Sun, Jun 6, 2010 at 7:34 PM, Brian West <span dir="ltr">&lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">did you reinstall ESL.so?<br>
<br>
Sent from my iPad<br>
<div><div></div><div class="h5"><br>
On Jun 6, 2010, at 7:15 PM, DJB International &lt;<a href="mailto:djbinter@gmail.com">djbinter@gmail.com</a>&gt; wrote:<br>
<br>
&gt; After updating from 170404a to 9f73ddd, I could not see anything in event message like before.<br>
&gt;<br>
&gt; I connect to mod_event_socket by perl script below:<br>
&gt;<br>
&gt; require ESL;<br>
&gt;<br>
&gt; my $con = new ESL::ESLconnection(&quot;localhost&quot;, &quot;8021&quot;, &quot;ClueCon&quot;);<br>
&gt;<br>
&gt; $con-&gt;events(&quot;plain&quot;, &quot;all&quot;);<br>
&gt;<br>
&gt; while($con-&gt;connected()) {<br>
&gt;   #my $e = $con-&gt;recvEventTimed(100);<br>
&gt;   my $e = $con-&gt;recvEvent();<br>
&gt;<br>
&gt;   if ($e) {<br>
&gt;     #print $e-&gt;serialize();<br>
&gt;     my $h = $e-&gt;firstHeader();<br>
&gt;       print &quot;\n--------------------RECEIVED--------------------\n&quot;;<br>
&gt;     while ($h) {<br>
&gt;       printf &quot;Header: [%s] = [%s]\n&quot;, $h, $e-&gt;getHeader($h);<br>
&gt;       $h = $e-&gt;nextHeader();<br>
&gt;     }<br>
&gt;<br>
&gt;   }<br>
&gt;<br>
&gt; }<br>
&gt;<br>
&gt; I wonder whether there is any changes that I need to adjust after the update.<br>
&gt;<br>
&gt; Thank you,<br>
&gt; Dorn B.<br>
</div></div><div><div></div><div class="h5">&gt; _______________________________________________<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br></div>