[OpenSIPS-Users] ACC and failed calls

Răzvan Crainea razvan at opensips.org
Thu Nov 28 10:35:05 CET 2013


Hi, Alexander!

Have you tried setting the ACC_FAILED flag in the request route?

Best regards,

Razvan Crainea
OpenSIPS Core Developer
http://www.opensips-solutions.com

On 11/28/2013 10:35 AM, Alexander Mustafin wrote:
> 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 <mailto:mustafin.aleksandr at gmail.com>
>
>
>
>
>
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>



More information about the Users mailing list