did you compile sipcapture? Regards,
David Villasmil email: [email protected] phone: +34669448337 On Tue, Apr 7, 2020 at 10:32 AM Aleksandar Sosic <[email protected]> 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
