Question

I need to send a call using h.323 protocol in java, I do not need audio, just the call connects. for that I am using an IP gateway, but I need to send the request mode and ready, like I can do?

Was it helpful?

Solution

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).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top