<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/orderlycalls/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/orderlycalls/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/orderlycalls/bugs/</id><updated>2005-11-21T14:40:23Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>OrderlyCalls doesn't run in Windows environment</title><link href="https://sourceforge.net/p/orderlycalls/bugs/4/" rel="alternate"/><published>2005-11-21T14:40:23Z</published><updated>2005-11-21T14:40:23Z</updated><author><name>Stuart Woodsford</name><uri>https://sourceforge.net/u/woodsfsg/</uri></author><id>https://sourceforge.net784c075fbf806406d26643649d6622b468514164</id><summary type="html">&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;</summary></entry><entry><title>AGIConnection.verbose doesn't quote message</title><link href="https://sourceforge.net/p/orderlycalls/bugs/3/" rel="alternate"/><published>2005-07-02T15:35:29Z</published><updated>2005-07-02T15:35:29Z</updated><author><name>Ray Russell Reese III</name><uri>https://sourceforge.net/u/antis0c/</uri></author><id>https://sourceforge.neta83c444815fd4f5051ddfc6f09f77238d42f4ee4</id><summary type="html">&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;</summary></entry><entry><title>Class missing</title><link href="https://sourceforge.net/p/orderlycalls/bugs/2/" rel="alternate"/><published>2005-06-23T08:51:55Z</published><updated>2005-06-23T08:51:55Z</updated><author><name>PY ROGER</name><uri>https://sourceforge.net/u/partoutatis/</uri></author><id>https://sourceforge.netac6f9a81d30dad8f7350e4c36b2856fd3699e314</id><summary type="html">&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;</summary></entry><entry><title>Test Bug</title><link href="https://sourceforge.net/p/orderlycalls/bugs/1/" rel="alternate"/><published>2005-06-20T12:18:47Z</published><updated>2005-06-20T12:18:47Z</updated><author><name>Morex</name><uri>https://sourceforge.net/u/morex/</uri></author><id>https://sourceforge.net5fe8db6175ade8bc3071ec56bfd4af1f94ed3127</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Test Bug to ensure bug system set up correctly.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>