<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
I changed the filename of the dll to FreeSWITCH.Managed.dll then tried to restart.&nbsp; FS now no longer starts.&nbsp; Says mono error.... with a dump.&nbsp; I don't have the exact message because I am not on location with the machine.&nbsp; I know it does compile, load&nbsp;and execute on a windows machine.&nbsp; Just not on Centos.<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
<BR><BR>&gt; From: freeswitch-users-request@lists.freeswitch.org<BR>&gt; Subject: Freeswitch-users Digest, Vol 31, Issue 77<BR>&gt; To: freeswitch-users@lists.freeswitch.org<BR>&gt; Date: Thu, 15 Jan 2009 00:20:53 -0800<BR>&gt; <BR>&gt; Send Freeswitch-users mailing list submissions to<BR>&gt; freeswitch-users@lists.freeswitch.org<BR>&gt; <BR>&gt; To subscribe or unsubscribe via the World Wide Web, visit<BR>&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<BR>&gt; or, via email, send a message with subject or body 'help' to<BR>&gt; freeswitch-users-request@lists.freeswitch.org<BR>&gt; <BR>&gt; You can reach the person managing the list at<BR>&gt; freeswitch-users-owner@lists.freeswitch.org<BR>&gt; <BR>&gt; When replying, please edit your Subject line so it is more specific<BR>&gt; than "Re: Contents of Freeswitch-users digest..."<BR>&gt; <BR>&gt; <BR>&gt; Today's Topics:<BR>&gt; <BR>&gt; 1. mod_managed failing to load on CentOS 5.2 (Tim B)<BR>&gt; 2. Re: Using mod_managed Linux/Mono 2.02 (Michael Giagnocavo)<BR>&gt; 3. zapata.conf immediate=yes in Asterisk - Freeswitch<BR>&gt; equivalent? (Scott Ellis)<BR>&gt; 4. Country specific tones - how to contribute? (Scott Ellis)<BR>&gt; 5. Re: Country specific tones - how to contribute? (Jason White)<BR>&gt; 6. Changes in PlayAndGetDigits (Juan Backson)<BR>&gt; 7. Re: OpenZAP parse error [-3012] [Q931E_INVALID_CRV] (Peter P GMX)<BR>&gt; <BR>&gt; <BR>&gt; ----------------------------------------------------------------------<BR>&gt; <BR>&gt; Message: 1<BR>&gt; Date: Wed, 14 Jan 2009 20:13:27 -0500<BR>&gt; From: Tim B &lt;timb0311@hotmail.com&gt;<BR>&gt; Subject: [Freeswitch-users] mod_managed failing to load on CentOS 5.2<BR>&gt; To: &lt;freeswitch-users@lists.freeswitch.org&gt;<BR>&gt; Message-ID: &lt;BAY117-W5065D9F4AAF59BB1B86359DED70@phx.gbl&gt;<BR>&gt; Content-Type: text/plain; charset="windows-1252"<BR>&gt; <BR>&gt; <BR>&gt; Got mod_managed compiled and installed. Now it isn't loading. See below...<BR>&gt; <BR>&gt; <BR>&gt; 1) Donwloaded fresh from SVN<BR>&gt; <BR>&gt; 2) Compiled... and installed.. OK<BR>&gt; [root@phone2 mod_managed]# export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig<BR>&gt; [root@phone2 mod_managed]# make<BR>&gt; [root@phone2 mod_managed]# make install<BR>&gt; <BR>&gt; 3) Added to modules.conf.xml :<BR>&gt; &lt;load module="mod_managed"/&gt;<BR>&gt; <BR>&gt; 4) Started freeswitch from command line ... Error:<BR>&gt; 2009-01-14 20:01:42 [ERR] mod_managed.cpp:220 loadRuntime() mono_domain_assembly_open failed.<BR>&gt; 2009-01-14 20:01:42 [CRIT] switch_loadable_module.c:839 switch_loadable_module_load_file() Error Loading module /usr/local/freeswitch/mod/mod_managed.so<BR>&gt; **Module load routine returned an error**<BR>&gt; <BR>&gt; 5) I know mono2 is working because I compiled and executed a helloworld test class on machine.<BR>&gt; <BR>&gt; Any ideas?<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; _________________________________________________________________<BR>&gt; Windows Live?: Keep your life in sync. <BR>&gt; http://windowslive.com/howitworks?ocid=TXT_TAGLM_WL_t1_allup_howitworks_012009<BR>&gt; -------------- next part --------------<BR>&gt; An HTML attachment was scrubbed...<BR>&gt; URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090114/6a5facdc/attachment-0001.html <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 2<BR>&gt; Date: Thu, 15 Jan 2009 00:34:20 -0500<BR>&gt; From: Michael Giagnocavo &lt;mgg@giagnocavo.net&gt;<BR>&gt; Subject: Re: [Freeswitch-users] Using mod_managed Linux/Mono 2.02<BR>&gt; To: "freeswitch-users@lists.freeswitch.org"<BR>&gt; &lt;freeswitch-users@lists.freeswitch.org&gt;<BR>&gt; Message-ID:<BR>&gt; &lt;6E8D2069C08AA84A83D336E996AE4C670235BBB97F@mse17be1.mse17.exchange.ms&gt;<BR>&gt; <BR>&gt; Content-Type: text/plain; charset="us-ascii"<BR>&gt; <BR>&gt; The managed assembly should be the same on both platforms. The correct name is FreeSWITCH.Managed.dll. I'll get a patch to the mod_managed/managed/Makefile.<BR>&gt; <BR>&gt; Meanwhile, simply renaming mod_managed_lib.dll should work.<BR>&gt; <BR>&gt; After that, make sure there's a "managed" subdirectory where the modules are.<BR>&gt; <BR>&gt; -Michael<BR>&gt; <BR>&gt; <BR>&gt; From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Adam Long<BR>&gt; Sent: Wednesday, January 14, 2009 3:45 PM<BR>&gt; To: freeswitch-users@lists.freeswitch.org<BR>&gt; Subject: [Freeswitch-users] Using mod_managed Linux/Mono 2.02<BR>&gt; <BR>&gt; Has anyone had any luck using mod_managed under linux with mono yet?<BR>&gt; The Wiki looks to still be lacking some linux installation instructions.<BR>&gt; I feel like I'm close but missing something simple.<BR>&gt; <BR>&gt; I got as far as adding "languages/mod_managed" to the /usr/src/freeswitch-1.0.2/modules.conf without quotes obviously.<BR>&gt; <BR>&gt; My installed mono version is<BR>&gt; [root@sipcore-alpha mod]# mono -V<BR>&gt; Mono JIT compiler version 2.2 (tarball Wed Jan 14 09:44:57 PST 2009)<BR>&gt; Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com<BR>&gt; TLS: __thread<BR>&gt; GC: Included Boehm (with typed GC)<BR>&gt; SIGSEGV: altstack<BR>&gt; Notifications: epoll<BR>&gt; Architecture: x86<BR>&gt; Disabled: none<BR>&gt; <BR>&gt; I can successful compile freeswitch and it indeed compiles mod_managed.so<BR>&gt; <BR>&gt; I added &lt;load module="mod_managed" /&gt;<BR>&gt; to my /usr/local/freeswitch/conf/autoload_configs/modules.conf.xml<BR>&gt; <BR>&gt; I did also create the /usr/local/freeswitch/mod/managed directory as stated in the wiki as requirement.<BR>&gt; <BR>&gt; But when I start freeswitch I get the following in regards to the mod_managed loading...<BR>&gt; <BR>&gt; 2009-01-14 14:19:12 [INFO] mod_managed.cpp:309 mod_managed_load() Loading mod_managed (Common Language Infrastructure), Mono Version<BR>&gt; 2009-01-14 14:19:12 [INFO] mod_managed.cpp:213 loadRuntime() Calling mono_assembly_loaded.<BR>&gt; 2009-01-14 14:19:12 [INFO] mod_managed.cpp:217 loadRuntime() Calling mono_domain_assembly_open.<BR>&gt; 2009-01-14 14:19:12 [ERR] mod_managed.cpp:220 loadRuntime() mono_domain_assembly_open failed.<BR>&gt; 2009-01-14 14:19:12 [CRIT] switch_loadable_module.c:839 switch_loadable_module_load_file() Error Loading module /usr/local/freeswitch/mod/mod_managed.so<BR>&gt; **Module load routine returned an error**<BR>&gt; <BR>&gt; One thing I think I may be missing is a FreeSWITCH.Managed.dll (this exists on windows environment but doesn't seem to be compiled under linux)<BR>&gt; I thought perhaps mod_managed_lib.dll was the linux equivalent but that exists and still no a no go.<BR>&gt; <BR>&gt; Any ideas would be very welcome? Thank you!<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Regards,<BR>&gt; -Adam<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; -------------- next part --------------<BR>&gt; An HTML attachment was scrubbed...<BR>&gt; URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090115/73ac27e4/attachment-0001.html <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 3<BR>&gt; Date: Thu, 15 Jan 2009 17:50:30 +1100<BR>&gt; From: Scott Ellis &lt;scott.ellis@novatex.com.au&gt;<BR>&gt; Subject: [Freeswitch-users] zapata.conf immediate=yes in Asterisk -<BR>&gt; Freeswitch equivalent?<BR>&gt; To: "freeswitch-users@lists.freeswitch.org"<BR>&gt; &lt;freeswitch-users@lists.freeswitch.org&gt;<BR>&gt; Message-ID: &lt;496EDCB6.4020802@novatex.com.au&gt;<BR>&gt; Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR>&gt; <BR>&gt; Searched the wiki and mailing lists as best I can, but with no luck.<BR>&gt; <BR>&gt; How do I get OpenZap to answer a call immediately? (I do not need caller id)<BR>&gt; <BR>&gt; Scott<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 4<BR>&gt; Date: Thu, 15 Jan 2009 18:16:13 +1100<BR>&gt; From: Scott Ellis &lt;scott.ellis@novatex.com.au&gt;<BR>&gt; Subject: [Freeswitch-users] Country specific tones - how to<BR>&gt; contribute?<BR>&gt; To: "freeswitch-users@lists.freeswitch.org"<BR>&gt; &lt;freeswitch-users@lists.freeswitch.org&gt;<BR>&gt; Message-ID: &lt;496EE2BD.2050102@novatex.com.au&gt;<BR>&gt; Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR>&gt; <BR>&gt; I have tracked down a set of au tones from the mailing list, which I am <BR>&gt; going to verify. How do I go about getting these added into the default <BR>&gt; build so that they are available for all in future?<BR>&gt; <BR>&gt; I tried &lt;action application="set" data="ringback=${au-ring}"/&gt; and this <BR>&gt; did not work - where does it try and load the ring tone from? I have <BR>&gt; entries in the tones.conf file, but these do not seem to be used.<BR>&gt; <BR>&gt; Scott<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 5<BR>&gt; Date: Thu, 15 Jan 2009 18:24:05 +1100<BR>&gt; From: Jason White &lt;jason@jasonjgw.net&gt;<BR>&gt; Subject: Re: [Freeswitch-users] Country specific tones - how to<BR>&gt; contribute?<BR>&gt; To: freeswitch-users@lists.freeswitch.org<BR>&gt; Message-ID: &lt;20090115072405.GA15789@jdc.jasonjgw.net&gt;<BR>&gt; Content-Type: text/plain; charset=us-ascii<BR>&gt; <BR>&gt; Scott Ellis &lt;scott.ellis@novatex.com.au&gt; wrote:<BR>&gt; &gt; I have tracked down a set of au tones from the mailing list, which I am <BR>&gt; &gt; going to verify. How do I go about getting these added into the default <BR>&gt; &gt; build so that they are available for all in future?<BR>&gt; <BR>&gt; Maybe by posting a patch to the bug tracking system or the development list?<BR>&gt; &gt; <BR>&gt; &gt; I tried &lt;action application="set" data="ringback=${au-ring}"/&gt; and this <BR>&gt; &gt; did not work - where does it try and load the ring tone from? I have <BR>&gt; &gt; entries in the tones.conf file, but these do not seem to be used.<BR>&gt; <BR>&gt; us-ring and uk-ring are defined in vars.xml. Note that they are global<BR>&gt; variables, referenced with the $${variable-name} syntax.<BR>&gt; <BR>&gt; There's an ITU document referred to on the wiki with the official definitions<BR>&gt; of ringback and other tones for various countries.<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 6<BR>&gt; Date: Thu, 15 Jan 2009 15:43:20 +0800<BR>&gt; From: "Juan Backson" &lt;juanbackson@gmail.com&gt;<BR>&gt; Subject: [Freeswitch-users] Changes in PlayAndGetDigits<BR>&gt; To: freeswitch-users@lists.freeswitch.org<BR>&gt; Message-ID:<BR>&gt; &lt;27c25bc40901142343l34a3e99ftecf0df971e8e32f6@mail.gmail.com&gt;<BR>&gt; Content-Type: text/plain; charset=ISO-8859-1<BR>&gt; <BR>&gt; Hi,<BR>&gt; <BR>&gt; Is there a change in the playAndGetDigits api? In the old release,<BR>&gt; 11102, my lua script is working but is not working in the latest<BR>&gt; release.<BR>&gt; The error I am getting is " Error in playAndGetDigits expected 10..10<BR>&gt; args, got 9 ".<BR>&gt; <BR>&gt; Thanks,<BR>&gt; JB<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 7<BR>&gt; Date: Thu, 15 Jan 2009 09:20:18 +0100<BR>&gt; From: Peter P GMX &lt;Prometheus001@gmx.net&gt;<BR>&gt; Subject: Re: [Freeswitch-users] OpenZAP parse error [-3012]<BR>&gt; [Q931E_INVALID_CRV]<BR>&gt; To: freeswitch-users@lists.freeswitch.org<BR>&gt; Message-ID: &lt;496EF1C2.8020607@gmx.net&gt;<BR>&gt; Content-Type: text/plain; charset=ISO-8859-1<BR>&gt; <BR>&gt; Hello Michael,<BR>&gt; <BR>&gt; how much $$ are we talking about? I need this issue to be solved quickly<BR>&gt; and it's worth to spend some money.<BR>&gt; <BR>&gt; I've read the following post:<BR>&gt; <BR>&gt; http://www.mail-archive.com/freeswitch-users@lists.freeswitch.org/msg05792.html<BR>&gt; and have the same symptom with "after hundreds of calls I start to get b<BR>&gt; channels that are stuck in states like "TERMINATING" or "HANGUP""<BR>&gt; <BR>&gt; Best regards<BR>&gt; Peter<BR>&gt; <BR>&gt; Michael Collins schrieb:<BR>&gt; &gt; I believe these are all symptoms of something that Stefan is working<BR>&gt; &gt; on: better Q931 timers. It's been on the todo list for some time but<BR>&gt; &gt; we've had absolutely NOBODY willing to pony up serious $$ to support<BR>&gt; &gt; OpenZAP development which means it is progressing at the speed of<BR>&gt; &gt; developers' free time.<BR>&gt; &gt;<BR>&gt; &gt; -MC<BR>&gt; &gt;<BR>&gt; &gt; On Wed, Jan 14, 2009 at 9:44 AM, Peter P GMX &lt;Prometheus001@gmx.net&gt; wrote:<BR>&gt; &gt; <BR>&gt; &gt;&gt; After a time I receive the following error when a call comes in on our<BR>&gt; &gt;&gt; OpenZap span 2:<BR>&gt; &gt;&gt; parse error [-3012] [Q931E_INVALID_CRV]<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Here's the log<BR>&gt; &gt;&gt; 2009-01-14 13:14:11 [DEBUG] ozmod_isdn.c:320 zap_isdn_931_34() Yay I got<BR>&gt; &gt;&gt; an event! Type:[4d] Size:[103] CRV: 23 (0x17, CTX: Originator)<BR>&gt; &gt;&gt; 2009-01-14 13:14:11 [DEBUG] ozmod_isdn.c:352 zap_isdn_931_34() zchan 0<BR>&gt; &gt;&gt; (-1:-1) source isdn_data-&gt;channels_remote_crv[0x17]<BR>&gt; &gt;&gt; 2009-01-14 13:14:11 [CRIT] ozmod_isdn.c:446 zap_isdn_931_34() Received<BR>&gt; &gt;&gt; Release with no matching channel 0<BR>&gt; &gt;&gt; 2009-01-14 13:14:11 [DEBUG] ozmod_isdn.c:781 zap_isdn_921_23() 931 parse<BR>&gt; &gt;&gt; error [-3012] [Q931E_INVALID_CRV]<BR>&gt; &gt;&gt; 2009-01-14 13:14:15 [DEBUG] ozmod_isdn.c:777 zap_isdn_921_23() READ 5<BR>&gt; &gt;&gt; --------------------------------------------------------------------------------<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; When freeswitch is restarted or mod_openzap is reloaded, the error is<BR>&gt; &gt;&gt; gone away.<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Any idea what this can be?<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Best regards<BR>&gt; &gt;&gt; Peter<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; _______________________________________________<BR>&gt; &gt;&gt; Freeswitch-users mailing list<BR>&gt; &gt;&gt; Freeswitch-users@lists.freeswitch.org<BR>&gt; &gt;&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<BR>&gt; &gt;&gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<BR>&gt; &gt;&gt; http://www.freeswitch.org<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; <BR>&gt; &gt;<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; Freeswitch-users mailing list<BR>&gt; &gt; Freeswitch-users@lists.freeswitch.org<BR>&gt; &gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<BR>&gt; &gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<BR>&gt; &gt; http://www.freeswitch.org<BR>&gt; &gt;<BR>&gt; &gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; Freeswitch-users mailing list<BR>&gt; Freeswitch-users@lists.freeswitch.org<BR>&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<BR>&gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<BR>&gt; http://www.freeswitch.org<BR>&gt; <BR>&gt; <BR>&gt; End of Freeswitch-users Digest, Vol 31, Issue 77<BR>&gt; ************************************************<BR><BR><br /><hr />Windows Live™: Keep your life in sync.  <a href='http://windowslive.com/explore?ocid=TXT_TAGLM_WL_t1_allup_explore_012009' target='_new'>Check it out.</a></body>
</html>