<div>Jeff,</div>
<div> </div>
<div>In my session hanguphook I call:</div>
<div> </div>
<div>if (Session != null &amp;&amp; Session.HookState == switch_channel_state_t.CS_HANGUP)<br>{<br>    Session = null;<br>}</div>
<div> </div>
<div>All calls to the session in my app are as follows:</div>
<div class="gmail_quote"> </div>
<div class="gmail_quote">if (Session != null &amp;&amp; Session.Ready())</div>
<div class="gmail_quote"> </div>
<div class="gmail_quote">This is to prevent calls to dead FS sessions. Without this, the Session object exists, but calling it on a hungup session (even calling Session.Ready()) causes the object not found error. This is under load. Maybe it is timing issue. I don&#39;t need to do this with just a couple of calls.</div>

<div class="gmail_quote"> </div>
<div class="gmail_quote">Does that make any sense? Hopefully I am not completely off base here?</div>
<div class="gmail_quote"> </div>
<div class="gmail_quote">I read elsewhere in this list that the HangupHook does not fire 100% of the time - Anthony has just pushed change. I will check it with that.</div>
<div class="gmail_quote"> </div>
<div class="gmail_quote">Phil</div>
<div class="gmail_quote"> </div>
<div class="gmail_quote"> </div>
<div class="gmail_quote">On Tue, Jul 27, 2010 at 3:21 PM, Jeff Lenk <span dir="ltr">&lt;<a href="mailto:jeff@jefflenk.com">jeff@jefflenk.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote"><br>Are you sure the very thing you are doing by setting the manages session to<br>null is not what is causing the error?<br>
<br>Just a thought :)<br><font color="#888888">--<br>View this message in context: <a href="http://freeswitch-users.2379917.n2.nabble.com/ERR-switch-cpp-910-object-is-not-initalized-tp5343528p5343666.html" target="_blank">http://freeswitch-users.2379917.n2.nabble.com/ERR-switch-cpp-910-object-is-not-initalized-tp5343528p5343666.html</a><br>
Sent from the freeswitch-users mailing list archive at Nabble.com.<br></font>
<div>
<div></div>
<div class="h5"><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>