[Asterisk-Users] Read command without #
Adam Goryachev
mailinglists at websitemanagers.com.au
Tue Sep 14 16:55:19 MST 2004
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
More information about the asterisk-users
mailing list