<div dir="ltr">In H323Transport::HandleFirstSignallingChannelPDU, if NULL connection is returned from endpoint.OnIncomingConnection, the code try to send a release complete to the other side. However, line 1292 is not going to work (the connection is NULL):<br>
<pre>    releaseComplete<span class="hl sym">.</span><span class="hl kwd">Write</span><span class="hl sym">(*</span><span class="hl kwa">this</span><span class="hl sym">,*</span>connection<span class="hl sym">);<br><br><span style="font-family: times new roman,serif;">To fix this, I added a Write method which does not accept a connection.<br>
<br><span style="font-family: times new roman,serif;">Note that the new method duplicate the code from the version that accept a connection - I did not have to time to do it properly. </span><br></span></span></pre>The patch is created against version 1.20.2-alpha2. <br>
<br>I verifyed that the issue still exists in the trunk.<br><a href="http://h323plus.cvs.sourceforge.net/h323plus/h323plus/src/transports.cxx?view=markup">http://h323plus.cvs.sourceforge.net/h323plus/h323plus/src/transports.cxx?view=markup</a><br>
<br></div>