<?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/asterisk-dotnet/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/asterisk-dotnet/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 24 Oct 2011 23:12:30 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/asterisk-dotnet/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Extra #endif Helper.cs 563</title><link>https://sourceforge.net/p/asterisk-dotnet/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;There's an extra #endif and the very end of line 563 in Helper.cs which causes a Release build to throw an error and not compile. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 24 Oct 2011 23:12:30 -0000</pubDate><guid>https://sourceforge.netd8587e71d2b124a842a9cd119e725adbb70425cc</guid></item><item><title>Catching UserEvent actions.</title><link>https://sourceforge.net/p/asterisk-dotnet/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;There seems to be an issue with catching UserEvent actions.  I think I fixed the issue in Helper.cs &lt;br /&gt;
It was looking for a 'userevent' attribute, which doesn't exists and throws an exception.  I've changed it to just 'event' and the UserEvent is now thrown.  I'm not 100% sure if this is how to fix this issue.  I may have broken something else.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;if (eventType == "user")&lt;br /&gt;
{&lt;br /&gt;
string userevent = ((string)attributes["event"]).ToLower(Helper.CultureInfo);&lt;br /&gt;
hash = string.Concat(eventType, userevent).GetHashCode();&lt;br /&gt;
if (list.ContainsKey(hash))&lt;br /&gt;
constructor = list[hash];&lt;br /&gt;
else&lt;br /&gt;
constructor = list[hashEvent];&lt;br /&gt;
}&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 23 Oct 2011 21:05:23 -0000</pubDate><guid>https://sourceforge.netc806b215bd95303fc39c742f18c6379affbcf30d</guid></item><item><title>Utf8 name in  QueueMemberEvent </title><link>https://sourceforge.net/p/asterisk-dotnet/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have a queue in asterisk:&lt;/p&gt;
&lt;p&gt;[ts]&lt;br /&gt;
strategy = rrmemory&lt;br /&gt;
member =&amp;gt; SIP/6011,0,Викулов&lt;br /&gt;
member =&amp;gt; SIP/6012&lt;/p&gt;
&lt;p&gt;For 6011 a name of Queue member is in utf8.&lt;br /&gt;
While getting a QueueMemberEvent the field Name consists of "?????" (only questions). So how can I solve it?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Yuriy&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 20 Apr 2011 07:03:19 -0000</pubDate><guid>https://sourceforge.net47618acbf556049d69b4635acd1a468254aa19f8</guid></item><item><title>AgentCalled Event in Asterisk 1.4</title><link>https://sourceforge.net/p/asterisk-dotnet/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In the event AgentCalled the UniqueId property is empty.&lt;br /&gt;
It is retrievable using GetVarAction(e.AgentCalled, "UNIQUEID").&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 02 Feb 2011 16:30:35 -0000</pubDate><guid>https://sourceforge.net133a7e5f9af48dd37d143f04e6d1040a39b6f4a5</guid></item><item><title>Login timeout from Azure Service</title><link>https://sourceforge.net/p/asterisk-dotnet/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I´m using Asterisk.NET.1.6.3.1 in a test Azure service build on VS 2010 and always get timeout exception in login() action.&lt;br /&gt;
I did try with 30000, 60000, 120000, 180000, etc. to set:&lt;br /&gt;
ManagerConnection.DefaultEventTimeout = action.Timeout;&lt;br /&gt;
ManagerConnection.DefaultResponseTimeout = action.Timeout;&lt;br /&gt;
ManagerConnection.Login(action.Timeout);&lt;br /&gt;
And always get the exception.&lt;br /&gt;
I build a test WPF app and used the same code and it works!&lt;br /&gt;
So, there is something about the environment that affects the Aterisk.Net behavior.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 12 Oct 2010 06:42:26 -0000</pubDate><guid>https://sourceforge.netbc838e5e52740f5a9a6683b552a71264b074ff56</guid></item></channel></rss>