[OpenSIPS-Users] failed to load module siptrace.so
Aleksandar Sosic
alex at canyan.io
Tue Apr 7 09:31:42 EST 2020
Hi Guys,
I'm installing Opensips v3.0 via `deb http://apt.opensips.org buster
3.0-releases` with:
```
apt-get install -y opensips opensips-json-module
opensips-restclient-module opensips-http-modules
```
When specifying in the conf `loadmodule "siptrace.so"` upon running
opensips I get this error:
```
Apr 7 09:21:49 [333] CRITICAL:core:yyerror: parse error in
/etc/opensips/opensips.cfg:38:13-14: failed to load module siptrace.so
```
The file indeed is not present in `/usr/lib/x86_64-linux-gnu/opensips/modules/`.
I do have `sipcapture.so` and `proto_hep.so` although but no siptrace.
What am I missing here?
I'm trying to send all to a HEP agent like I do in kamailio with:
```
loadmodule "siptrace.so"
modparam("siptrace", "trace_on", 1)
modparam("siptrace", "trace_to_database", 0)
modparam("siptrace", "hep_mode_on", 1)
modparam("siptrace", "hep_version", 3)
modparam("siptrace", "hep_capture_id", 1)
request_route {
sip_trace("hep-agent.local", "$ci");
...
}
```
Any ideas or examples of how to do this with Opensips v3?
Thanks,
--
Alex
More information about the Users
mailing list