<div><br></div><div>FSGui was originally designed to be working as a plugin based application. Console was one of the plugins that the application was using but my original idea was to make it extensible and improve the plugin machinery as we go so that we can support plugin dependencies and such. Obviously this was a bad idea as FSGui never really went forward and the only plugin really being requested and used is the Console. That being said, I need to restructure the application to drop the plugin idea.</div>
<div><br></div><div>2 side effects of this description are that the first window you see is a list of plugins detected. You necessarily need to select a plugin to run the application. This very same dialog is using when you are in the application and you want to change the plugin being used or start a new one. So the OK button will quit the application if no plugin is currently running. This could be seen as a bug because the OK button shouldn&#39;t be appearing in that instance in the first place. Maybe a Quit button at best.</div>
<div><br></div><div>The other side effect is that I am failing to make the plugin system to work well. So users are having trouble because the plugin search path is wrong on some systems. I can&#39;t understand why, yet and will only know for sure when I add internal logging to the application (which I intend to get done today).</div>
<div><br></div><div>Now, as for the error you are getting when trying to connect is because you don&#39;t have the mod_event_socket properly configured on the FreeSWITCH you are trying to connect to. It needs to bind to something else then localhost and/or have the ACLs properly configured. Take a look at the wiki here: <a href="http://wiki.freeswitch.org/wiki/Mod_event_socket#Configuration">http://wiki.freeswitch.org/wiki/Mod_event_socket#Configuration</a></div>
<div><br></div><div>Regards,</div>Joćo Mesquita<br><br>
<br><br><div class="gmail_quote">On Thu, Sep 29, 2011 at 3:24 AM, king2kin <span dir="ltr">&lt;<a href="mailto:xing2kin@yahoo.com">xing2kin@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div style="color:#000;background-color:#fff;font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>As I recall, the directory in which the application is looking for its plugins seems to point to the root directory (e.g. C:\FreeSWITCH)  of FsGUI when I started it first time after installation. </span></div>

<div><span></span> </div>
<div><span>Then, I forced it to point to the folder &quot;C:\FreeSWITCH\plugins&quot;; so now it always points to &quot;C:\FreeSWITCH\plugins&quot; whenever it&#39;s started, and no error dialog pops up.  However, if I click on button [ok] at the bottom, it asks me &quot;Do you really want to close the FsGUI? yes or no&quot; inside a separate pop-up window. </span></div>

<div><span>Why doesn&#39;t FsGUI start to run when clicking on button [ok] at the bottom of main window?</span></div>
<div><span></span> </div>
<div><span>I have to click on item [console,  the application will do the same ...] in order to enable the button [Run].</span></div>
<div><span>Once I click on button [Run], I can add or edit server entry inside Server Manager window. </span></div>
<div><span>Question: how do I fill the blank [Password] to connect my FreeSwitch server? </span></div>
<div><span>I got error: connection failed! socket connection error.</span></div>
<div><span><var></var></span> </div>
<div><br></div>
<div style="font-family:times new roman, new york, times, serif;font-size:12pt">
<div style="font-family:times new roman, new york, times, serif;font-size:12pt"><font size="2" face="Arial"><div class="im">
<div style="border-bottom:#ccc 1px solid;border-left:#ccc 1px solid;padding-bottom:0px;line-height:0;margin:5px 0px;padding-left:0px;padding-right:0px;min-height:0px;font-size:0px;border-top:#ccc 1px solid;border-right:#ccc 1px solid;padding-top:0px" readonly>
</div><b><span style="font-weight:bold">From:</span></b> Joćo Mesquita &lt;<a href="mailto:jmesquita@freeswitch.org" target="_blank">jmesquita@freeswitch.org</a>&gt;<br><b><span style="font-weight:bold">To:</span></b> FreeSWITCH Users Help &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a>&gt;<br>
</div><b><span style="font-weight:bold">Sent:</span></b> Thursday, September 29, 2011 11:54 AM<div><div></div><div class="h5"><br><b><span style="font-weight:bold">Subject:</span></b> Re: [Freeswitch-users] FsGUI.exe on windows 2003 server: no available plugin<br>
</div></div></font><div><div></div><div class="h5"><br>
<div>This is really strange. The way the app is designed is that we can develop more plugins to the console and load them on runtime. Much like what FreeSWITCH does with its modules (but in a muuuuch more rudimentary way).
<div><br></div>
<div>When you open the app, you should see the directory in which the application is looking for its plugins. Do you see the correct path?</div>
<div><br></div>
<div>If you don&#39;t, try setting the correct path. Please let me know the results of that.</div>
<div><br></div>
<div>I am adding logging to the application to help me debug stuff like that.</div>
<div><br></div>
<div>Regards,<br clear="all">Joćo Mesquita<br><br><br><br>
<div>On Wed, Sep 28, 2011 at 11:52 PM, king2kin <span dir="ltr">&lt;<a href="mailto:xing2kin@yahoo.com" rel="nofollow" target="_blank">xing2kin@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote style="border-left:#ccc 1px solid;margin:0px 0px 0px 0.8ex;padding-left:1ex">
<div>
<div style="background-color:#fff;font-family:times new roman, new york, times, serif;color:#000;font-size:12pt">
<div><span>Hi Joao,</span></div>
<div><span></span> </div>
<div><span>Yes, I do have the folder [plugins] inside the folder where I have the fsgui.exe. The directory structure where I installed FsGui is as follows:</span></div>
<div><span></span> </div>
<div><span>[C:\FreeSWITCH]: this is the root directory where [FsGui] was installed, and  those exe files are located;</span></div>
<div><span>[C:\FreeSWITCH\plugins]: it contains only one dll file &quot;consoleplugin.dll&quot;.</span></div>
<div><span></span> </div>
<div><span>x.k. <var></var></span></div>
<div><br></div>
<div style="font-family:times new roman, new york, times, serif;font-size:12pt">
<div style="font-family:times new roman, new york, times, serif;font-size:12pt"><font size="2" face="Arial">
<div style="border-bottom:#ccc 1px solid;border-left:#ccc 1px solid;padding-bottom:0px;line-height:0;margin:5px 0px;min-height:0px;padding-left:0px;padding-right:0px;font-size:0px;border-top:#ccc 1px solid;border-right:#ccc 1px solid;padding-top:0px">
</div><b><span style="font-weight:bold">From:</span></b> Joćo Mesquita &lt;<a href="mailto:jmesquita@freeswitch.org" rel="nofollow" target="_blank">jmesquita@freeswitch.org</a>&gt;<br><b><span style="font-weight:bold">To:</span></b> FreeSWITCH Users Help &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org" rel="nofollow" target="_blank">freeswitch-users@lists.freeswitch.org</a>&gt;<br>
<b><span style="font-weight:bold">Sent:</span></b> Wednesday, September 28, 2011 9:19 PM<br><b><span style="font-weight:bold">Subject:</span></b> Re: [Freeswitch-users] FsGUI.exe on windows 2003 server: no
 available plugin<br></font>
<div>
<div></div>
<div><br>
<div>
<div>Do you have the plugins folder inside the folder where you have the .exe?</div>
<div><br></div>
<div>Regards,</div>Joćo Mesquita<br><br><br><br>
<div>On Wed, Sep 28, 2011 at 3:47 AM, king2kin <span dir="ltr">&lt;<a href="mailto:xing2kin@yahoo.com" rel="nofollow" target="_blank">xing2kin@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote style="border-left:#ccc 1px solid;margin:0px 0px 0px 0.8ex;padding-left:1ex">
<div>
<div style="font-family:times new roman, new york, times, serif;font-size:12pt">
<div>Hi, </div>
<div> </div>
<div>I downloaded windows version of FsGui.exe on <a href="http://wiki.freeswitch.org/wiki/Fsgui" rel="nofollow" target="_blank">http://wiki.freeswitch.org/wiki/Fsgui</a> .</div>
<div> </div>
<div>After installing it, I tried to run it on windows 2003 server, it poped up an error dialog saying</div>
<div>&quot;no available plugins. Install conpatible plugins before running fsgui&quot;. Here I wonder what else I should install to run fsgui.</div>
<div> </div>
<div>Thanks.</div>
<div> </div>
<div>x.k.<var></var></div></div></div><br><br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" rel="nofollow" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="nofollow" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="nofollow" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a href="http://www.freeswitch.org/" rel="nofollow" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div><br><br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" rel="nofollow" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="nofollow" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="nofollow" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a href="http://www.freeswitch.org/" rel="nofollow" target="_blank">http://www.freeswitch.org</a><br>
<br><br></div></div></div></div></div></div><br><br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" rel="nofollow" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="nofollow" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="nofollow" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a href="http://www.freeswitch.org/" rel="nofollow" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div></div><br><br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br>
<br><br></div></div></div></div></div></div><br><br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>