Questions tagged [vonage]

For questions relating to usage of the Vonage (formerly Nexmo and OpenTok) communications APIs for Messaging (SMS, MMS, social chats apps such as Facebook Messenger and WhatsApp), Verify, Voice, and Video, as well as associated tooling and language-specific SDKs.

This tag is to be used when asking questions about any of the Communication APIs that are provided by Vonage (formerly Nexmo and OpenTok). These include (but are not limited to) Voice, Video and SMS. The Vonage APIs can be accessed via first-party supported SDKs for a range of popular languages and platforms or called directly via HTTP requests.

If you have a question specifically relating to a specific SDK or platform, please make sure to include that platform’s tag in your question as well (for example, Java, Android, PHP, Python etc.).

For more information about these APIs, check out the Vonage documentation.

Community Further help can be found via Vonage Developer communities, where you can ask questions and learn more about the Vonage APIs and SDKs. These include Slack, Twitter and Youtube.

344 questions
2
votes
2 answers

Trying to implement in-app voice call from browser

I have cloned the click-to-call repository and followed the steps as mentioned. I am able to login with said created user but then get stuck at /rtc API.I got some error in network panel. and "General SSL engine problem in console which is not…
Priyanka
  • 21
  • 2
2
votes
1 answer

How to have multiple websocket connections using Nexmo

I implemented the nexmo provided example code (below) into my server. However, I'm running into an issue where if 2 callers ping my server, the second caller's binary data also streams into the same websocket endpoint; thus resulting in two binary…
sabav
  • 23
  • 3
2
votes
1 answer

How can I send more than just one message?

I want to develop a simple app that enables me to send SMS to several numbers and from several numbers. In the code below, I send from number 5555 to 6666. I want to send, for example, also from number 7777 to number 8888. What do I need to add…
shani
  • 21
  • 3
2
votes
1 answer

OpenTok Nexmo outbound call won't work with SipProperty secure set true

I'm integrating Nexmo in an application that uses OpenTok React as the front-end and the OpenTok Java SDK as the back-end. When I set the SipProperty secure to true the call won't work. When the secure property to false it will work. Could someone…
dante
  • 39
  • 6
2
votes
0 answers

Could not find a declaration file for module 'nexmo'

I would like to have my sms api called nexmo but when i installed this happend [ts] Could not find a declaration file for module 'nexmo'. 'c:/Users/User/IPROCESS FOLDER/Iprocess/node_modules/nexmo/lib/Nexmo.js' implicitly has an 'any' type. Try `npm…
Allen Cris
  • 109
  • 3
  • 11
2
votes
2 answers

Nexmo API calls in Google App Script

I have got SMS sending working within Google Sheets with Twilio using a slight modification to the code below (I have changed SMS payload fields and API key references) The code is executing but I am just not getting the SMS, I tried digging into…
sigur7
  • 796
  • 1
  • 11
  • 35
2
votes
1 answer

nexmo: Dynamically generate NCCO for outbound call

We are using the outbound voice API. We have successfully set up an application and are able to create an outbound call using a test NCCO: https://developer.nexmo.com/ncco/tts.json We are using the NodeJS SDK. However, we are not able to understand…
Nicolas El Khoury
  • 5,867
  • 4
  • 18
  • 28
2
votes
1 answer

Getting error from server using nexmo npm package to send SMS

I am using nexmo NPM package. I have implemented every thing according to the docs but I am getting this response from the server and SMS is not delivered. { "code": "ENOTFOUND", "errno": "ENOTFOUND", "syscall": "getaddrinfo", "hostname":…
Shaharyar Kirmani
  • 305
  • 1
  • 5
  • 16
2
votes
0 answers

Catch a NEXMO error in Laravel

I am trying to send SMS to phone numbers entered by users into my applications, I'm making an AJAX post request using AXIOS to the PHP functions that send the SMS using NEXMO's API. When message delivers I have no issue, but whenever it does…
John David
  • 752
  • 2
  • 9
  • 21
2
votes
1 answer

How to declare global variable and initialization

how can i declare a global variable and initialize it? . I have this situation, i am using NEXMO SMS APP in laravel and I have a global variable and I initialize it in my constructor, then i use the global variable in my public functions. After…
Jc John
  • 1,799
  • 2
  • 34
  • 69
2
votes
1 answer

PHP send SMS with nexmo

i'm using nexmo services to send SMS to specific number IN HEBREW, but the message arrived as %D7%AA%D7. (My language is PHP), this is my code: $message = $_REQUEST["message"]; //Build the url $url = 'https://rest.nexmo.com/sms/json?' .…
Yakir Sayada
  • 171
  • 1
  • 11
2
votes
2 answers

can i send sms to the user on my database using laravel and nexmo

I want to make sure before making payment on Nexmo if it possible to send S.M.S to my users on my database using laravel and Nexmo. Because i try doing that and what i got is a Non White-listed Destination - rejected error. or do i have to add all…
dagogodboss
  • 483
  • 1
  • 4
  • 19
2
votes
1 answer

Receiving sms fails on Nexmo Send Sms

I've looked for similar topics and could't find any solutions, I'm hoping someone can help me.. Note: I'm running the script on xampp localhost and my country code is +90 I've followed the Nexmo documentation to send an sms. and below is the php…
Asım Gündüz
  • 1,257
  • 3
  • 17
  • 42
2
votes
1 answer

anybody know how receive sms to php script using nexmo sms api

am trying to implement nexmo sms api to receive sms from phone and save to mysql table. i took account in nexmo. i ckeched the documentation. but confused how to use it https://docs.nexmo.com/messaging/sms-api am trying to implement nexmo sms api to…
Angel
  • 614
  • 6
  • 24
2
votes
3 answers

Voicexml: submiting truncate audio message

I am trying to create an answering machine. I am using Nexmo. I have two numbers : One French Number, and one US Number (California) When I call my french number, my audio message is saved on my server and i can listen it. But when i call my US…
Guillaume
  • 586
  • 3
  • 21
1 2
3
22 23