[OpenSIPS-Users] Siptraces not shown on OpenSIPS-CP

Johan8799 johan8799 at hotmail.com
Tue Nov 27 17:13:02 CET 2012


The problem is that opensips-cp searches the first record which is 'in' and
has no status.
Because this is the very first record, you are probably missing this record.

I had the same problem and this is caused by setting the flag and sip_trace
in the wrong order.
I think this is the case in ALL sample scripts I can find.

so originally you have:
route{ 
        sip_trace(); 
        setflag(22); 

Change it to:
route{ 
        setflag(22);
        sip_trace();

This did the job for me.





--
View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/Siptraces-not-shown-on-OpenSIPS-CP-tp7052741p7583232.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.



More information about the Users mailing list