-
Notifications
You must be signed in to change notification settings - Fork 97
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
DrachtIO and Homer #61
Comments
I want to make sure I understand the current state. You have configured the drachtio server to send HEP to your homer instance, and when you take a wireshark trace you can see that the drachtio server is in fact sending HEP to the expected IP:port. Yet you do not see the SIP transactions in homer. Is that correct? |
Yep exactly (using ngrep within kamailio instance) |
Package starts with "HEP3.........................." and ends with the SIP Package content |
We tried the Single Instance Version (docker run) and the Multi Instance Version (docker-compose). Result ist the same PS we are running docker for windows on windows 10 |
It sounds like a homer problem. I'm not a homer expert, but one of the problems I faced in the past was that the cron job that needs to run to rotate the mysql tables that homer writes to, had not run / was not running. Thus the tables that homer wanted to write sip transactions to did not exist, and the writes failed. Note sure if this is your problem, but I suggest logging into the mysql database, and listing the tables in the 'homer_data' database to see if you get what's expected. For instance, there should be a table named Here are the commands I used....note I was running homer in kubernetes, so the commands are different for pure docker
|
Thx a lot we will check this |
I recall around this time I opened this issue with homer-cron |
I just had a look at the database (after struggling with the Password until I realized that it is void). The tables "Capture_all_" are empty. |
are there any date-stamped tables, like the ones I show above? If not, you need to run the homer cron job. That is supposed to run daily, and creates the next 3 days worth of tables... |
Yes! Tables |
It seems that sipcapture/homer-docker:latest is very old (9 Months) |
Hi,
we are trying to get get HEP running. We had installed Homer5-Docker and the HEP3 Packages are reaching the container (port 9060).
But it seems homer does not even recognize these packages
Do you have a defined a enviroment in which homer integration does work?
The text was updated successfully, but these errors were encountered: