You can use a call UUID to check what XML code was executed during a call. You can find the call_UUID in two ways. One way is by checking your account dashboard logs:
- Log in to your Plivo dashboard.
- Go to Voice > Logs > Calls.
- Click on the timestamp of the call you want to debug. A new window will pop up with the UUID.
Another way to get a UUID is by using the Voice API to retrieve all call details. It delivers a GET HTTP request to the Call Detail Records (CDR) to retrieve details about each call. Get the call UUID, then navigate to the log debug page and enter it in the search field. This will bring up details of the call in the following format:
Check the XML document used on the call to handle the call flow to debug the call.