[Asterisk-java-users] fastagi.command.GetDataCommand issue
Brought to you by:
srt
From: Steve D. <Ste...@Su...> - 2005-04-29 23:17:36
|
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. |