Hi Aleksandar,
Starting 3.0, the siptrace module was named "tracer" as it's not
sip-centric anymore, so see
https://opensips.org/html/docs/modules/3.0.x/tracer.html
Regards,
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
https://www.opensips-solutions.com
On 4/7/20 12:31 PM, Aleksandar Sosic wrote:
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
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users