Twilio conference - Handle no one answering -
i want main number call 2 people , have them placed conference. question how handle if 1 or both people don't answer phone. if person joins , waiting person b , don't pick up, conference end? person waiting indefinitely? not sure best practice gracefully handle situation.
thanks, ee
twilio evangelist here.
if you're placing outbound calls via rest api , dropping them conference when answer yes, persona wait indefinitely in conference call (actually 4 hours since max call length allowed).
what can include statuscallback parameter when initiate outbound phone call. twilio make request url when call ends (or never answered) , pass part of request url callstatus parameter tell why call ended.
you can use value of callstatus redirect person out of conference if needed.
hope helps.
Comments
Post a Comment