[Asterisk-java-users] Problem with ReplyBuilderImpl.java and
Brought to you by:
srt
From: Steve D. <Ste...@Su...> - 2005-03-29 23:31:29
|
Hi, As my first AGIScript, I thought I'd duplicate the agi/fastagi-test perl script included with the asterisk souce code. In doing so, I think I found a problem with ReplyBuilderImpl.java. At line 75, it says "reply.setResult(matcher.group(1));" I don't think that's what you want, or I don't understand the attributes of AGIReply. I think in the above line you want to setResultCode, and before any matches are done, you want to setResult(firstLine). Otherwise, there is no way to get the entire result back. |