Search found 45 matches

by shorne
Sun Aug 10, 2014 6:53 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: How to compile h323plus source code?
Replies: 3
Views: 21250

Re: How to compile h323plus source code?

try make optnoshared
by shorne
Fri Aug 01, 2014 5:04 am
Forum: H.323 (Packet-Switched Multimedia Systems)
Topic: register to AVAYA gatekeeper using my h323plus phone
Replies: 1
Views: 32908

Re: register to AVAYA gatekeeper using my h323plus phone

Avaya gatekeepers use a different method for authentication not supported in h323plus.

Some functionality is included in GnuGk for avaya endpoints to register to GnuGk however the reverse has not been implemented in h323plus as yet.
by shorne
Sun Jun 29, 2014 3:24 pm
Forum: H.323 (Packet-Switched Multimedia Systems)
Topic: Signaling AES256_CM encryption for SRTP in H245/h225
Replies: 3
Views: 23014

Re: Signaling AES256_CM encryption for SRTP in H245/h225

H.235.6 is the industry's agreed standard which uses regular RTP with DH exchange.
2.16.840.1.101.3.4.1.42
DHE-RSA-AES256-SHA

Your looking at H.235.8 with SRTP which is not widely supported in H.323 and there is no OIDs defined for AES256. You are free to create you own as there is nothing defined.
by shorne
Sat Apr 26, 2014 2:35 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: mod_h323 on FreeSWITCH
Replies: 8
Views: 23286

Re: mod_h323 on FreeSWITCH

I use winmerge. winmerge.org
You can integrate it as diff editor with tortoiseCVS or tortoiseSVN.
menu > Tools > Generate Patch.
by shorne
Wed Apr 23, 2014 10:16 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Memory leaks in H.323Plus library
Replies: 19
Views: 28307

Re: Memory leaks in H.323Plus library

Thanks for the patchs. h4601.h ln 604 explains it enum { FeatureBaseAll =0, ///< AutoCreate Startup share instance with RAS and Signal FeatureBaseClone =2, ///< AutoCreate Startup clone instance in RAS and Signal FeatureBase =4, ///< AutoCreate Startup only (not used in RAS or Call Signalling) Featu...
by shorne
Mon Apr 07, 2014 2:36 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: How to use H323FileTransfer classes?
Replies: 3
Views: 10611

Re: How to use H323FileTransfer classes?

Error 22 is invalid argument when opening the socket. The RTP socket for filetransfer should no different to any other socket for RTP.

H323 file transfer is really prototype code and should be handled that way. Improvements are definitely welcome,
by shorne
Sat Mar 15, 2014 5:32 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Can I use FakeVideo with Simple.exe
Replies: 3
Views: 10480

Re: Can I use FakeVideo with Simple.exe

The commandline should be -vFakeVideo (no spaces) not -'v FakeVideo' . Works fine here.
by shorne
Fri Mar 14, 2014 10:51 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Memory leaks in H.323Plus library
Replies: 19
Views: 28307

Re: Memory leaks in H.323Plus library

I have conducted a full memory audit of h323plus using VLD and almost all the memory issues should now be resolved as of h323plus 1.26.3 (CVS). There is still an issue with a small leak in OpenSSL when securing the TCP transport which is still outstanding. Still trying to resolve that one.
by shorne
Fri Mar 07, 2014 1:27 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Memory leaks in H.323Plus library
Replies: 19
Views: 28307

Re: Memory leaks in H.323Plus library

H323_STLDICTIONARY itself is NOT the source of the memory leak. The issue is in the code when and when not to delete pointers. From your detector log I see 2 places in the code where leaks were detected. 1. H235Authenticator loading 2. H460FeatureSet destruction. I have added patches for both and ha...
by shorne
Wed Mar 05, 2014 9:46 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Memory leaks in H.323Plus library
Replies: 19
Views: 28307

Re: Memory leaks in H.323Plus library

Try testing with the older build.

H323_STLDICTIONARY is required for ptlib 2.12.8