Hi, For my IVR, I use Read command. It works fine when ending bu # but I can't get anything without ending by # The wiki tell me is it possible with maxdigit option but it don't work for me. my command : exten => 3,1,Read(ILE,as/iles,1) Anybody can tell me howto do thanks Another question about read command: Howto sup file option and keep maxdigits options ? exten => 3,1,Read(ILE,1) give me : Unable to open 1 (format UNKN): No such file or directory :-( Thanks for all Vous manquez d?espace pour stocker vos mails ? Yahoo! Mail vous offre GRATUITEMENT 100 Mo ! Cr?ez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/ Le nouveau Yahoo! Messenger est arriv? ! D?couvrez toutes les nouveaut?s pour dialoguer instantan?ment avec vos amis. A t?l?charger gratuitement sur http://fr.messenger.yahoo.com
On Tue, 2004-09-14 at 13:56, bagattin jerome wrote:> Hi, > > Another question about read command: > Howto sup file option and keep maxdigits options ? > exten => 3,1,Read(ILE,1) > give me : > Unable to open 1 (format UNKN): No such file or > directory :-( >This one is easy, just do: exten => 3,1,Read(ILE,,1) Note the extra comma (,) Regards, Adam