On Thu, Oct 1, 2015 at 3:56 PM, Jan Willamowius <jan@xxxxxxxxxxxxxx> wrote: > I have fixed it in the CVS, but you should really compile your H323Plus > with H.235 support. Is there a recommended configure string we should be using? There are a lot of options, but it appears that by default most are disabled. There are two flavors of H.235: --disable-h235 disable H.235.6 (128 bit) --disable-h235-256 disable H.235.6 (256 bit) Hmm: Compiling h323 from svn (without specifying any of the h235 options): make optnoshared make DEBUG= P_SHAREDLIB=0 default_target make[1]: Entering directory `/home/sstuart/h323plus' make[1]: Leaving directory `/home/sstuart/h323plus' make -C src optnoshared make[1]: Entering directory `/home/sstuart/h323plus/src' make DEBUG= P_SHAREDLIB=0 default_target make[2]: Entering directory `/home/sstuart/h323plus/src' [CC] h323.cxx [CC] h323ep.cxx [CC] q931.cxx [CC] h235auth.cxx h235auth.cxx: In member function ‘virtual H235Authenticator::ValidationResult H235AuthCAT::ValidateClearToken(const H235_ClearToken&)’: h235auth.cxx:1180:51: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] lastRandomSequenceNumber == (int)clearToken.m_random) { ^ h235auth.cxx: In member function ‘virtual H235Authenticator::ValidationResult H235AuthenticatorTSS::ValidateClearToken(const H235_ClearToken&)’: h235auth.cxx:1348:14: warning: variable ‘timeStamp’ set but not used [-Wunused-but-set-variable] PUInt32b timeStamp = (DWORD)clearToken.m_timeStamp; ^ [CC] /home/sstuart/h323plus/src/h224/h224.cxx [CC] h235auth1.cxx [AR] /home/sstuart/h323plus/lib/libh323_linux_x86_64__s.a make[2]: Leaving directory `/home/sstuart/h323plus/src' make[1]: Leaving directory `/home/sstuart/h323plus/src' ------------------------------------------------------------------------------ _______________________________________________________ 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/