[OpenSIPS-Users] Accounting script rejected calls

2011-12-01 Thread Ryan Bullock
I am using accounting opensips with cdr accounting and the failed_transaction_flag set. I was wondering if anyone knows a way to get calls that we reject from within our script (e.g. send_reply(503), etc) to be accounted into missed_calls? These don't currently seem to be recorded anywhere and we

Re: [OpenSIPS-Users] Accounting script rejected calls

2011-12-01 Thread Bogdan-Andrei Iancu
Hi Ryan, The accounting module catches only calls that are proxy-ed (forwarded). If the call is locally completed, it is not automatically accounted, but you can still do it manually via the acc_db_request() function from acc module: