-
In our installation, we use big INVITE messages (webRTC) and to avoid packet fragmentation we use TCP transport for HEP3 messages.
I found `sngrep` can parse HEP3 messages via UDP transport but not v…
-
Since homer-app git repository mentions,
HOMER 7.x Front-End and API Server
can we remove it from homer-10 branch to avoid confusion ?
Please correct me if my understanding is wrong.
https://g…
-
Hi,
This is more a feature request. eBpf allows to capture TLS packets. It would be fantastic if sngrep can use it and capture TLS without need of recompiling and cert. :)
Thank you!
-
I think we'll need dockerhub automated builds for each container we're creating... Those will be...
```
sipcapture/homer-webapp --> ./webapp/.
sipcapture/homer-kamailio --> ./kamailio/.
sipcapture/ho…
-
https://github.com/sipcapture/homer-docker#running-with-an-external-mysql
NOT WORKING PARAMETER --dbhost -h
no matter what is setup in host logs are :laughing:
23T13:55:22.235226765Z …
-
[root@sip ~]# docker run -it -v /tmp/homer_mysql/:/var/lib/mysql --name homer5 -p 80:80 -p 9060:9060/udp sipcapture/homer-docker
Unable to find image 'sipcapture/homer-docker:latest' locally
latest:…
-
Why is the latest release not yet available on ghcr?
https://github.com/sipcapture/heplify-server/pkgs/container/heplify-server
-
I am using homer-docker and trying to add new user. So I noticed that if I use simple password of 6 characters (_123456_) while adding any new user it seems that user is created but it didn't.
Howe…
-
The following query is sent to the postgresql (seen from homer_app log) and its execution is taking a long time:
`select * from hep_proto_1_call where create_date between $1 and $2 and id in (1.083…
-
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 ?