<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/orderlycalls/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/orderlycalls/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 21 Nov 2005 14:40:23 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/orderlycalls/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>OrderlyCalls doesn't run in Windows environment</title><link>https://sourceforge.net/p/orderlycalls/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Asterisk won't recognise AGI commands submitted using &lt;br /&gt;
the AGIConnection class when it is run within the &lt;br /&gt;
Windows environment. The send() method uses &lt;br /&gt;
PrintWriter.println() which appends a &amp;lt;CRLF&amp;gt; to the &lt;br /&gt;
end of the command. Asterisk interprets the &amp;lt;CR&amp;gt; &lt;br /&gt;
character as part of the command string and fails to &lt;br /&gt;
match it with the list of available commands - &lt;br /&gt;
responding with "510 Invalid or unknown command".&lt;/p&gt;
&lt;p&gt;When the same application is run on Linux, the JRE &lt;br /&gt;
only appends the UNIX newline character &amp;lt;LF&amp;gt; which is &lt;br /&gt;
what asterisk was expecting.&lt;/p&gt;
&lt;p&gt;Possible fix:&lt;br /&gt;
In AGIConnection.java&lt;/p&gt;
&lt;p&gt;private void send(String message) throws IOException {&lt;br /&gt;
log.fine("Sending " + message);&lt;br /&gt;
pout.print(message + "\n");&lt;br /&gt;
pout.flush();&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;Test environment:&lt;br /&gt;
asterisk-1.2.0-beta1&lt;br /&gt;
OrderlyCalls-1.0.1a&lt;br /&gt;
jboss 4.0.3 SP1&lt;br /&gt;
eclipse 3.1&lt;br /&gt;
Sun J2SE Development Kit 5.0 Update 5&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stuart Woodsford</dc:creator><pubDate>Mon, 21 Nov 2005 14:40:23 -0000</pubDate><guid>https://sourceforge.net784c075fbf806406d26643649d6622b468514164</guid></item><item><title>AGIConnection.verbose doesn't quote message</title><link>https://sourceforge.net/p/orderlycalls/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;AGIConnection.verbose doesn't quote the message being&lt;br /&gt;
sent to asterisk.  If I were to do the following, where&lt;br /&gt;
call is an instance of AGIConnection:&lt;/p&gt;
&lt;p&gt;call.verbose("This is a test", "4");&lt;/p&gt;
&lt;p&gt;The command to asterisk is sent as:&lt;/p&gt;
&lt;p&gt;VERBOSE This is a test 4&lt;/p&gt;
&lt;p&gt;Which is incorrect. What should be sent is:&lt;/p&gt;
&lt;p&gt;VERBOSE "This is a test" 4&lt;/p&gt;
&lt;p&gt;Otherwise the message part of the command terminates&lt;br /&gt;
after "This" and tries to parse "is" as the verbosity&lt;br /&gt;
level. The resulting output in asterisk simply shows a&lt;br /&gt;
message from agi "This" and nothing more. This was&lt;br /&gt;
confirmed and tested on asterisk 1.0.8.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ray Russell Reese III</dc:creator><pubDate>Sat, 02 Jul 2005 15:35:29 -0000</pubDate><guid>https://sourceforge.neta83c444815fd4f5051ddfc6f09f77238d42f4ee4</guid></item><item><title>Class missing</title><link>https://sourceforge.net/p/orderlycalls/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In the last release (1.0.1), the OrderlyQExample class&lt;br /&gt;
is missing. Then, there's an error in index.jsp (line&lt;br /&gt;
76)...&lt;/p&gt;
&lt;p&gt;Partoutatis.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PY ROGER</dc:creator><pubDate>Thu, 23 Jun 2005 08:51:55 -0000</pubDate><guid>https://sourceforge.netac6f9a81d30dad8f7350e4c36b2856fd3699e314</guid></item><item><title>Test Bug</title><link>https://sourceforge.net/p/orderlycalls/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Test Bug to ensure bug system set up correctly.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Morex</dc:creator><pubDate>Mon, 20 Jun 2005 12:18:47 -0000</pubDate><guid>https://sourceforge.net5fe8db6175ade8bc3071ec56bfd4af1f94ed3127</guid></item></channel></rss>