We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aaf2aa9 + d0686f7 commit d7b37a1Copy full SHA for d7b37a1
voice/text-to-speech-outbound.php
@@ -19,7 +19,7 @@
19
);
20
$outboundCall->setAnswerWebhook(
21
new \Vonage\Voice\Webhook(
22
- 'https://developer.nexmo.com/ncco/tts.json',
+ 'https://raw.githubusercontent.com/nexmo-community/ncco-examples/gh-pages/text-to-speech.json',
23
\Vonage\Voice\Webhook::METHOD_GET
24
)
25
voice/transfer-a-call/index.php
@@ -8,5 +8,5 @@
8
$call = $client->voice()->get(UUID);
9
$client->voice()->transferCall(
10
$call->getUuid(),
11
- new \Vonage\Voice\NCCO\Action\Transfer("https://developer.nexmo.com/ncco/transfer.json")
+ new \Vonage\Voice\NCCO\Action\Transfer("https://raw.githubusercontent.com/nexmo-community/ncco-examples/gh-pages/transfer.json")
12
0 commit comments