I have an ENUM server, written in Java. I'd like to add the capability to respond to H.323 lookup requests, which I understand are contained in "LRQ" requests. I would think that I don't need a whole H.323 stack, but just the code that can parse the request message and construct the response message.
1. Is that assumption correct?
2. If so, can I accomplish this using part of the J323 library?
3. If so, which part?
4. If J323 isn't appropriate, can you point me to another Java library that is?
5. If not, can you point me to a clear definition of the message types involved?