Skip to content
New issue

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

How to construct HEP3 message in Java #6

Open
magowdar opened this issue Oct 22, 2020 · 1 comment
Open

How to construct HEP3 message in Java #6

magowdar opened this issue Oct 22, 2020 · 1 comment
Labels

Comments

@magowdar
Copy link

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 ?

@adubovikov
Copy link
Member

Hi,

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants