Hi all,
I'm using Openser with siptrace and I'm getting the following sip messages: Invite, Ack, Bye and Cancel. The Openser is recording these messages into sip_trace table (DB openser). I would like to get "200 OK" sip message too. Is it possible??
PS: My openser is working together freeradius and mysql.
Thanks
Alberto
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Hello,
did you set the flag for tracing? You have to set the value to parameter 'trace_flag' of siptrace module and then use setflag(trace_flag) in the script.
http://www.openser.org/docs/modules/1.1.x/siptrace.html#AEN89
Cheers, Daniel
On 09/13/06 18:00, Alberto Pacifico wrote:
Hi all,
I'm using Openser with siptrace and I'm getting the following sip messages: Invite, Ack, Bye and Cancel. The Openser is recording these messages into sip_trace table (DB openser). I would like to get "200 OK" sip message too. Is it possible??
PS: My openser is working together freeradius and mysql.
Thanks
Alberto
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hi Daniel,
Iwas using:
modparam("siptrace", "db_url", "mysql://openser:openserrw@localhost/openser") modparam("siptrace", "table", "sip_trace") modparam("siptrace", "trace_on", 1)
and
sip_trace();
And I got: INVITE, ACK, BYE and CANCEL
I made a test using your idea, using:
modparam("siptrace", "trace_flag", 10)
and
setflag(10);
But I got only: Invite and Bye.
Do you have other idea to help me?? Remember that 200 OK does not appear in both cases.
Thanks!!!
Alberto
--- Daniel-Constantin Mierla daniel@voice-system.ro wrote:
Hello,
did you set the flag for tracing? You have to set the value to parameter 'trace_flag' of siptrace module and then use setflag(trace_flag) in the script.
http://www.openser.org/docs/modules/1.1.x/siptrace.html#AEN89
Cheers, Daniel
On 09/13/06 18:00, Alberto Pacifico wrote:
Hi all,
I'm using Openser with siptrace and I'm getting
the
following sip messages: Invite, Ack, Bye and
Cancel.
The Openser is recording these messages into
sip_trace
table (DB openser). I would like to get "200 OK" sip message too. Is
it
possible??
PS: My openser is working together freeradius and mysql.
Thanks
Alberto
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam
protection around
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com