[OpenSIPS-Users] failed to load module siptrace.so

David Villasmil david.villasmil.work at gmail.com
Tue Apr 7 09:39:08 EST 2020


did you compile sipcapture?

Regards,

David Villasmil
email: david.villasmil.work at gmail.com
phone: +34669448337


On Tue, Apr 7, 2020 at 10:32 AM Aleksandar Sosic <alex at canyan.io> 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
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20200407/00a48c06/attachment.html>


More information about the Users mailing list