Artiom Druz
Artiom Druz
Hello. Sorry, this is my setup: Asterisk with heplify-agent on one machine + OpenSIPS as mid_registrar with HEP monitoring by OpenSIPS module + two sip-clients that registered on Asterisk through...
172.16.XXX.YYY - external IP of VoIP provider's server on separated VLAN 172.20.XXX.ZZZ - external IP of Asterisk on separated VLAN 10.0.BBB.CCC - internal IP of OpenSIPS 10.0.BBB.DDD - internal IP...
Heplif-Server: ``` # heplify-server -version VERSION: heplify-server 1.32 ``` On Asterisk server: ``` # asterisk -rx 'core show version' Asterisk 13.29.2 # heplify -version heplify 1.57 ``` On OpenSIPS server:...
@lmangani you wrote that "Agents can inject correlation as well.". Does it mean that adding X-CID SIP header via dialplan function in Asterisk is wrong way?
I added this line: ``` ForceALegID = true ``` After making call i checked the database - correlation_id and callid in B-part of call is the same in internal call....
https://github.com/staskobzar/amiws/pull/48 I'm created PR (fix tests and update mongoose for successful build on Debian and Fedora with SSL support).