Closed tcreek closed 5 years ago
Please post the output of ./heplify-xrcollector -h
I guess you aren't using the latest version 0.3
Yes, you are correct. My bad.
Thanks for responding so quickly.
Hi! I have the same problem! I'm using version 0.4 and Kamailio. I have got the same error: address already in use.
And if we command netstat:
I assume that the collector needs to listen the port in which the SIP traffic will go through...
Hi, just use another one. You can specify it with -xs flag.
Thanks for answering so fast! I thought about doing so but, as far as I can understand, the port we are listening into should receive SIP traffic so the collector can do its job, am I right? I'm receiving traffic on port 5060!
Yes Kamailio need to listen on port 5060 and then you cannot let the collector listen on the same port but for the collector it does not matter on which port it will listen. It does not receive SIP but RTCP XR Report from the phones directly. Maybe there are phones which do only send the reports to ip:5060 but it's not the fault of the collector. So you can change thecollector port and point your phones to the new collector IP.
If you do not understand what I've wrote, you should first try to understand what SIP RTCP-XR is. Check this out:
ok yes! I have just understood the whole thing! Thank you very much!
Cool. So I would try to set -xs to for example yourserverip:6000 and point your phones to that socket and see what happens.
For snom phones check out this: http://wiki.snom.com/Settings/vq_report_collector
When trying to run the collector on the same system as heplify-server using the listed examples (shown below), I am getting the following error:
I assume the switch "-hs" means heplify server I need to send the data to from the heplify-xrcollector, and "-xs" means the port the this very heplify-xrcollector is would be using . Would that be correct?
Why would it need to grab the use of port 9060 if it needs to contact that port to send data to?
The Examples