Hi @miconda,
I believe something might not be working as expected...
I have added the following:
``` ... loadmodule "tcpops.so" ... tcp_accept_haproxy=yes ... xlog("L_NOTICE", "New request - M=$rm UAC-IP=$si:$sp LB-IP=$tcp(c_si):$tcp(c_sp) UA='$ua' ID=$ci\n"); ... ```
And this is what I see: ``` message":" NOTICE: {1 21 INVITE zgtu-ae~qO} <script>: New request - M=INVITE UAC-IP=104.175.176.242:37298 LB-IP=:0 UA='LinphoneIPhone/00346 (belle-sip/1.6.3)' ID=zgtu-ae~qO"} ``` Note the `LB-IP=:0`
Not related but probably caused by this ticket, I believe the documentation wasn't generated correctly:
https://www.kamailio.org/wiki/cookbooks/devel/pseudovariables check right after `$msrp(srcsock)`
I cannot reopen the ticket myself, please let me know if you want me to create a new issue.
Thanks, Joel.