Question

No call log records after get notification

  • 2 September 2020
  • 1 reply
  • 591 views

I create a subscription for

/restapi/v1.0/account/~/extension/~/presence?detailedTelephonyState=true&sipData=true

I could get the notification when a call end.

But I want to get a detail call result.

So I call the "Get User Call Log Records" API.

But the record is empty at that time.

I could get the records after a few seconds.


I want to get the record details when receiving the notification.

Any idea?


1 reply

Userlevel 1

First, you cannot get the call record from the call log when the call is on going (active). You can only get it after the call is completed and there will be some delay after you get the disconnected event for the system to sync the call data with the call log. If the call is recorded, it may take up to 30 secs to get the call record and the call recording synced.

Reply