Hello,

My final solution:
...
same => n,Gosub(dati,s,1(${card}))

[dati]
exten => s,1,NoOp
same => n,Set(say=${LEN(${ARG1})})
same => n,Set(digit=0)
same => n,While($[${digit} < ${say}])
same => n,Saydigits(${ARG1:${digit}:1})
same => n,Wait(.75)
same => n,Set(digit=$[${digit} + 1])
same => n,Endwhile
same => n,Return

Thank you for yours suggestion

regards

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
              http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to