@luisson
I'm here to help! It sounds like you've set up everything correctly by selecting the end-of-call-report under Server Messages options and providing a URL for the POST request. Since you're not seeing the expected POST request, let's go through a checklist to troubleshoot the issue:
1. **URL Validity**: Ensure that the URL provided is correct and accessible from the server where the assistant is hosted.
2. **Server Configuration**: Verify that your server is configured to receive POST requests and there are no firewalls or security settings that might be blocking the incoming requests.
3. **Call Logs**: Review the call logs to confirm that the call is reaching the 'ended' status, which triggers the end-of-call-report.
4. **Assistant Configuration**: Double-check that the assistant ID is correct and that the assistant is configured to send the end-of-call-report.
5. **JSON Parameters**: Make sure that the JSON parameters you're using to trigger the call are correctly formatted and include all necessary information.
6. **Model Compatibility**: Confirm that the model you're using supports the end-of-call-report functionality.
If after going through this checklist everything seems to be in order, and you're still not seeing the POST request, it might be an issue that requires further investigation from the support team.
Please provide any additional details that you think might be relevant, such as the exact JSON parameters you're using to trigger the call, or any error messages you might be receiving. If there's no sensitive information, you can share the JSON parameters here, and I can help you review them. If the issue persists, I would recommend reaching out to the support team for more in-depth assistance.