heplify-server icon indicating copy to clipboard operation
heplify-server copied to clipboard

HEP Capture Server for HOMER

Results 31 heplify-server issues
Sort by recently updated
recently updated
newest added

![roadmap](https://user-images.githubusercontent.com/3271554/155479070-4339452d-f39f-4f33-a181-03152c3ec631.jpg) > Please put the via branch to the custom headers. It's not "must have" value hi i have moved via branch to custome header, please check and review, thanks...

Bumps [github.com/buger/jsonparser](https://github.com/buger/jsonparser) from 1.0.0 to 1.1.1. Release notes Sourced from github.com/buger/jsonparser's releases. v1.1.1 Fix CVE-2020-35381. PR buger/jsonparser#221 v1.1.0 Christmas present 🎁 Improve Set performance by 20% buger/jsonparser#196 Memory allocation improvements...

dependencies

Hey Community, I would like to sponsor SMPP protocol v.3.4, 5.0 support for both capture agents, UI, and Grafana dashboard. I think this would be beneficial to the sip capture...

Bumps [github.com/gogo/protobuf](https://github.com/gogo/protobuf) from 1.3.1 to 1.3.2. Release notes Sourced from github.com/gogo/protobuf's releases. Release v.1.3.2 Tested versions: go 1.15.6 protoc 3.14.0 Bug fixes: skippy peanut butter Commits b03c65e skippy peanut butter...

dependencies

I've noticed that the docker image does get updated frequently but only the latest image. But the last tag for heplify-server on docker-hub is 1.30 where as the latest release...

Currently I run heplify-server in a docker container. My config has the following flags set up with 40+ VoIP servers for example: ``` - "HEPLIFYSERVER_PROMTARGETIP=1.1.1.1,1.1.1.2,1.1.1.3,1.1.1.4,..." - "HEPLIFYSERVER_PROMTARGETNAME=name1,name2,name3,name4,..." ``` We launch...

enhancement

thanks for your time how can i active hep capture pass?

question

Hello, I have a question about heplify-server rotation. How It works? For example: when I set DB Drop Days = 1, data was saved from 2:00 of the current day,...

Currently the DBWorker is limited by the number of cores on the host machine: ```golang if worker > runtime.NumCPU() { worker = runtime.NumCPU() } ``` A DB Connection pool is...

enhancement

part of heplify-server.toml: ``` AlegIDs = ["X-CID","P-Charging-Vector,icid-value=\"?(.*?)(?:\"|;|$)","X-BroadWorks-Correlation-Info"] CustomHeader = ["X-CustomerIP","X-Billing"] SIPHeader = ["callid","callid_aleg","method","ruri_user","ruri_domain","from_user","from_domain","from_tag","to_user","to_domain","to_tag","via","contact_user"] ``` Info from hep_proto_1: ``` Second part of call 1: {"dstIp": "172.16.XXX.YYY", "srcIp": "172.20.XXX.ZZZ", "dstPort": 5060, "srcPort":...

question
testing needed