[OpenSIPS-Users] ACC and failed calls

Alexander Mustafin mustafin.aleksandr at gmail.com
Thu Nov 28 09:35:38 CET 2013


Hello!

I need to store all CDRs for all calls, but some failed calls are not to handled by ACC.

modparam("acc", "failed_transaction_flag", "ACC_FAILED»)

failure_route[MISSED_CALL] {
        if (t_check_status("[4|5][0-9][0-9]")) {
		setflag(ACC_FAILED);
	}
}

But call which rejected with 503 (example) error is missed in acc table.

Best regards,
Alexander Mustafin
mustafin.aleksandr at gmail.com




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20131128/b0ca547d/attachment.htm>


More information about the Users mailing list