You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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
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
No description provided.
The text was updated successfully, but these errors were encountered: