Skip to content

Instantly share code, notes, and snippets.

@DanyF-github
Created September 3, 2021 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanyF-github/2d4746ec9545d72234055afca6b905a8 to your computer and use it in GitHub Desktop.
Save DanyF-github/2d4746ec9545d72234055afca6b905a8 to your computer and use it in GitHub Desktop.
res.json([{
action: 'talk',
text: 'Connecting'
},
{
action: 'connect',
from: YOUR_VONAGE_NUMBER,
endpoint: [{
type: 'phone',
number: req.body.dtmf.digits
}]
}
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment