[sr-dev] [kamailio/kamailio] Siptrace Module is ignoring force_send_sock parameter (#2330)

iliesh notifications at github.com
Fri May 15 23:15:19 CEST 2020


### Description

Trying to duplicate TLS SIP messages to the remote host directly from Kamailio by using Siptrace Module. Those are the parameters used by the module:

```
modparam("siptrace", "trace_on", 1)
modparam("siptrace", "force_send_sock", "sip:192.168.1.1:5000")
modparam("siptrace", "trace_mode", 0)
modparam("siptrace", "trace_flag", 22)
modparam("siptrace", "duplicate_uri", "sip:192.168.1.100")
modparam("siptrace", "trace_to_database", 0)
modparam("siptrace", "hep_mode_on", 0)
modparam("siptrace", "xheaders_write", 1)
modparam("siptrace", "trace_local_ip", "MY_EXTERNAL_IP_ADDR")
modparam("siptrace", "trace_sl_acks", 0)
```
But seems that Kamailio is ignoring the parameter "force_send_sock" and keep sending from the first listen interface from the configuration file.

### Additional Information

  * **Kamailio Version** - output of `kamailio -v`

```
version: kamailio 5.2.7 (x86_64/linux) 9ea54f
```

* **Operating System**:

<!--
Details about the operating system, the type: Linux (e.g.,: Debian 8.4, Ubuntu 16.04, CentOS 7.1, ...), MacOS, xBSD, Solaris, ...;
Kernel details (output of `uname -a`)
-->

```
CentsOS 7 3.10.0-1127.el7.x86_64
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2330
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20200515/ab74eeed/attachment.html>


More information about the sr-dev mailing list