opentok / opentok-nexmo-sip

OpenTok SIP Interconnect samples with Nexmo Voice API
MIT License
5 stars 16 forks source link

How does Dial-Out-Conference work? #4

Open qwertynik opened 3 years ago

qwertynik commented 3 years ago

Thanks for adding the demo projects. Have setup the project as per the README files. However, I cannot find the steps to get test-drive it. Can you post detailed steps on how to get the project up and running?

qwertynik commented 3 years ago

@msach22 Any help here would be greatly appreciated.

Aida-p commented 3 years ago

@qwertynik after you start your server: npm start then you can reach out to your demo page via : http://localhost:3000/room/test and then you can dail out to the number 1310XXXXX.

qwertynik commented 3 years ago

@Vonage-Aida Thanks for your response. Had tried the same, but did not work.

Results obtained from debugging: There is no route for the URL the form hits when 'Click here to Dial out' is clicked. https://<domain>/dial-out?roomId=:testing&phoneNumber=<myMobNoWithCCode> which is being accessed in the below path opentok-nexmo-sip/Dial-Out/views/index.ejs:13 does not exist in the server.js file.