@danthemktman
It sounds like you've set up your webhook to handle incoming calls, but you need to ensure that the webhook is also configured to send data to your server URL after making outbound calls. Typically, this involves setting up a callback URL or a similar configuration in your Voice API settings that will be triggered once the call ends.
To assist you further, I would need to know which Voice API platform you are using, as the setup can vary between different providers. If you can provide me with that information, I can give you more specific instructions on how to configure your webhook for outbound calls.
Alternatively, if you're looking for a general approach, you should:
1. Check the documentation of your Voice API provider for "event webhooks" or "status callbacks" related to outbound calls.
2. Ensure that you have specified the correct URL in the API settings where the call status updates should be sent.
3. Verify that the method (POST, GET) and the expected data format (JSON, XML) match what your server is set up to receive.
4. Test the outbound call functionality and monitor your server logs to confirm that the data is being received.
If you're still having trouble, please provide more details or check with your Voice API provider's support for more info on this.