In Call Logs, Assistant Phone Number is displaying...
# support
m
And when you click on it the link goes to a 404. This basically makes it impossible to tell which number is being dialed or dialed from. Please fix this.
v
Workaround: You can resolve the phone number ID from the call logs to the actual phone number using the Vapi API. For example, use the following cURL command to fetch the phone number details:
Copy code
bash
curl https://api.vapi.ai/phone-number/{phoneNumberId} \
  -H "Authorization: Bearer <your_token>"
This will return the actual phone number and related info. This workaround helps you identify which number is being dialed or dialed from until the UI issue is fixed ([API Reference](https://docs.vapi.ai/api-reference/phone-numbers/get?explorer=true)). Source: - [Get Phone Number API Reference](https://docs.vapi.ai/api-reference/phone-numbers/get?explorer=true)
Workaround: You can resolve the phone number ID from the call logs to the actual phone number using the Vapi API. For example, use the following cURL command to fetch the phone number details:
Copy code
bash
curl https://api.vapi.ai/phone-number/{phoneNumberId} \
  -H "Authorization: Bearer <your_token>"
This will return the actual phone number and related info. This workaround helps you identify which number is being dialed or dialed from until the UI issue is fixed ([API Reference](https://docs.vapi.ai/api-reference/phone-numbers/get?explorer=true)). Source: - [Get Phone Number API Reference](https://docs.vapi.ai/api-reference/phone-numbers/get?explorer=true)
a
Could you please revise the ticket description to include detailed information that links your trying to click on, and how to reproduce the issue?
If possible, could you record a loom video describing this error/behavior or inconsistency in the dashboard with the steps to reproduce it? That way, I can share this with my team, and we'll take a look. We'll even try to reproduce the same so we can fix it for you. Also, I'll request you to share your organization ID.