Vonage / vonage-php-sdk-core

Vonage REST API client for PHP. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
https://developer.vonage.com/
Apache License 2.0
908 stars 181 forks source link

Request the interface to send dtmf, and the interface returns not found #451

Closed m7yun closed 10 months ago

m7yun commented 10 months ago
image
SecondeJK commented 10 months ago

Hi, This isn't an issue with the PHP SDK, it's the API telling you that it cannot find the call ID you've specified. Have a look at the API docs here for how to send the request: https://developer.vonage.com/en/api/voice#updateCall

It also looks like you're posting something like a mixture of the call UUID and the Conversation ID so that's probably where it's erroring.