Logic to play Customer entered Phone number using Cordinals - Composer.

Hey There,

I am building Call Flow in composer and able to capture Customer 10 digit number using input block and dtmf source. I have stored the input into a vairiable, now i want to use the captured number and play back to customer to get the confirmation input. I am thinking to play the captured number using it using vox files in Cordinals. Any idea how this can be achieved.

TYA

Just do it in Javascript, split it into an array and play each array element with a For

Thank you for the reply, I am not really good at JS. Is there any script or example available which I can refer to create one?

Google is your friend… And how on earth you ended up as Composer developer at all? [emoji22][emoji22]

Enviado de meu SM-G9650 usando o Tapatalk

;D ;D Will post the results of it soon..

I am able to play the cardinals without Java Script and by using Variables and different logic. :wink:

  1. Nice you made it work. There are many ways, yet JS is the easier tho :wink: But using Composer loops will work too