fix: add error in cloudonix cdr report

This commit is contained in:
Abhishek Kumar 2026-01-29 20:43:53 +05:30
parent b1c982a52e
commit e9c5da16c5
7 changed files with 94 additions and 17 deletions

View file

@ -325,6 +325,7 @@ class CloudonixProvider(TelephonyProvider):
"busy": "busy",
"no-answer": "no-answer",
"canceled": "canceled",
"error": "error",
}
call_status = data.get("status", "")