Java
Buy a Vonage number
Using the Dashboard
First you can browse your existing numbers.
If you have no spare numbers you can buy one.
Using the Vonage CLI
You can purchase a number using the Vonage CLI. The following command purchases an available number in the US. Specify an alternate two-character country code to purchase a number in another country.
vonage numbers:search USvonage numbers:buy 15555555555 US
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?