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