Homer7 and Kamailio 5.6 setup issues #619
-
Hello, I'm having some issues with Homer7. My Kamailio 5.6.0 vm is correctly sending hep3 packets to the heplify-server in the homer environment, which are correctly received - I checked with tcpdump and wireshark. However, I don't understand why the dbs are still empty. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
HEP packets are all the same, there's no difference in how they are handled. |
Beta Was this translation helpful? Give feedback.
-
This is now an issue rather than a discussion. Please open an issue with all the details
If packets are malformed we need samples to replicate the issue. we cannot guess what's wrong with them otherwise.
Please provide some export in your issue from the raw pcap for the failed inserts causing the warning |
Beta Was this translation helpful? Give feedback.
-
Hello, what configuration options specifies to use TCP/HEP instead of UDP? |
Beta Was this translation helpful? Give feedback.
Just add transport=tcp as an uri param (;transport=tcp)
Here is an example:
modparam("siptrace", "duplicate_uri", "sip:MY_HOMER_MACHINE:9060;transport=tcp")