[Solved] H.323 Request Java [closed]


I don’t think a there is a publically available library that implements H.323 signaling in Java, but there are 2 libraries with a C interface that you might be able to use from Java:

OPAL is OpenSource, support H.323 and has a C wrapper.

The commercial Radvision H.323 SDK also has a C interface.

If anyone knows more options, please comment, but I think thats it (asside from storing binary copies of the ASN.1 messages and trying to patch them on the fly).

solved H.323 Request Java [closed]