Call Logs not provided for Outbound calls?
I am not seeing any Call Logs in the dashboard for Outbound calls triggered via the API. Is there something I need to set?
Thank you
Thank you
{
"maxDurationSeconds": 1800,
"assistant": {
"transcriber": {
"provider": "deepgram",
"model": "nova-2",
"language": "en"
},
"model": {
"messages": [
{
"content": "You are an AI assistant", "role": "system" } ], "provider": "anthropic", "model": "claude-3-sonnet-20240229", "functions": [], "temperature": 1, "maxTokens": 250,
"emotionRecognitionEnabled": true
},
"voice": {
"provider": "11labs",
"voiceId": "Pv96yrJYftf17x17ZCy1", "stability": 0.3,
"similarityBoost": 0.75
},
"firstMessageMode": "assistant-speaks-first",
"recordingEnabled": true,
"endCallFunctionEnabled": true,
"dialKeypadFunctionEnabled": false,
"hipaaEnabled": false,
"clientMessages": [
"transcript",
"hang",
"tool-calls",
"speech-update",
"metadata",
"conversation-update"
],
"serverMessages": [
"end-of-call-report",
"hang"
],
"silenceTimeoutSeconds": 300,
"responseDelaySeconds": 0.7,
"llmRequestDelaySeconds": 0.1,
"numWordsToInterruptAssistant": 2,
"maxDurationSeconds": 1800,
"backgroundSound": "off",
"backchannelingEnabled": true,
"name": "Buddy",
"firstMessage": "Hi there, great to talk to you!",
"endCallMessage": "Bye",
"endCallPhrases": [
"goodbye",
"bye",
"see you later",
"till next time",
"good night"
],
"metadata": {},
"serverUrl": "xxxxx",
"serverUrlSecret": "<string>",
"summaryPrompt": "<string>"
},
"customer": {
"number": "+{{10.`1`}}",
"name": "{{10.`0`}}",
"extension": "<string>"
},
"phoneNumberId": "xxxx",
"metadata": {}
}