sipcapture / heplify

Portable and Lightweight HEP Capture Agent for HOMER
https://sipcapture.org
GNU Affero General Public License v3.0
185 stars 66 forks source link

RTCP packets not captured #239

Closed Henry-Do-Su closed 1 year ago

Henry-Do-Su commented 1 year ago

Hi, Currently I have Homer on an AWS instance, and a freeswitch on another. I have installed heplify on the freeswitch router. I can see on Homers UI all the SIP traffic, but I cant see any RTP/RTCP traffic being sent across. Not sure what to do here.

lmangani commented 1 year ago

@Mortodus how are you running heplify on the freeswitch instances? make sure you're using the SIPRTCP mode

Henry-Do-Su commented 1 year ago

Hi, I am using it on the freeswitch instance, yeah. I can confirm its running in SIPRTCP, which is also set as the default. Im simply running ./heplify -hs myhomerip:9060 -e

kYroL01 commented 1 year ago

Hi @Mortodus I did a test right now with latest github code and I see RTCP ScreenShot_20221011101334

I run ./heplify -i enp0s3 -hs my-homer-ip:9060 -hi 12345 -dim NOTIFY,SUBSCRIBE,OPTIONS -l debug -e

Are you sure you have ingress RTP/RTCP traffic ?

kYroL01 commented 1 year ago

Closing for inactivity and because we cannot reproduce it.