<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>My dll's are loaded correctly, I have a trouble becouse the directory where are loaded it finish with ";" (whitout ""), i mean the default path assembly finish with ";"</DIV>
<DIV>&nbsp;</DIV>
<DIV>Is possible remove&nbsp;the character ";"&nbsp; ?</DIV>
<DIV>&nbsp;</DIV>
<DIV>thanks</DIV>
<DIV>&nbsp;</DIV>
<DIV>Diego</DIV>
<DIV><BR>--- On <B>Wed, 7/29/09, Michael Giagnocavo <I>&lt;mgg@giagnocavo.net&gt;</I></B> wrote:<BR></DIV>
<BLOCKQUOTE style="BORDER-LEFT: rgb(16,16,255) 2px solid; PADDING-LEFT: 5px; MARGIN-LEFT: 5px"><BR>From: Michael Giagnocavo &lt;mgg@giagnocavo.net&gt;<BR>Subject: Re: [Freeswitch-users] mod_managed users?<BR>To: "freeswitch-users@lists.freeswitch.org" &lt;freeswitch-users@lists.freeswitch.org&gt;<BR>Date: Wednesday, July 29, 2009, 2:32 PM<BR><BR>
<DIV id=yiv186765010>
<STYLE>
<!--
#yiv186765010  
 _filtered #yiv186765010 {font-family:"MS Mincho";
panose-1:2 2 6 9 4 2 5 8 3 4;}
 _filtered #yiv186765010 {font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
 _filtered #yiv186765010 {font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
 _filtered #yiv186765010 {font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
 _filtered #yiv186765010 {
