Re: [OpenSIPS-Users] SipTrace Module - failed to get an id for "sip" tracing!

2017-02-06 Thread Ionut Ionita
Hello Victor, It should be fixed now. Try upgrading to latest from master Ionut Ionita OpenSIPS Developer On 02/05/2017 02:46 PM, Victor Bogatyryev wrote: Hi All, opensips 2.3 opensips.cfg SipTrace Module loadmodule "siptrace.so" modparam("siptrace", "trace_on", 1) modparam("siptrace",

[OpenSIPS-Users] SipTrace Module - failed to get an id for "sip" tracing!

2017-02-05 Thread Victor Bogatyryev
Hi All, opensips 2.3 opensips.cfg SipTrace Module loadmodule "siptrace.so" modparam("siptrace", "trace_on", 1) modparam("siptrace", "trace_id", "[tid]uri=mysql://opensips:opensipsrw@localhost/opensips;table=sip_trace;") MariaDB [opensips]> DESCRIBE sip_trace;

Re: [OpenSIPS-Users] SIPTRAce module

2016-05-17 Thread Bogdan-Andrei Iancu
Hi, You can use the script_trace() function : http://www.opensips.org/Documentation/Script-CoreFunctions-2-1#toc43 to trace the executions through your script. Place this function first thing in your script and check the its output for your OPTIONS. Regards, Bogdan-Andrei Iancu OpenSIPS

Re: [OpenSIPS-Users] SIPTRAce module

2016-04-30 Thread Bogdan-Andrei Iancu
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)

[OpenSIPS-Users] SIPTRAce module

2016-04-27 Thread Francjos
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

Re: [OpenSIPS-Users] SIPTRACE module behavior in 2.2

2016-04-26 Thread Yuri Ritvin
The problem is solved. The fix for the bug is 3c6b693 ( dbdc46c for 2.2 branch). Many thanks to Ionut ! On Tue, Apr 12,

Re: [OpenSIPS-Users] SIPTRACE module behavior in 2.2

2016-04-13 Thread Dragomir Haralambiev
I have same massege in my log. On Apr 13, 2016 1:30 AM, "Yuri Ritvin" wrote: > It looks like some information is missing in the SIPTRACE module > documentation for OpenSIPS 2.2, or apparently it bears a bug. With the > given example of the configuration the log file

[OpenSIPS-Users] SIPTRACE module behavior in 2.2

2016-04-12 Thread Yuri Ritvin
It looks like some information is missing in the SIPTRACE module documentation for OpenSIPS 2.2, or apparently it bears a bug. With the given example of the configuration the log file displays these messages: ERROR:siptrace:save_siptrace: invalid trace info ERROR:siptrace:trace_msg_out:

Re: [OpenSIPS-Users] Siptrace module

2016-01-05 Thread Bogdan-Andrei Iancu
Hi, Use debug 4 and check the logs from the siptrace module, to understand why the messages are not stored in DB. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 22.12.2015 09:34, Siju Nair wrote: Hi team, Any updates on this.? On Monday

Re: [OpenSIPS-Users] Siptrace module

2015-12-21 Thread Siju Nair
Hi team, Any updates on this.? On Monday 21 December 2015 05:16 PM, Siju Nair wrote: Hi Team, I am using siptrace module in opensips, but i am unable to see the record in Opensips control panel My configuration is as below when i check in mysql db, i get an empty set. Please help me.

[OpenSIPS-Users] Siptrace module

2015-12-21 Thread Siju Nair
Hi Team, I am using siptrace module in opensips, but i am unable to see the record in Opensips control panel My configuration is as below when i check in mysql db, i get an empty set. Please help me. Sip Trace Module loadmodule "siptrace.so" modparam("siptrace", "db_url",

Re: [OpenSIPS-Users] siptrace module not storing relayed ack

2009-04-24 Thread Bogdan-Andrei Iancu
Hi Brett, I thing this issue need to be documented - it is a known limitation of the module not to be able to capture the outgoing ACKs (as these are sent stateless by the core functions and not by TM functions). I have on my todo list to find a way do capture those ACKs - it's just a matter

Re: [OpenSIPS-Users] siptrace module not storing relayed ack

2009-04-24 Thread Bogdan-Andrei Iancu
it will be a good idea to submit it as bug - in this way I will not forget about it :D.. Thanks and regards, Bogdan Brett Nemeroff wrote: Ok. good to know I'm not just crazy. I was panicked when I was reviewing the traces and thought that maybe it wasn't actually sending the ACK (which of