Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't update Number voice status callback #271

Closed
nimo55pl opened this issue Dec 30, 2020 · 4 comments
Closed

Can't update Number voice status callback #271

nimo55pl opened this issue Dec 30, 2020 · 4 comments
Assignees
Labels

Comments

@nimo55pl
Copy link

Can't update Numer voiceStatusCallbackUrl

$number = $client->numbers()->get(NUMBER);
$number->setVoiceDestination(FORWARD_NUMBER, 'tel');
$number->setWebhook(\Vonage\Numbers\Number::WEBHOOK_VOICE_STATUS, 'https://example.com/callback');

\Vonage\Numbers\Number::WEBHOOK_VOICE_STATUS = 'voiceStatusCallbackUrl' is wrong, it works when I changed it to \Vonage\Numbers\Number::WEBHOOK_VOICE_STATUS = 'voiceStatusCallback'

@marphi
Copy link

marphi commented Jul 20, 2021

I have the same issue. Vonage/Nexmo are you still support this SDK? This issue has been reported 7 months ago...

@SecondeJK
Copy link
Contributor

@marphi @nimo55pl I am now maintaining this library, so now that v3 has been released will look to fix this in a minor release as soon as I can

@SecondeJK
Copy link
Contributor

See #315

@SecondeJK
Copy link
Contributor

Fixed by release 3.0.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants