function - Run Dial & Say at the same time on Twilio? -
when user calls number, wish have twilio <say> them while <dial> ing number, issue is, can seem 1 or other (i.e. say, dial (delaying dial), or, dial, (not saying until call over)). want either of following (first 1 preferable, although answers both best (in case need opposite 1 in future/someone googling)):- initiate call new number and start saying "lorem ipsum...", if finishes first silence until call picked up, if phone number picks first, let finish transfer them/combine calls. initiate call new number and start saying "lorem ipsum...", if finishes first silence until call picked up, if phone number picks first, cut command off , instantly transfer/combine calls. thanks! twilio evangelist here. there no way using twiml twilio processes twiml sequentially going finish <say> before moving on <dial> . you combine twiml rest api however. in same http request generating twiml in it, make call out rest api have tw...