We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
As per code here, there is a parse method. Our requirement is to construct HEP3 message. Is there any available library in Java ? or any API ?
The text was updated successfully, but these errors were encountered:
https://github.com/sipcapture/hep-java/blob/master/src/main/java/org/homer/hep/ParserHEPv3.java
here is parser, the same way you can do construct
you can also take a look at Javascript, i know this is not java, but it will give you a sense how to implement it:
https://github.com/sipcapture/hep-js/blob/master/index.js#L71-L172
in any way, you can use captagent:
https://github.com/sipcapture/captagent/blob/master/src/modules/transport/hep/transport_hep.c#L322
Sorry, something went wrong.
No branches or pull requests
Hi,
As per code here, there is a parse method.
Our requirement is to construct HEP3 message.
Is there any available library in Java ? or any API ?
The text was updated successfully, but these errors were encountered: