[OpenSIPS-Users] PROBLEM: siptrace not trace incoming CANCEL
Bogdan-Andrei Iancu
bogdan at opensips.org
Wed Dec 5 13:35:47 CET 2012
Hi,
sip_trace() does a DB insert on the spot, so it should dump the incoming
CANCEL. Be sure you set the SIPTRACE flag before you call sip_trace()
functions!.
If still nothing, run in debug=4 mode and post somewhere the logs
corresponding to the CANCEL processing in opensips.
Regards,
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com
On 12/04/2012 08:25 PM, Dragomir Haralambiev wrote:
> Yes.
> I do sip_trace in begining at script.
>
>
> 2012/12/4 Bogdan-Andrei Iancu <bogdan at opensips.org
> <mailto:bogdan at opensips.org>>
>
> Hi Dragomir,
>
> Do you do sip_trace() when actually handling the received CANCEL ??
>
> Regards,
>
> Bogdan-Andrei Iancu
> OpenSIPS Founder and Developer
> http://www.opensips-solutions.com
>
>
> On 12/04/2012 03:03 PM, Dragomir Haralambiev wrote:
>>
>>
>> Hello,
>> I use latest OpenSips 1.8.2 with siptrace module.
>> The OpenSips receive CANCEL:
>> Receive CANCEL -----> OpenSips --- "Send CANCEL" --->
>> Siptrace module write in DB only Sendet CANCEL.
>> Here part of opensips.cfg
>> modparam("siptrace", "db_url",
>> "mysql://user:passwd@localhost/opensips")
>> modparam("siptrace", "trace_on", 1)
>> modparam("siptrace", "enable_ack_trace", 1)
>> route{
>> sip_trace();
>> ......
>> }
>> What I do to log Received CANCEL ?
>> Thanks,
>> PlayMen
>>
>>
>>
>> _______________________________________________
>> Users mailing list
>> Users at lists.opensips.org <mailto:Users at lists.opensips.org>
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20121205/9a93e28e/attachment.htm>
More information about the Users
mailing list