This is an archived repository. If you have any questions, feel free to reach out to us at devrel@vonage.com or through our Community Slack at https://developer.vonage.com/community/slack.
This application demonstrates how to handle DTMF input.
You'll need a recent version of Maven installed.
Build the application using mvn compile
.
You can run the application using the following Maven command:
mvn exec:java -Dexec.mainClass="com.nexmo.xwithy.App"