/* Admission Request */ BOOL H323RasSrv::OnARQ(const PIPSocket::Address & rx_addr, H225_RasMessage & obj_arq, H225_RasMessage & obj_rpl) { ... // find the caller const endptr RequestingEP = EndpointTable->FindByEndpointId(obj_rr.m_endpointIdentifier); ... else if (RequestingEP) { // Is the ARQ from a registered endpoint? ... I have traced the gnugk and I have seen that the function FindByEndpointId doen't return NULL although the endpoint isn't registered. I don't know if it's a bug or it's what must hapen... ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________________ List: Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549 Homepage: http://www.gnugk.org/