Compiling on Win32 from SVN 10107, VS complained that it couldn't find
apr_iconv.h, referenced from libs/apr-util/xlate/xlate.c:
#if APU_HAVE_APR_ICONV
#include
#endif
So I changed apu.h:
#define APU_HAVE_APR_ICONV 0 // was 1
And now it compiles OK. But maybe that wasn't the right thing
Looking at that again, I was still thwarted by dodgy line breaks - that first
line should be all of this:
MOD_CFLAGS=-D_REENTRANT -pthread -I/opt/mono-1.9/lib/pkgconfig/../../
include/mono-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lmono
NB this requires Mono 1.9.1 - will try to g
This is looking great. I tried building on Linux but runswig.sh the Makefiles
I had put in the patch had got their format messed up. So the runswig.sh needs
dos2unix run over it & chmod +x. And I've re-worked the Makefiles (below) so
hopefully they fit in with the standard build a bit better.
Message-
From: Michael Giagnocavo [mailto:[EMAIL PROTECTED]
Sent: 15 September 2008 20:11
To: David Brazier; freeswitch-dev@lists.freeswitch.org
Subject: RE: mod_mono Build
Hi David,
Good point about FindFirstFile not working. While we'll require Mono to
be symlinked for building
Michael & All
That's good - those updates do tidy up the SWIG bit. After updating I had a
couple of Windows problems:
1. When linking mod_mono, all the FS core lib symbols were undefined - I
had to add FreeSwitchCoreLib as a reference.
2. Because I had just installed Mono 2.0 and stil
Hi
I have made a number of fixes and additions to mod_mono/mod_mono_managed so
that:
- It builds on Linux (non-managed and managed parts)
- It works when FreeSWITCH is embedded in a Mono program.
I'd like to submit these changes to the project - how would I do that? Raise a
Jira item?
The ver
Hi
A return value would be very useful - did you get any further with this?
Also, I'm puzzled by the "countdown" in switch_ivr_wait_for_silence - it just
adds an arbitrary 25 frame (0.5sec) delay to completing the call.
Anny help appreciated.
David
MC Wrote:
> FYI,
>
> I am working on the ret
Hi
Just wanted to check the status of mod_mono. To build it from SVN trunk, I
needed to run swig to update all that stuff, basically (I think) because it was
last updated for 1.0.0 and the switch core has moved on since then. That,
along with a few other bumps, got it compiled and working on
null.
Is there another way to get access to the media stream in an application?
Anyway, I may give read_frame_callback a go, but views/hints welcome.
David
-Original Message-----
From: David Brazier
Sent: 30 May 2008 17:59
To: [EMAIL PROTECTED]
Subject: Answering Machine Detection
Hi All