[Freeswitch-dev] switch_buffer(s)

2009-04-22 Thread Robert Clayton
All, I was thinking of taking a defined channel's audio input, manipulating the audio, and feeding the result back to the caller as requested by dtmf. I was hoping to use C# and mod_managed. Assuming the functions can be called, in some way, using C#. Anthony gave a brief suggestion of reading r

Re: [Freeswitch-dev] Entire Wiki.FreeSwitch.org on Single PDF ?

2009-04-22 Thread Michael Collins
If it were easy I believe this thread would be moot. :) There are decisions that a script writer has to make, such as which links to follow from the main page and in what order. Still, it should be doable - Trixter did it for several years. -MC On Wed, Apr 22, 2009 at 3:37 PM, Nicholas Amorim <

Re: [Freeswitch-dev] Entire Wiki.FreeSwitch.org on Single PDF ?

2009-04-22 Thread Nicholas Amorim
Isn't easy to use some html2pdf tool ? A script would run through all entries in wiki and put it all on a single pdf. ___ Freeswitch-dev mailing list Freeswitch-dev@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev UNSUBSCRI

Re: [Freeswitch-dev] mod_managed loader loadfile

2009-04-22 Thread Michael Giagnocavo
There's actually a bit patch I have yet to apply to mod_managed that will fix loading as well as add shadow copying so in-use files can be replaced on Windows. From: freeswitch-dev-boun...@lists.freeswitch.org [mailto:freeswitch-dev-boun...@lists.freeswitch.org] On Behalf Of Diego Toro Sent: We

[Freeswitch-dev] mod_managed loader loadfile

2009-04-22 Thread Diego Toro
I have assembly that references others assembly in my managed AppFunction, when FS start it fail with error message: can't load reference assembly...   I checked Loader code and i changed next line: System.Reflection.Assembly.LoadFile(f) in loadAssemblies(string managedDir) method by System.Ref