Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

116
Views
Dial a participant via PSTN in conference in twilio

I am currently making a conference call in which two participants join via SDK.One participant initiates a call from react-native and other joins the call via push notification which says "hey a talker is waiting for you in the conference" in react-native app.

And on the backend, I am using node js which is sending Twilio the twiml response like this

const voiceResponse = new twilio.twiml.VoiceResponse();
voiceResponse.pause({length: 1});
voiceResponse.say('Hello. Your call is starting now.');
const dial = voiceResponse.dial();
dial.conference(
  {
    endConferenceOnExit: true,
    record: 'record-from-start',
    recordingStatusCallback: `${process.env.HOST}/v1/twilio/recording`,
    trim: 'do-not-trim',
    statusCallback: `${process.env.HOST}/v1/twilio/status`,
    statusCallbackEvent: 'start end join leave mute hold speaker',
  },
  req.body.conversation_id,
);

Now I want to join a participant in a conference via PSTN, how it can be done?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!