Re: [Asterisk-java-users] fastagi.command.GetDataCommand issue
Brought to you by:
srt
|
From: Steve D. <Ste...@Su...> - 2005-04-29 23:40:36
|
> On Fri, 2005-04-29 at 16:17 -0700, Steve Drach wrote:
>> It is legal to send this command to asterisk "GET DATA foo". This
>> implies a six second timeout and unlimited digits. But new
>> GetDataCommand("foo") translates to "GET DATA foo 0 1024",
>> which really isn't the same thing.
...
> It seems to me that "GET DATA foo" is translated to "GET DATA foo 0
> 1024" and thats exactly what asterisk-java sends. right?
Yes, that is what it sends. I think it should send "GET DATA foo".
|