panose-1:2 2 6 9 4 2 5 8 3 4;}
#yiv186765010  
#yiv186765010 p.MsoNormal, #yiv186765010 li.MsoNormal, #yiv186765010 div.MsoNormal
        {margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman", "serif";}
#yiv186765010 a:link, #yiv186765010 span.MsoHyperlink
        {
color:blue;
text-decoration:underline;}
#yiv186765010 a:visited, #yiv186765010 span.MsoHyperlinkFollowed
        {
color:purple;
text-decoration:underline;}
#yiv186765010 span.EmailStyle17
        {
font-family:"Calibri", "sans-serif";
color:#1F497D;}
#yiv186765010 .MsoChpDefault
        {
font-size:10.0pt;}
 _filtered #yiv186765010 {
margin:1.0in 1.0in 1.0in 1.0in;}
#yiv186765010 div.Section1
        {}
-->
</STYLE>

<DIV class=Section1>
<P class=MsoNormal><SPAN style="FONT-FAMILY: 'Calibri', 'sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt">The error is that it just doesn’t find that alias to call the plugin. Assuming everything is spelled correctly, this probably means the DLL did not load. </SPAN></DIV>
<P class=MsoNormal><SPAN style="FONT-FAMILY: 'Calibri', 'sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt">&nbsp;</SPAN></DIV>
<P class=MsoNormal><SPAN style="FONT-FAMILY: 'Calibri', 'sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt">I just checked in a fix for dlls that don’t have both Api and App interfaces – it would not load them at all. Try with it now and see if that’s the problem. If it is, I apologize.</SPAN></DIV>
<P class=MsoNormal><SPAN style="FONT-FAMILY: 'Calibri', 'sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt">&nbsp;</SPAN></DIV>
<P class=MsoNormal><SPAN style="FONT-FAMILY: 'Calibri', 'sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt">If it still doesn’t, paste the full log of when it loads your file.</SPAN></DIV>
<P class=MsoNormal><SPAN style="FONT-FAMILY: 'Calibri', 'sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt">&nbsp;</SPAN></DIV>
<P class=MsoNormal><SPAN style="FONT-FAMILY: 'Calibri', 'sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt">Thanks,</SPAN></DIV>
<P class=MsoNormal><SPAN style="FONT-FAMILY: 'Calibri', 'sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt">Michael</SPAN></DIV>
<P class=MsoNormal><SPAN style="FONT-FAMILY: 'Calibri', 'sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt">&nbsp;</SPAN></DIV>
<DIV style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<P class=MsoNormal><B><SPAN style="FONT-FAMILY: 'Tahoma', 'sans-serif'; FONT-SIZE: 10pt">From:</SPAN></B><SPAN style="FONT-FAMILY: 'Tahoma', 'sans-serif'; FONT-SIZE: 10pt"> freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] <B>On Behalf Of </B>Diego Toro<BR><B>Sent:</B> Wednesday, July 29, 2009 12:44 PM<BR><B>To:</B> freeswitch-users@lists.freeswitch.org<BR><B>Subject:</B> Re: [Freeswitch-users] mod_managed users?</SPAN></DIV></DIV>
<P class=MsoNormal>&nbsp;</DIV>
<TABLE class=MsoNormalTable border=0 cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD style="PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; PADDING-TOP: 0in" vAlign=top>
<DIV>
<P class=MsoNormal>Hi Michael,</DIV></DIV>
<DIV>
<P class=MsoNormal>&nbsp;</DIV></DIV>
<DIV>
<P class=MsoNormal>I am working with lastest managed module, I have assemblies wich dependen of others assemblies (dll's), the past version it works fine, but I have now next the error message:</DIV></DIV>
<DIV>
<P class=MsoNormal>&nbsp;</DIV></DIV>
<DIV>
<P class=MsoNormal>EXECUTE <A href="http://us.mc335.mail.yahoo.com/mc/compose?to=sofia/internal/10510@192.168.27.10" rel=nofollow target=_blank ymailto="mailto:sofia/internal/10510@192.168.27.10">sofia/internal/10510@192.168.27.10</A> managed(CIV_BPFSProcess)<BR>2009-07-29 13:31:27.718750 [DEBUG] switch_cpp.cpp:1130 FreeSWITCH.Managed: attempting to run application 'CIV_BPFSProcess'.<BR>2009-07-29 13:31:27.718750 [ERR] switch_cpp.cpp:1130 App plugin CIV_BPFSProcess not found.<BR>2009-07-29 13:31:27.718750 [ERR] mod_managed.cpp:405 Application run failed for CIV_BPFSProcess (unknown module or exception).</DIV></DIV>
<DIV>
<P class=MsoNormal>&nbsp;</DIV></DIV>
<DIV>
<P class=MsoNormal>My declaration class&nbsp; is:<BR>public class CIV_BPFSProcess : FreeSWITCH.IAppPlugin</DIV></DIV>
<DIV>
<P class=MsoNormal>It has public method: <BR>public void Run(AppContext context).</DIV></DIV>
<DIV>
<P class=MsoNormal>&nbsp;</DIV></DIV>
<DIV>
<P class=MsoNormal>I have VS2008 on Windows<BR><BR>Thanks</DIV></DIV>
<DIV>
<P class=MsoNormal>&nbsp;</DIV></DIV>
<DIV>
<P class=MsoNormal>Diego<BR><BR>--- On <B>Wed, 7/29/09, Michael Giagnocavo <I>&lt;mgg@giagnocavo.net&gt;</I></B> wrote:</DIV></DIV>
<BLOCKQUOTE style="BORDER-BOTTOM: medium none; BORDER-LEFT: #1010ff 1.5pt solid; PADDING-BOTTOM: 0in; MARGIN-TOP: 5pt; PADDING-LEFT: 4pt; PADDING-RIGHT: 0in; MARGIN-BOTTOM: 5pt; MARGIN-LEFT: 3.75pt; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in">
<P style="MARGIN-BOTTOM: 12pt" class=MsoNormal><BR>From: Michael Giagnocavo &lt;mgg@giagnocavo.net&gt;<BR>Subject: Re: [Freeswitch-users] mod_managed users?<BR>To: "freeswitch-users@lists.freeswitch.org" &lt;freeswitch-users@lists.freeswitch.org&gt;<BR>Date: Wednesday, July 29, 2009, 1:46 AM</DIV>
<DIV>
<P class=MsoNormal>Hi Łukasz,<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; Would you please send me the DLL offlist and I'll figure it out?<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; The new session you create is the b-leg. The parameter it takes in originate is the a-leg. So you'd do:<BR><BR>var session = new ManagedSession();<BR>session.Originate(context.Session, "sofia/default/1000",10);<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; As to non-blocking, I'm quite sure it's possible, but I don't recall offhand which functions. This should be the same as in any other language for FreeSWITCH -- these functions are just passthrough from the FS C++ API.<BR><BR>-Michael<BR><BR>-----Original Message-----<BR>From: <A href="http://us.mc335.mail.yahoo.com/mc/compose?to=freeswitch-users-bounces@lists.freeswitch.org" rel=nofollow target=_blank>freeswitch-users-bounces@lists.freeswitch.org</A> [mailto:<A
 href="http://us.mc335.mail.yahoo.com/mc/compose?to=freeswitch-users-bounces@lists.freeswitch.org" rel=nofollow target=_blank>freeswitch-users-bounces@lists.freeswitch.org</A>] On Behalf Of Lukasz Zwierko<BR>Sent: Wednesday, July 29, 2009 12:13 AM<BR>To: <A href="http://us.mc335.mail.yahoo.com/mc/compose?to=freeswitch-users@lists.freeswitch.org" rel=nofollow target=_blank>freeswitch-users@lists.freeswitch.org</A><BR>Subject: Re: [Freeswitch-users] mod_managed users?<BR><BR>Hi Michael ,<BR><BR>thanks a lot for support on this.<BR><BR>&gt; As to the main problem of your DLL not working, can you send me the full source code, or all the logging output from loading it? Try "managedreload my.dll" to reload the DLL and see how it is registering them. It should output something like "Registering API FullName with Aliases fullname, shortname".<BR>&gt;<BR><BR>I'm just using the Demo.cs example, I compile it to dll undef VC#, not<BR>mono, maybe that is the
 difference?<BR>The output from the log is just as you stated "Registering API<BR>FullName with Aliases fullname, shortname". The difference between<BR>loading dll and csx is that, when loading csx all api and app classes<BR>are listed as registered, while with dll nothing is listed..<BR><BR>Anyway, I have another question regarding usage of the CoreSession and<BR>ManagedSession object.<BR>Basically in my script I want to start new session and originate a call.<BR>So what I do is<BR><BR>ManageSession session = new ManagedSession();<BR>session.Originate(session,"sofia/default/1000",10);<BR><BR>And it works but I have some doubts. First thing is, why the first<BR>param of the Originate method is the CoreSession object? Can't it just<BR>use 'this'?&nbsp; Or is there more to it?<BR><BR>Second thing is the third parameter - timeout in seconds. Can't the<BR>call be started in non-blocking mode? I can start in a different<BR>thread of course, is that the
 intended behavior?<BR><BR>Thanks for help,<BR><BR>Łukasz<BR><BR><BR>2009/7/28 Michael Giagnocavo &lt;<A href="http://us.mc335.mail.yahoo.com/mc/compose?to=mgg@giagnocavo.net" rel=nofollow target=_blank>mgg@giagnocavo.net</A>&gt;:<BR>&gt; Hello Lukasz,<BR>&gt;<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; Thanks for testing mod_managed. I apologize for the problems you've encountered, and I'll try to sort them out for you.<BR>&gt;<BR>&gt; A few things first:<BR>&gt;<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; - Scripting support: This is made to allow "true" scripts, as invoked as an EXE - similar to the Lua and spidermonkey support. So, without a Main(), it won't compile as an EXE. If you aren't using it as a script, then an empty Main method will work fine.<BR>&gt;<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; - Entry points must be public for Mono. I'll update the demo code to make sure that Main is public. This is a bug in Mono's lightweight code generation -- it won't skip the
 JIT access checks.<BR>&gt;<BR>&gt; As to the main problem of your DLL not working, can you send me the full source code, or all the logging output from loading it? Try "managedreload my.dll" to reload the DLL and see how it is registering them. It should output something like "Registering API FullName with Aliases fullname, shortname".<BR>&gt;<BR>&gt; Thanks,<BR>&gt; Michael<BR>&gt;<BR>&gt; -----Original Message-----<BR>&gt; From: <A href="http://us.mc335.mail.yahoo.com/mc/compose?to=freeswitch-users-bounces@lists.freeswitch.org" rel=nofollow target=_blank>freeswitch-users-bounces@lists.freeswitch.org</A> [mailto:<A href="http://us.mc335.mail.yahoo.com/mc/compose?to=freeswitch-users-bounces@lists.freeswitch.org" rel=nofollow target=_blank>freeswitch-users-bounces@lists.freeswitch.org</A>] On Behalf Of Lukasz Zwierko<BR>&gt; Sent: Tuesday, July 28, 2009 1:26 PM<BR>&gt; To: <A
 href="http://us.mc335.mail.yahoo.com/mc/compose?to=freeswitch-users@lists.freeswitch.org" rel=nofollow target=_blank>freeswitch-users@lists.freeswitch.org</A><BR>&gt; Subject: Re: [Freeswitch-users] mod_managed users?<BR>&gt;<BR>&gt; -----BEGIN PGP SIGNED MESSAGE-----<BR>&gt; Hash: SHA1<BR>&gt;<BR>&gt; Hi,<BR>&gt;<BR>&gt; I've just tried new mod_managed under Win32 and I get a weird behavior.<BR>&gt; I try the example below:<BR>&gt;<BR>&gt; public class DemoScript : IApiPlugin<BR>&gt; {<BR>&gt;&nbsp; &nbsp; public void Execute(ApiContext context)<BR>&gt;&nbsp; &nbsp; {<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; context.Stream.Write(string.Format("DemoScripts executed with<BR>&gt; args '{0}' and event type {1}.",<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; context.Arguments, context.Event == null ? "&lt;none&gt;" :<BR>&gt; context.Event.GetEventType()));<BR>&gt;&nbsp; &nbsp; }<BR>&gt;<BR>&gt;&nbsp; &nbsp; public void ExecuteBackground(ApiBackgroundContext
 context)<BR>&gt;&nbsp; &nbsp; {<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; Log.WriteLine(LogLevel.Notice, "DemoScripts on a background<BR>&gt; thread #({0}), with args '{1}'.",<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; System.Threading.Thread.CurrentThread.ManagedThreadId,<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; context.Arguments);<BR>&gt;&nbsp; &nbsp; }<BR>&gt; }<BR>&gt;<BR>&gt; It's just like the ApiDemo from Demo.cs<BR>&gt;<BR>&gt; So When I copy DemoScript.csx to managed dir the console log is:<BR>&gt;<BR>&gt; "<BR>&gt; freeswitch@Zwierko-laptop&gt; Loading<BR>&gt; c:\Users\Zwierko\Projects\fs\svn\Debug\mod\managed\DemoScripts.csx from<BR>&gt; domain DemoScripts.csx_3<BR>&gt; 2009-07-28 20:57:16.710000 [INFO] switch_cpp.cpp:1130 Compiling<BR>&gt; c:\Users\Zwierko\Projects\fs\svn\Debug\mod\managed\DemoScripts.csx<BR>&gt; 2009-07-28 20:57:16.970000 [ERR] switch_cpp.cpp:1130 There were 1 errors<BR>&gt; compiling<BR>&gt;
 c:\Users\Zwierko\Projects\fs\svn\Debug\mod\managed\DemoScripts.csx.<BR>&gt; 2009-07-28 20:57:16.970000 [ERR] switch_cpp.cpp:1130 CS5001: Program<BR>&gt; 'c:\Users\Zwierko\AppData\Local\Temp\fc8jnlir.exe' does not contain a<BR>&gt; static 'Main' method<BR>&gt; suitable for an entry point<BR>&gt; "<BR>&gt;<BR>&gt; Adding<BR>&gt;<BR>&gt; "<BR>&gt;&nbsp; &nbsp; public static void Main()<BR>&gt;&nbsp; &nbsp; {<BR>&gt;&nbsp; &nbsp; }<BR>&gt; "<BR>&gt;<BR>&gt; solves the issue. Is this how it's supposed to work?<BR>&gt;<BR>&gt; Another strange thing is that when I compile this class to DLL (release)<BR>&gt; it does not work at all...<BR>&gt;<BR>&gt; freeswitch@Zwierko-laptop&gt; Loading<BR>&gt; c:\Users\Zwierko\Projects\fs\svn\Debug\mod\managed\FSScripts.dll from<BR>&gt; domain FSScripts.dll_5<BR>&gt;<BR>&gt;<BR>&gt; freeswitch@Zwierko-laptop&gt;<BR>&gt;<BR>&gt; freeswitch@Zwierko-laptop&gt; managed DemoScript 111<BR>&gt; API CALL [managed(DemoScript 111)]
 output:<BR>&gt;<BR>&gt; 2009-07-28 21:13:03.542000 [ERR] switch_cpp.cpp:1130 API plugin<BR>&gt; DemoScript not found.<BR>&gt; 2009-07-28 21:13:03.542000 [ERR] mod_managed.cpp:393 Execute failed for<BR>&gt; DemoScript 111 (unknown module or exception).<BR>&gt;<BR>&gt; And another issue with scripts. I use script code as example:<BR>&gt;<BR>&gt; "<BR>&gt; public class ScriptDemo<BR>&gt; {<BR>&gt;&nbsp; &nbsp; static void Main()<BR>&gt;&nbsp; &nbsp; {<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; switch (FreeSWITCH.Script.ContextType)<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; {<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; case ScriptContextType.Api:<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var ctx = FreeSWITCH.Script.GetApiContext();<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ctx.Stream.Write("Script executing as API with args:<BR>&gt; "
 + ctx.Arguments);<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; break;<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; case ScriptContextType.ApiBackground:<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var ctx = FreeSWITCH.Script.GetApiBackgroundContext();<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Log.WriteLine(LogLevel.Notice, "Executing as<BR>&gt; APIBackground with args: " + ctx.Arguments);<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; break;<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; case ScriptContextType.App:<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 &nbsp; &nbsp; &nbsp; &nbsp; var ctx = FreeSWITCH.Script.GetAppContext();<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Log.WriteLine(LogLevel.Notice, "Executing as App<BR>&gt; with args: " + ctx.Arguments);<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; break;<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<BR>&gt;&nbsp; &nbsp; &nbsp; &nbsp; }<BR>&gt;<BR>&gt;&nbsp; &nbsp; }<BR>&gt; }<BR>&gt; "<BR>&gt;<BR>&gt;<BR>&gt; console log is as follows:<BR>&gt;<BR>&gt;<BR>&gt; freeswitch@Zwierko-laptop&gt; Loading<BR>&gt; c:\Users\Zwierko\Projects\fs\svn\Debug\mod\managed\Script.csx from<BR>&gt; domain Script.csx_8<BR>&gt; 2009-07-28 21:19:36.289000 [INFO] switch_cpp.cpp:1130 Compiling<BR>&gt; c:\Users\Zwierko\Projects\fs\svn\Debug\mod\managed\Script.csx<BR>&gt; 2009-07-28 21:19:36.438000 [INFO] switch_cpp.cpp:1130 File<BR>&gt;
 c:\Users\Zwierko\Projects\fs\svn\Debug\mod\managed\Script.csx compiled<BR>&gt; successfully.<BR>&gt; 2009-07-28 21:19:36.451000 [ERR] switch_cpp.cpp:1130 Entry point:<BR>&gt; ScriptDemo.Main is not public. This may cause errors with Mono.<BR>&gt; 2009-07-28 21:19:36.458000 [NOTICE] switch_cpp.cpp:1130 Loaded App<BR>&gt; Script.csx, aliases 'Script.csx', into domain Script.csx_8.<BR>&gt; 2009-07-28 21:19:36.459000 [NOTICE] switch_cpp.cpp:1130 Loaded Api<BR>&gt; Script.csx, aliases 'Script.csx', into domain Script.csx_8.<BR>&gt; 2009-07-28 21:19:36.459000 [INFO] switch_cpp.cpp:1130 Finished loading<BR>&gt; c:\Users\Zwierko\Projects\fs\svn\Debug\mod\managed\Script.csx into<BR>&gt; domain Script.csx_8.<BR>&gt; managed ScriptDemo 111<BR>&gt; 2009-07-28 21:19:53.452000 [ERR] switch_cpp.cpp:1130 API plugin<BR>&gt; ScriptDemo not found.<BR>&gt; API CALL [managed(ScriptDemo 111)] output:<BR>&gt;<BR>&gt; 2009-07-28 21:19:53.452000 [ERR] mod_managed.cpp:393
 Execute failed for<BR>&gt; ScriptDemo 111 (unknown module or exception).<BR>&gt;<BR>&gt;<BR>&gt; Again, am I doing something wrong in here?<BR>&gt;<BR>&gt; Thanks, for any feedback<BR>&gt;<BR>&gt; Lukasz Zwierko<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; Michael Giagnocavo wrote:<BR>&gt;&gt; Ah, that's embarrassing. I added them and tried building FreeSWITCH.Managed from svn and it worked fine now. (I'll kick off a new complete build in a minute.)<BR>&gt;&gt;<BR>&gt;&gt; -Michael<BR>&gt;&gt;<BR>&gt;&gt; From: <A href="http://us.mc335.mail.yahoo.com/mc/compose?to=freeswitch-users-bounces@lists.freeswitch.org" rel=nofollow target=_blank>freeswitch-users-bounces@lists.freeswitch.org</A> [mailto:<A href="http://us.mc335.mail.yahoo.com/mc/compose?to=freeswitch-users-bounces@lists.freeswitch.org" rel=nofollow target=_blank>freeswitch-users-bounces@lists.freeswitch.org</A>] On Behalf Of Diego Toro<BR>&gt;&gt; Sent: Sunday, July 26, 2009 8:47
 AM<BR>&gt;&gt; To: <A href="http://us.mc335.mail.yahoo.com/mc/compose?to=freeswitch-users@lists.freeswitch.org" rel=nofollow target=_blank>freeswitch-users@lists.freeswitch.org</A><BR>&gt;&gt; Subject: Re: [Freeswitch-users] mod_managed users?<BR>&gt;&gt;<BR>&gt;&gt; Hi Michael,<BR>&gt;&gt;<BR>&gt;&gt; Thank you for your job with mod_managed, I get lastest version with mod_managed but the files PluginInterfaces.cs, PluginManager.cs and ScriptPluginManager.cs were not downloaded.<BR>&gt;&gt;<BR>&gt;&gt; Diego<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; --- On Sun, 7/26/09, Michael Giagnocavo &lt;<A href="http://us.mc335.mail.yahoo.com/mc/compose?to=mgg@giagnocavo.net" rel=nofollow target=_blank>mgg@giagnocavo.net</A>&gt; wrote:<BR>&gt;&gt;<BR>&gt;&gt; From: Michael Giagnocavo &lt;<A href="http://us.mc335.mail.yahoo.com/mc/compose?to=mgg@giagnocavo.net" rel=nofollow target=_blank>mgg@giagnocavo.net</A>&gt;<BR>&gt;&gt; Subject: Re: [Freeswitch-users] mod_managed
 users?<BR>&gt;&gt; To: "<A href="http://us.mc335.mail.yahoo.com/mc/compose?to=freeswitch-users@lists.freeswitch.org" rel=nofollow target=_blank>freeswitch-users@lists.freeswitch.org</A>" &lt;<A href="http://us.mc335.mail.yahoo.com/mc/compose?to=freeswitch-users@lists.freeswitch.org" rel=nofollow target=_blank>freeswitch-users@lists.freeswitch.org</A>&gt;<BR>&gt;&gt; Date: Sunday, July 26, 2009, 2:18 AM<BR>&gt;&gt; Hello,<BR>&gt;&gt;<BR>&gt;&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;I just checked in a new mod_managed. It breaks backwards compatibility, but adds scripting and reloading support.<BR>&gt;&gt;<BR>&gt;&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;I tested it on CentOS 5.3 x64 with Mono 2.4.2.2. Just make &amp; make install seemed to take care of everything.<BR>&gt;&gt;<BR>&gt;&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Let me know if you have better luck with this
 version.<BR>&gt;&gt;<BR>&gt;&gt; Thanks,<BR>&gt;&gt; Michael<BR>&gt;&gt;<BR>&gt;&gt; From: <A href="http://us.mc335.mail.yahoo.com/mc/compose?to=freeswitch-users-bounces@lists.freeswitch.org" rel=nofollow target=_blank>freeswitch-users-bounces@lists.freeswitch.org</A> [mailto:<A href="http://us.mc335.mail.yahoo.com/mc/compose?to=freeswitch-users-bounces@lists.freeswitch.org" rel=nofollow target=_blank>freeswitch-users-bounces@lists.freeswitch.org</A>] On Behalf Of Muhammad Shahzad<BR>&gt;&gt; Sent: Saturday, July 18, 2009 6:58 AM<BR>&gt;&gt; To: <A href="http://us.mc335.mail.yahoo.com/mc/compose?to=freeswitch-users@lists.freeswitch.org" rel=nofollow target=_blank>freeswitch-users@lists.freeswitch.org</A><BR>&gt;&gt; Subject: Re: [Freeswitch-users] mod_managed users?<BR>&gt;&gt;<BR>&gt;&gt; Sorry for replying late.<BR>&gt;&gt;<BR>&gt;&gt; I have tried mod_managed again on same machine (Lenovo 3000 N200), same OS (Ubuntu-9.04) and Mono version 2.0.1 but
 with latest FS revision 14249.<BR>&gt;&gt;<BR>&gt;&gt; It compiles correctly this time but gives following error upon "make install",<BR>&gt;&gt;<BR>&gt;&gt; =====================================================================<BR>&gt;&gt; making install mod_managed<BR>&gt;&gt; make[5]: *** No rule to make target `/usr/local/freeswitch/mod/mod_managed.so', needed by `local_install'.&nbsp; Stop.<BR>&gt;&gt; make[4]: *** [install] Error 1<BR>&gt;&gt; make[3]: *** [mod_managed-install] Error 1<BR>&gt;&gt; make[2]: *** [install-recursive] Error 1<BR>&gt;&gt;<BR>&gt;&gt; =====================================================================<BR>&gt;&gt;<BR>&gt;&gt; Here is compilation log when executing "make", if it could of any help.<BR>&gt;&gt;<BR>&gt;&gt; =====================================================================<BR>&gt;&gt; making all mod_managed<BR>&gt;&gt; Compiling freeswitch_managed.cpp...<BR>&gt;&gt; g++
 -I/usr/src/svn-src/freeswitch/src/include -I/usr/src/svn-src/freeswitch/libs/libteletone/src -fPIC -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -D_GNU_SOURCE -D_REENTRANT -pthread -I/usr/include/mono-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_CONFIG_H -c -o freeswitch_managed.o freeswitch_managed.cpp<BR>&gt;&gt; Compiling freeswitch_wrap.cpp...<BR>&gt;&gt; g++ -I/usr/src/svn-src/freeswitch/src/include -I/usr/src/svn-src/freeswitch/libs/libteletone/src -fPIC -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -D_GNU_SOURCE -D_REENTRANT -pthread -I/usr/include/mono-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_CONFIG_H -c -o freeswitch_wrap.o freeswitch_wrap.cpp<BR>&gt;&gt; Demo.cs(58,14): warning CS0169: The private method `FreeSWITCH.Demo.AppDemo.hangupHook()' is never used<BR>&gt;&gt; Compilation succeeded - 1 warning(s)<BR>&gt;&gt; Compiling
 mod_managed.cpp...<BR>&gt;&gt; /usr/src/svn-src/freeswitch/libtool --mode=compile --tag=CXX g++ -I/usr/src/svn-src/freeswitch/src/include -I/usr/src/svn-src/freeswitch/libs/libteletone/src -fPIC -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -D_GNU_SOURCE -D_REENTRANT -pthread -I/usr/include/mono-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_CONFIG_H -c -o mod_managed.lo mod_managed.cpp<BR>&gt;&gt; libtool: compile:&nbsp; g++ -I/usr/src/svn-src/freeswitch/src/include -I/usr/src/svn-src/freeswitch/libs/libteletone/src -fPIC -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -D_GNU_SOURCE -D_REENTRANT -pthread -I/usr/include/mono-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_CONFIG_H -c mod_managed.cpp&nbsp; -fPIC -DPIC -o .libs/mod_managed.o<BR>&gt;&gt; mod_managed.cpp: In function 'void InitManagedSession(ManagedSession*, char* (*)(void*, switch_input_type_t), void
 (*)())':<BR>&gt;&gt; mod_managed.cpp:97: warning: deprecated conversion from string constant to 'char*'<BR>&gt;&gt; libtool: compile:&nbsp; g++ -I/usr/src/svn-src/freeswitch/src/include -I/usr/src/svn-src/freeswitch/libs/libteletone/src -fPIC -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -D_GNU_SOURCE -D_REENTRANT -pthread -I/usr/include/mono-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_CONFIG_H -c mod_managed.cpp -o mod_managed.o &gt;/dev/null 2&gt;&amp;1<BR>&gt;&gt; Creating mod_managed.la...<BR>&gt;&gt; cat: .libs/mod_managed.log: No such file or directory<BR>&gt;&gt;<BR>&gt;&gt; =====================================================================<BR>&gt;&gt;<BR>&gt;&gt; Thank you.<BR>&gt;&gt; On Fri, Jul 17, 2009 at 10:59 AM, Muhammad Shahzad &lt;<A href="http://us.mc335.mail.yahoo.com/mc/compose?to=shaheryarkh@googlemail.com" rel=nofollow target=_blank>shaheryarkh@googlemail.com</A>&lt;<A
 href="http://us.mc335.mail.yahoo.com/mc/compose?to=shaheryarkh@googlemail.com" rel=nofollow target=_blank>http://us.mc335.mail.yahoo.com/mc/compose?to=shaheryarkh@googlemail.com</A>&gt;&gt; wrote:<BR>&gt;&gt; I tried to install mod_managed on ubuntu-9.04, mono framework version 2.0. It gave me a lots of errors in Loader.cs, which seems to be SWIG related. Since i am not a expert in SWIG so i disabled this module. This happend long ago, i think FS svn revision 136xx.<BR>&gt;&gt;<BR>&gt;&gt; Let me try to compile it from latest FS revision and see if it works. I will let you know the results.<BR>&gt;&gt;<BR>&gt;&gt; Thank you.<BR>&gt;&gt;<BR>&gt;&gt; On Fri, Jul 17, 2009 at 3:54 AM, Diego Toro &lt;<A href="http://us.mc335.mail.yahoo.com/mc/compose?to=dftoro@yahoo.com" rel=nofollow target=_blank>dftoro@yahoo.com</A>&lt;<A href="http://us.mc335.mail.yahoo.com/mc/compose?to=dftoro@yahoo.com" rel=nofollow
 target=_blank>http://us.mc335.mail.yahoo.com/mc/compose?to=dftoro@yahoo.com</A>&gt;&gt; wrote:<BR>&gt;&gt; Hey, I am here&nbsp; :)<BR>&gt;&gt;<BR>&gt;&gt; I am working with mod_managed on Windows 2003 and Windows Vista with sucessfull.&nbsp; I noted on user list the issue with LoadFile on Loader.cs when a assembly had reference to others assemblies, I change LoadFile by LoadFrom and the load is made fine.<BR>&gt;&gt;<BR>&gt;&gt; I use c# application and sqlserver 2005, using FS and mod_managed.<BR>&gt;&gt;<BR>&gt;&gt; Diego<BR>&gt;&gt;<BR>&gt;&gt; --- On Thu, 7/16/09, Michael Giagnocavo &lt;<A href="http://us.mc335.mail.yahoo.com/mc/compose?to=mgg@giagnocavo.net" rel=nofollow target=_blank>mgg@giagnocavo.net</A>&lt;<A href="http://us.mc335.mail.yahoo.com/mc/compose?to=mgg@giagnocavo.net" rel=nofollow target=_blank>http://us.mc335.mail.yahoo.com/mc/compose?to=mgg@giagnocavo.net</A>&gt;&gt; wrote:<BR>&gt;&gt;<BR>&gt;&gt; From: Michael Giagnocavo &lt;<A
 href="http://us.mc335.mail.yahoo.com/mc/compose?to=mgg@giagnocavo.net" rel=nofollow target=_blank>mgg@giagnocavo.net</A>&lt;<A href="http://us.mc335.mail.yahoo.com/mc/compose?to=mgg@giagnocavo.net" rel=nofollow target=_blank>http://us.mc335.mail.yahoo.com/mc/compose?to=mgg@giagnocavo.net</A>&gt;&gt;<BR>&gt;&gt; Subject: [Freeswitch-users] mod_managed users?<BR>&gt;&gt; To: "<A href="http://us.mc335.mail.yahoo.com/mc/compose?to=freeswitch-users@lists.freeswitch.org" rel=nofollow target=_blank>freeswitch-users@lists.freeswitch.org</A>&lt;<A href="http://us.mc335.mail.yahoo.com/mc/compose?to=freeswitch-users@lists.freeswitch.org" rel=nofollow target=_blank>http://us.mc335.mail.yahoo.com/mc/compose?to=freeswitch-users@lists.freeswitch.org</A>&gt;" &lt;<A href="http://us.mc335.mail.yahoo.com/mc/compose?to=freeswitch-users@lists.freeswitch.org" rel=nofollow target=_blank>freeswitch-users@lists.freeswitch.org</A>&lt;<A
 href="http://us.mc335.mail.yahoo.com/mc/compose?to=freeswitch-users@lists.freeswitch.org" rel=nofollow target=_blank>http://us.mc335.mail.yahoo.com/mc/compose?to=freeswitch-users@lists.freeswitch.org</A>&gt;&gt;<BR>&gt;&gt; Date: Thursday, July 16, 2009, 4:43 PM<BR>&gt;&gt;<BR>&gt;&gt; Hey, if there are any mod_managed users on this list, I'd love it if you were able to let me know. I'd like to get feedback, positive or negative, on what worked, what didn't, and how mod_managed can improve for you. Feel free to write on list or directly to me: mgg at giagnocavo.net&lt;<A href="http://giagnocavo.net/" rel=nofollow target=_blank>http://giagnocavo.net/</A>&gt;<BR>&gt;&gt;<BR>&gt;&gt; Thanks!<BR>&gt;&gt; -Michael<BR>&gt;&gt; -----Inline Attachment Follows-----<BR>&gt;&gt;<BR>&gt;&gt; _______________________________________________<BR>&gt;&gt; FreeSWITCH-users mailing list<BR>&gt;&gt; <A
 href="http://us.mc335.mail.yahoo.com/mc/compose?to=FreeSWITCH-users@lists.freeswitch.org" rel=nofollow target=_blank>FreeSWITCH-users@lists.freeswitch.org</A>&lt;<A href="http://us.mc335.mail.yahoo.com/mc/compose?to=FreeSWITCH-users@lists.freeswitch.org" rel=nofollow target=_blank>http://us.mc335.mail.yahoo.com/mc/compose?to=FreeSWITCH-users@lists.freeswitch.org</A>&gt;<BR>&gt;&gt; <A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel=nofollow target=_blank>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>&gt;&gt; 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>&gt;&gt; <A href="http://www.freeswitch.org/" rel=nofollow target=_blank>http://www.freeswitch.org</A>&lt;<A href="http://www.freeswitch.org/" rel=nofollow
 target=_blank>http://www.freeswitch.org/</A>&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; _______________________________________________<BR>&gt;&gt; FreeSWITCH-users mailing list<BR>&gt;&gt; <A href="http://us.mc335.mail.yahoo.com/mc/compose?to=FreeSWITCH-users@lists.freeswitch.org" rel=nofollow target=_blank>FreeSWITCH-users@lists.freeswitch.org</A>&lt;<A href="http://us.mc335.mail.yahoo.com/mc/compose?to=FreeSWITCH-users@lists.freeswitch.org" rel=nofollow target=_blank>http://us.mc335.mail.yahoo.com/mc/compose?to=FreeSWITCH-users@lists.freeswitch.org</A>&gt;<BR>&gt;&gt; <A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel=nofollow target=_blank>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>&gt;&gt; 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>&gt;&gt; <A
 href="http://www.freeswitch.org/" rel=nofollow target=_blank>http://www.freeswitch.org</A>&lt;<A href="http://www.freeswitch.org/" rel=nofollow target=_blank>http://www.freeswitch.org/</A>&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; --<BR>&gt;&gt; Muhammad Shahzad<BR>&gt;&gt; -----------------------------------<BR>&gt;&gt; CISCO Rich Media Communication Specialist (CRMCS)<BR>&gt;&gt; CISCO Certified Network Associate (CCNA)<BR>&gt;&gt; Cell: +92 334 422 40 88<BR>&gt;&gt; MSN: <A href="http://us.mc335.mail.yahoo.com/mc/compose?to=shari_786pk@hotmail.com" rel=nofollow target=_blank>shari_786pk@hotmail.com</A>&lt;<A href="http://us.mc335.mail.yahoo.com/mc/compose?to=shari_786pk@hotmail.com" rel=nofollow target=_blank>http://us.mc335.mail.yahoo.com/mc/compose?to=shari_786pk@hotmail.com</A>&gt;<BR>&gt;&gt; Email: <A href="http://us.mc335.mail.yahoo.com/mc/compose?to=shaheryarkh@googlemail.com" rel=nofollow target=_blank>shaheryarkh@googlemail.com</A>&lt;<A
 href="http://us.mc335.mail.yahoo.com/mc/compose?to=shaheryarkh@googlemail.com" rel=nofollow target=_blank>http://us.mc335.mail.yahoo.com/mc/compose?to=shaheryarkh@googlemail.com</A>&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; --<BR>&gt;&gt; Muhammad Shahzad<BR>&gt;&gt; -----------------------------------<BR>&gt;&gt; CISCO Rich Media Communication Specialist (CRMCS)<BR>&gt;&gt; CISCO Certified Network Associate (CCNA)<BR>&gt;&gt; Cell: +92 334 422 40 88<BR>&gt;&gt; MSN: <A href="http://us.mc335.mail.yahoo.com/mc/compose?to=shari_786pk@hotmail.com" rel=nofollow target=_blank>shari_786pk@hotmail.com</A>&lt;<A href="http://us.mc335.mail.yahoo.com/mc/compose?to=shari_786pk@hotmail.com" rel=nofollow target=_blank>http://us.mc335.mail.yahoo.com/mc/compose?to=shari_786pk@hotmail.com</A>&gt;<BR>&gt;&gt; Email: <A href="http://us.mc335.mail.yahoo.com/mc/compose?to=shaheryarkh@googlemail.com" rel=nofollow target=_blank>shaheryarkh@googlemail.com</A>&lt;<A
 href="http://us.mc335.mail.yahoo.com/mc/compose?to=shaheryarkh@googlemail.com" rel=nofollow target=_blank>http://us.mc335.mail.yahoo.com/mc/compose?to=shaheryarkh@googlemail.com</A>&gt;<BR>&gt;&gt;<BR>&gt;&gt; -----Inline Attachment Follows-----<BR>&gt;&gt; _______________________________________________<BR>&gt;&gt; FreeSWITCH-users mailing list<BR>&gt;&gt; <A href="http://us.mc335.mail.yahoo.com/mc/compose?to=FreeSWITCH-users@lists.freeswitch.org" rel=nofollow target=_blank>FreeSWITCH-users@lists.freeswitch.org</A>&lt;<A href="http://us.mc335.mail.yahoo.com/mc/compose?to=FreeSWITCH-users@lists.freeswitch.org" rel=nofollow target=_blank>http://us.mc335.mail.yahoo.com/mc/compose?to=FreeSWITCH-users@lists.freeswitch.org</A>&gt;<BR>&gt;&gt; <A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel=nofollow target=_blank>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>&gt;&gt; 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>&gt;&gt; <A href="http://www.freeswitch.org/" rel=nofollow target=_blank>http://www.freeswitch.org</A>&lt;<A href="http://www.freeswitch.org/" rel=nofollow target=_blank>http://www.freeswitch.org/</A>&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; ------------------------------------------------------------------------<BR>&gt;&gt;<BR>&gt;&gt; _______________________________________________<BR>&gt;&gt; FreeSWITCH-users mailing list<BR>&gt;&gt; <A href="http://us.mc335.mail.yahoo.com/mc/compose?to=FreeSWITCH-users@lists.freeswitch.org" rel=nofollow target=_blank>FreeSWITCH-users@lists.freeswitch.org</A><BR>&gt;&gt; <A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel=nofollow target=_blank>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>&gt;&gt;
 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>&gt;&gt; <A href="http://www.freeswitch.org/" rel=nofollow target=_blank>http://www.freeswitch.org</A><BR>&gt; -----BEGIN PGP SIGNATURE-----<BR>&gt; Version: GnuPG v1.4.9 (MingW32)<BR>&gt; Comment: Using GnuPG with Mozilla - <A href="http://enigmail.mozdev.org/" rel=nofollow target=_blank>http://enigmail.mozdev.org</A><BR>&gt;<BR>&gt; iQEcBAEBAgAGBQJKb1CvAAoJED7LBosr0F2u6E4H/i0SVOJDrh4+3ex6nEDnVJQl<BR>&gt; mLjTPpyoAyP3cEp37YmQbrk2DAqfmQgysygaiKP6yxdFsyDsPmphMV1biWGi8DgM<BR>&gt; pwTiGQACFdWWiWiYk/J09ZbRJR24S8zHxuETQK93/7fy53tgqW6o35hLxb3arOaH<BR>&gt; VOAUDHQkMX7Q/PFaorWk/bhYDbq6+XxwkBCQHeMk3zErZT1rl+haxVtBXN1N0h8+<BR>&gt; k5t3C5bJpPNjpTmm4m0BEOdA7WfU2iFIJeOH9ZoHih01n68COnb52pl349Ah2fV8<BR>&gt; cVVouTbOtjGsRpyq9OYh7XhIFzH/QUZQykL/BMlR3Df3g8KRJ8Q8p/zj5bNRDlA=<BR>&gt; =LgK4<BR>&gt;
 -----END PGP SIGNATURE-----<BR>&gt;<BR>&gt; _______________________________________________<BR>&gt; FreeSWITCH-users mailing list<BR>&gt; <A href="http://us.mc335.mail.yahoo.com/mc/compose?to=FreeSWITCH-users@lists.freeswitch.org" rel=nofollow target=_blank>FreeSWITCH-users@lists.freeswitch.org</A><BR>&gt; <A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel=nofollow target=_blank>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>&gt; 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>&gt; <A href="http://www.freeswitch.org/" rel=nofollow target=_blank>http://www.freeswitch.org</A><BR>&gt; _______________________________________________<BR>&gt; FreeSWITCH-users mailing list<BR>&gt; <A href="http://us.mc335.mail.yahoo.com/mc/compose?to=FreeSWITCH-users@lists.freeswitch.org" rel=nofollow
 target=_blank>FreeSWITCH-users@lists.freeswitch.org</A><BR>&gt; <A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel=nofollow target=_blank>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>&gt; 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>&gt; <A href="http://www.freeswitch.org/" rel=nofollow target=_blank>http://www.freeswitch.org</A><BR>&gt;<BR><BR>_______________________________________________<BR>FreeSWITCH-users mailing list<BR><A href="http://us.mc335.mail.yahoo.com/mc/compose?to=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>FreeSWITCH-users mailing list<BR><A href="http://us.mc335.mail.yahoo.com/mc/compose?to=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></DIV></DIV></BLOCKQUOTE></TD></TR></TBODY></TABLE>
<P class=MsoNormal><SPAN style="FONT-FAMILY: 'Calibri', 'sans-serif'; FONT-SIZE: 10pt">&nbsp;</SPAN></DIV></DIV></DIV><BR>-----Inline Attachment Follows-----<BR><BR>
<DIV class=plainMail>_______________________________________________<BR>FreeSWITCH-users mailing list<BR><A href="http://us.mc335.mail.yahoo.com/mc/compose?to=FreeSWITCH-users@lists.freeswitch.org" ymailto="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></DIV></BLOCKQUOTE></td></tr></table><br>