When creating an application on Nexmo, the endpoints for Event URL and Answer URL should be documented
The event URL is /api/event_ivr
the answer URL is /api/answer_inbound
event_ivr and answer_inbound are hardcoded into the demo application.
Also, the base route /api is hardcoded as well
When creating an application on Nexmo, the endpoints for Event URL and Answer URL should be documented The event URL is
/api/event_ivr
the answer URL is/api/answer_inbound
event_ivr
andanswer_inbound
are hardcoded into the demo application. Also, the base route/api
is hardcoded as well