Closed fukemy closed 3 years ago
lasted
no file
find last call
return nil
VSLLogWarning(@"Could not find a call with if %d.", call_id);
i created a call like:
let call = VSLCall(inboundCallWith: callObj.uuid, number: callObj.CallerDisplay ?? UNKNOWN, name: callObj.CallerDisplay ?? UNKNOWN)! VialerSIPLib.sharedInstance().callManager.add(call)
but when get a call, the method
VSLCall *call = [callManager lastCallForAccount:account];
return nil, can u help?
ok i found that i need to set account to call.
Version
lasted
File / Feature
no file
Expected behavior
find last call
Actual behavior
return nil
Stacktrace / Error message
VSLLogWarning(@"Could not find a call with if %d.", call_id);
Other info
i created a call like:
but when get a call, the method
return nil, can u help?