Displaying 1 result from an estimated 1 matches for "_pho".
2011 Mar 08
5
[1.4] Reading phone number the French way?
Hello,
I need to write a script which prompts the callee to type a number,
and then read it back to them as confirmation:
======= extensions.conf
[robocall]
;Expect 10-digit number excluding final #, 2 tries, 20s time-out
exten => s,n(nbr2call),Read(NBR2CALL,please-type-number,10,,2,20)
exten => s,n,GotoIf($[${LEN(${NBR2CALL})} != 10]?end)
;exten => s,n,SayDigits(${NBR2CALL})
exten