It's documented in the README of acc module, in the source tarball you
can find it in sip_router/modules/acc/README, in binary distribution it
is under /usr/share/doc/ser
Jan.
On 27-11-2005 13:14, Leo wrote:
Jan,
Thank you for this advice. I just tried it and it works great. However, in
order to be able to help myself in the future can you tell me how you found
this information? I am trying to be as self sufficient as possible and I
thought I looked everywhere before I asked this question.
Leo P.
-----Original Message-----
From: serusers-bounces(a)iptel.org [mailto:serusers-bounces@lists.iptel.org] On
Behalf Of Jan Janak
Sent: Thursday, November 24, 2005 3:40 PM
To: Leo Papadopoulos
Cc: serusers(a)lists.iptel.org
Subject: Re: [Serusers] Is there a way to get ACC to NOT log ACK's?
You can use modparam("acc", "report_ack", 0)
Jan.
On 23-11-2005 12:12, Leo Papadopoulos wrote:
Dear serusers,
I am running 0.9.4 and am successfully logging calls to MySQL using the
ACC
module.
I have added a statement to my ser.cfg to get the ACC module to NOT log
OPTIONS as follows:
if (method!="OPTIONS")
{
setflags..
}
The above works and I am not logging OPTIONS.
I tried the modification below, but it didn't work to get rid of ACK's.
They
are still being logged.
if ((method!="OPTIONS") & (method!="ACK"))
{
setflags..
}
How can I get ACC NOT to log ACK's records into the database?
Leo P.
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers