<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/asterisk-dotnet/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/asterisk-dotnet/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 15 Aug 2013 13:06:50 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/asterisk-dotnet/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>How to connect AstManProxy</title><link>https://sourceforge.net/p/asterisk-dotnet/support-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;br /&gt;
How to connect AstManProxy using Asterisk.NET 1.6.3&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yesudass</dc:creator><pubDate>Thu, 15 Aug 2013 13:06:50 -0000</pubDate><guid>https://sourceforge.net152eeac8d2957026544bd37afd8b714107eba829</guid></item><item><title>How to use StatusAction the right way</title><link>https://sourceforge.net/p/asterisk-dotnet/support-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I tried to use this function, but I don't get it how I can get the information about the channels. I just found out that its saved in StatusEvent objects, but I don't know how to access these objects. I already tried some things, but I wasn't successful.&lt;/p&gt;
&lt;p&gt;Someone else was programming something like this and could post some code so I can understand it?&lt;/p&gt;
&lt;p&gt;This would very helpful. Thx :)&lt;/p&gt;
&lt;p&gt;Christian&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chris</dc:creator><pubDate>Wed, 23 Jan 2013 09:54:14 -0000</pubDate><guid>https://sourceforge.net909b3449b4857a132ef11be249f4d411b2675812</guid></item><item><title>Is it possible to run FastAGI in a service?</title><link>https://sourceforge.net/p/asterisk-dotnet/support-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have compiled 2 versions of the fastagi interface, one as an executable, and the second as a service.  Both seem to run properly, however, when running the service version, the fastagi interface does not respond (see the following code)&lt;/p&gt;
&lt;p&gt;class AC_FastAGI // Executable code..&lt;br /&gt;
//class AC_FastAGI:System.ServiceProcess.ServiceBase //Service Code..&lt;br /&gt;
{&lt;br /&gt;
AsteriskFastAGI agi =  new AsteriskFastAGI();&lt;/p&gt;
&lt;p&gt;static void Main(string[] args)&lt;br /&gt;
{&lt;br /&gt;
AC_FastAGI application = new AC_FastAGI(); // Executable code..&lt;br /&gt;
//System.ServiceProcess.ServiceBase.Run(new AC_FastAGI());  // Service Code&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;#region Executable only methods&lt;br /&gt;
public AC_FastAGI() // This is for Executable only&lt;br /&gt;
{&lt;br /&gt;
ThreadStart t = delegate { OnStartExec(); };&lt;br /&gt;
new Thread(t).Start();&lt;br /&gt;
}&lt;br /&gt;
#endregion&lt;/p&gt;
&lt;p&gt;#region Service-only methods&lt;br /&gt;
protected override void OnStart(string[] args) //This is for Service Only&lt;br /&gt;
{&lt;br /&gt;
// Start the FastAGI on a separate thread..&lt;br /&gt;
ThreadStart t = delegate { OnStartExec(); };&lt;br /&gt;
new Thread(t).Start();&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;protected override void OnStop() //This is for Service Only&lt;br /&gt;
{&lt;br /&gt;
agi.Stop();&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;private void InitializeComponent() //This is for Service Only&lt;br /&gt;
{&lt;br /&gt;
// Used for the ProjectInstaller&lt;br /&gt;
this.ServiceName = "AC_FastAGI";&lt;br /&gt;
this.CanHandlePowerEvent = true;&lt;br /&gt;
this.CanStop = true;&lt;br /&gt;
this.CanPauseAndContinue = true;&lt;br /&gt;
this.AutoLog = true;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;#endregion&lt;/p&gt;
&lt;p&gt;public void OnStartExec()&lt;br /&gt;
{&lt;/p&gt;
&lt;p&gt;try&lt;br /&gt;
{&lt;br /&gt;
agi.Start();&lt;br /&gt;
sEventMessage = "Started the FastAGI interface. OK.";&lt;br /&gt;
ACUtil.WriteToEventLog("AC_FastAGI", sEventMessage, "INFORMATION", 1000);&lt;br /&gt;
}&lt;br /&gt;
catch&lt;br /&gt;
{&lt;br /&gt;
sEventMessage = "Error starting the FastAGI interface.";&lt;br /&gt;
ACUtil.WriteToEventLog("AC_FastAGI", sEventMessage, "ERROR", 500);&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;return;&lt;br /&gt;
}&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert  Murphy</dc:creator><pubDate>Mon, 05 Apr 2010 19:37:55 -0000</pubDate><guid>https://sourceforge.netcedf68a6481a63c631a000be8842799cf1f0d925</guid></item></channel></rss>