[OpenSIPS-Users] Accouting EVI Question
Alexander Perkins
alexanderhenryperkins at gmail.com
Wed Dec 4 16:11:43 UTC 2024
Hi All. I am using evi for accounting instead of mysql and I am curious
about something. I noticed that the events being sent in are only the 200
OKs, but I don't see anything else like 503 or 487. In my cfg script, I
have the following events defined:
event_route [E_ACC_EVENT]
event_route [E_ACC_CDR]
event_route [E_ACC_MISSED_EVENT]
And in my routes, I have the following:
Main route:
route
{
do_accounting("evi", "cdr|missed|failed");
}
Invite Processing
route[INVITE]
{
do_accounting("evi", "cdr|missed|failed");
}
failure_route [2]
{
do_accounting("evi", "cdr|missed|failed");
t_reply($rc,$rr);
exit;
}
What am I missing?
Thank you,
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20241204/06541ba1/attachment.html>
More information about the Users
mailing list