Skip to content

HEP Collector

Hamid R. Hashmi edited this page Jun 23, 2022 · 1 revision

What is HEP Collector?

HEP Collector is a service that takes HEP packets as input and forwards them to HEP Server. It's like a proxy for HEP traffic.

How to Use HEP Collector?

image

How to run heplify as HEP Collector?

we can use param -hin as HEP collector

heplify -e -hs HEPServer1:9063,HEPserver2:9063 -hin tcp:1.2.3.4:9060

now you need to point all hep traffic to ip 1.2.3.4 and port 9060 from rtpagent, heplify or HEP agents in Asterisk, Freeswitch etc. HEP Collector will receive this traffic and forward it to HEPServer1 and HEPserver2.

Clone this wiki locally