Add more logs for call disposition
This commit is contained in:
parent
81e1357723
commit
81fc9ff94d
4 changed files with 25 additions and 2 deletions
|
@ -27,6 +27,9 @@ export async function onCallEventSync(
|
|||
return;
|
||||
}
|
||||
|
||||
log.info(
|
||||
`onCallEventSync: Queuing job to add call history (Call ID: ${callId})`
|
||||
);
|
||||
await conversation.queueJob('onCallEventSync', async () => {
|
||||
await conversation.addCallHistory(
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue