Hi,
I would rather not have a syslog message for successful transactions - just failed ones. I have set the appropriate flags for the transactions that I would like to see:
my settings are:
modparam("acc", "log_level", 2) modparam("acc", "log_flag", 1) modparam("acc","report_cancels", 1) modparam("acc","failed_transaction_flag", 1)
But in my syslog, I get a log entry for every successful transaction - such as:
Apr 23 13:54:12 homer openser[17280]: [ID 729047 local0.notice] ACC: transaction answered: timestamp=1177350852;method=INVITE;from_t ag=188229;to_tag=6110;call_id=188229-14338@65.185.233.183;code=200;reason=OK
How do I stop ACC from logging for successful transactions?
thanks, Tim
Tim Madorma wrote:
Hi,
I would rather not have a syslog message for successful transactions - just failed ones. I have set the appropriate flags for the transactions that I would like to see:
my settings are:
modparam("acc", "log_level", 2) modparam("acc", "log_flag", 1) modparam("acc","report_cancels", 1) modparam("acc","failed_transaction_flag", 1)
But in my syslog, I get a log entry for every successful transaction - such as:
Apr 23 13:54:12 homer openser[17280]: [ID 729047 local0.notice] ACC: transaction answered: timestamp=1177350852;method=INVITE;from_t ag=188229;to_tag=6110;call_id=188229-14338@65.185.233.183;code=200;reason=OK
How do I stop ACC from logging for successful transactions?
That's not possible. You can only choose between: - no accounting at all - accounting of successful transactions - accounting of successful AND failed transactions
regards klaus