Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homer UI not showing logs #476 #2

Open
naqashsaeed opened this issue Apr 17, 2023 · 1 comment
Open

Homer UI not showing logs #476 #2

naqashsaeed opened this issue Apr 17, 2023 · 1 comment

Comments

@naqashsaeed
Copy link

No description provided.

@naqashsaeed
Copy link
Author

naqashsaeed commented Apr 17, 2023

Hi @naqashsaeed ,

Please follow the following steps to solve your issue.

Step1: Follow this Asterisk KB:
Configure Asterisk

(This above configuration only works with chan_pjsip but not with chan_sip.)

If you are using only SIP over UDP/TCP then as an alternate solution you can follow following steps.
Step1: Go to the Download Heplify and download the binary file of heplify on server

wget https://github.com/sipcapture/heplify/releases/download/v1.65.2/heplify

Step2: Create heplify.service file in /etc/systemd/system and give it execution permissions
using chmod +x heplify.service command and add content shows below:

[Unit]
Description=Captures packets from wire and sends them to Hepic
After=network.target
[Service]
ExecStart=/usr/local/bin/heplify -i any -t af_packet -m SIPRTCP -hs 127.0.0.1:9060
ExecStop=/bin/kill ${MAINPID}
Restart=on-failure
RestartSec=10s
Type=simple
[Install]
WantedBy=multi-user.target

Step3: Now Start the Service

 systemctl daemon-reload 
 systemctl start heplify 

Step4: Make a test call and see if you see any traffic on Homer UI.

Homer will not works with asterisk chan_sip module else it works with chan_pjsip.so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant