sipcapture / homer

HOMER - 100% Open-Source SIP, VoIP, RTC Packet Capture & Monitoring
https://sipcapture.org
GNU Affero General Public License v3.0
1.61k stars 240 forks source link

Docker install docs #481

Closed petekelly closed 3 years ago

petekelly commented 3 years ago

Minor issue, the docker installation lists port 9060/tcp for sending HEP, it should be 9061

https://github.com/sipcapture/homer/wiki/Quick-Install#-docker-install

lmangani commented 3 years ago

Hey @petekelly Which compose bundle are you referring to? Generally speaking, the udp/tcp/tls HEP ports can be freely changed via the heplify-server container ENV variables to match the mapping, none is statically assigned so this can be overridden.

petekelly commented 3 years ago

Hello @lmangani :)

The docker install guide says "You should now be able to access your HOMER instance on port 9080 and send HEPv3 traffic to port 9060" - this was in fact 9060/UDP and 9061/TCP when I checked the docker-compose.yml file.

Maybe it just needs clarification, I spent a while trying to send to 9060/TCP (I assumed tcp being the default for hepv3)

"You should now be able to access your HOMER instance on port 9080 and send HEPv3 traffic to port 9060/UDP or 9061/TCP"

would be clearer, for me anyway!

lmangani commented 3 years ago

I see what you mean now - modified to make a little more sense! Thanks Pete!

petekelly commented 3 years ago

Thank you :) I checked it and I think you changed the Manual Install section instead of Docker. Any chance you could change that one too?

lmangani commented 3 years ago

done and done! ;)