Update Call_Status not work anymore since yesterday for overdue calls

Update Call_Status not work anymore since yesterday for overdue calls

Hello,
I have a function in deluge who cancel a call
if the Call_STATUS is scheduled it works
if the Call_STATUS is Overdue it don't work

the function :
                callId = call.get("id").toLong();
callmp = Map();
callmp.put("Call_Duration","00:01");
callmp.put("which_call","Scheduled Unattended");
callmp.put("Call_Status","Scheduled Unattended");
response = zoho.crm.updateRecord("Calls",callId,callmp);