I think I found the problem. Try to edit your yasocket.cxx file around line 653 (I refer to 2.2.6 sources) and change from: CloseSocket(); break; } to: CloseSocket(); } break; (move "break" out of the {} block) This should help - please let us know. If it works, I will commit the fix to the cvs. ----- Original Message ----- From: "Nyamul Hassan" <mnhassan@xxxxxxx> To: "GNU Gatekeeper Users" <openh323gk-users@xxxxxxxxxxxxxxxxxxxxx> Sent: Wednesday, December 12, 2007 9:06 PM Subject: Re: Telnet Problem > I've run a test on a low call load (~ 60 calls) from my remote Win2k3 > machine, on my GK running 2.2.6, and was disconnected exactly after 10240 > bytes. I'm attaching a debug trace 6 output when this occurs. I've > changed > the IP of my GK along with IPs of the other endpoints that I could find > and > conveniently named them for easier reading. Do you need a packet capture > as > well? > > I've run the test using both Microsoft telnet client, and PuTTY, and both > of > them show the same problem, being disconnected exactly after 10240 bytes > of > data. Since the call load was quite on the lower side, do you think that > this is a socket issue? Moreover, when we logon to the Status Port, isn't > it just communication between IP_A:PortA and IP_B:PortB during the entire > length of the session? If the GK accepts the connecting coming in and > opens > a socket, then would the GK need any more sockets to send output of the CV > command? > > I was not working today during peak hours, so couldn't take more data from > the localhost. Will do that tomorrow and send you the level 6 trace. > > Regards > HASSAN ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________________ Posting: mailto:Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Archive: http://sourceforge.net/mailarchive/forum.php?forum_name=openh323gk-users Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users Homepage: http://www.gnugk.org/