[OpenSIPS-Users] SIPTRAce module
Bogdan-Andrei Iancu
bogdan at opensips.org
Sat Apr 30 12:20:31 CEST 2016
Hi,
Use debug=4 in your config and check the logs to see if the script
execution really gets to the siptrace part and if so, why it is not
done. If you do not manage to "read" the logs, post them somewhere (post
only logs related to the REGISTER execution - the REGISTER you want to
trace) and send here the link.
Regards,
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com
On 27.04.2016 10:24, Francjos wrote:
> Hello,
> I,ve conigured two opensips servers and i would like each one to send sipsak
> to another and see if it is still working.
> I've installed sipsak on both Opensips.
> In order to see the request and reply messages, i've used the siptrace
> module.
> I've loaded it on both Opensips and set the parameters as follows:
>
> loadmodule “siptrace.so”
>
> modparam(“siptrace”, “db_url“,
> “mysql://opensips:opensipsrw@localhost/opensips”)
> modparam(“siptrace”, “trace_flag“, “22”) # Here the trace_flag will 22.
> modparam(“siptrace”, “traced_user_avp“, “$avp(traced_user)”)
> modparam(“siptrace”, “trace_on”, 1)
>
> I also load the avpops module :
>
> loadmodule “avpops.so”
> modparam(“avpops”,”db_url”,“mysql://opensips:opensipsrw@localhost/opensips”)
> modparam(“avpops”, “avp_table”, “New_usr_preferences”)
>
> After that, i've added the avp in the usr_preferences table using this
> command:
>
> opensipsctl avp add –T usr_preferences opensips at myripaddress trace 1 1
>
> I also add this routing logic at the beginning of the main routing logic:
>
> if(avp_db_load(“$fu”,”$avp(trace)”)) {
> $avp(traced_user)=$fu;
> setflag(22);
> sip_trace();
> xlog(“L_INFO”,”User $fu being traced”);
> }
>
> I restarted Opensips and tracing:
>
> opensipsctl restart
> opensipsctl fifo sip_trace on
>
> When i send a ping using the sipsak tool like this:
>
> sipsak -s sip:opensips at myotheripaddress, i hope i can visualize, the
> tracing in the sip_trace table, but when i visualise its content, the table
> is empty.
>
> Am i simming something in order to get corrects results?
>
> Thanky you
>
>
>
> --
> View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/SIPTRAce-module-tp7602727.html
> Sent from the OpenSIPS - Users mailing list archive at Nabble.com.
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
More information about the Users
mailing list