Java
Link a Vonage number
Using the Dashboard
- Find your application in the Dashboard.
- Click on the application in the Your Applications list. Then click on the Numbers tab.
- Click the Link button to link a Vonage number with that application.
Using the Vonage CLI
Once you have a suitable number you can link it with your Vonage application. Replace YOUR_VONAGE_NUMBER with newly generated number, replace APPLICATION_ID with your application id and run this command:
vonage apps:link APPLICATION_ID --number=YOUR_VONAGE_NUMBER
Receiving a phone call in-app
You receive a call from a phone to your app
Steps
1
Introduction to this task2
Prerequisites3
Create a webhook server4
Create a Vonage Application5
Buy a Vonage number6
Link a Vonage number7
Create a User8
Generate a JWT9
Create an Android project10
Add permissions11
Building the interface12
Initialize client13
Manage the call14
What's next?