Vonage / vonage-java-code-snippets

Java code examples for using Vonage
MIT License
11 stars 31 forks source link

Voice > Connect an inbound call #28

Closed adambutler closed 6 years ago

adambutler commented 6 years ago

See gist: https://gist.github.com/adambutler/03b42f54dd755dfd70034325a68cd9d3

judy2k commented 6 years ago

https://gist.github.com/judy2k/f7af158f6c6b50c5d3722428d5f87382

leggetter commented 6 years ago

I'd recommend we use GET for answer URL and POST for event URL (not shown here). These are the defaults and a developer would have to explicitly set things up to be different. Going with these defaults also simplifies the code.