Re: [Freeswitch-users] Building on Windows

2009-12-21 Thread Jeff Lenk

Hi Dave,

I have corrected several of the warnings. On subsequent builds the download
errors can be ignored(files already present).

Jeff


Dave Stevenson wrote:
> 
> Hi Mike,
> 
> OK - have "bitten the bullet" and installed VS2008 Express over VS2005 !
> 
> Most of the "warnings" in the build have been cleared, I notice that the
> "error" in the build of mod_opal has gone with mod_opal not being in the
> preconfigured build list now and also that the number of warnings on
> VS2008 has reduced since I've been playing with this over the past few
> days and SVN versions.
> 
> There does not seem to be anything major wrong, but as you requested, I
> have raised a Jira (FSBUILD-221) that you might care to take a look at
> please ?
> 
> I attached a copy of the output from the build run and highlighted in bold
> in the RTF file the warnings that are generated. 
> There are a host of warnings due to the use of /analyze which is appears
> not to be supported by the Express compiler.
> 
> Most significant (though still trivial) are the warnings of some type
> conversion problems and some "indirection" errors.
> 
> As I said, these don't seem to be too much of a problem, but you may care
> to take a look when you have time.
> 
> One more thing, when I do subsequent builds, are there any pre-build steps
> that I need to take ?
> When I tried rebuilding previously, there seemed to be some directories
> that could not be overwritten (e.g.,  \libs\pthreads-w32--2-7-0-release)
> that were flagged as problems - do I just ignore these warnings or
> unprotect and/or delete the directories before rebuilding ?
> 
> regards
> Dave
> 
>   - Original Message - 
>   From: Michael Jerris 
>   To: freeswitch-users@lists.freeswitch.org 
>   Sent: Thursday, December 17, 2009 6:14 PM
>   Subject: Re: [Freeswitch-users] Building on Windows
> 
> 
> 
> 
>   On Dec 17, 2009, at 12:15 PM, Andrew Thompson wrote:
> 
> 
> On Thu, Dec 17, 2009 at 05:02:10PM -, Dave Stevenson wrote:
> 
>   Hi,
> 
> 
> 
>   I'm probably going to regret this - I'm not sure that I'll be able
> to do this without a lot of pain (nothing to do with FS - more my lack of
> ability with Visual Studio), but.., I want to try building FreeSwitch
> from source rather than using the pre-built binaries. I have a couple of
> initial questions that, hopefully, someone can answer please ?
> 
> 
> 
>   1. I only have Visual Studio 2005 and don't see an upgrade to 2008
> on the horizon for me.
> 
>   Having downloaded the SVN, I see there is a VS 2005 Solution, but it
> is marked as "Unsupported", although the Wiki says that you only need
> VC++2005.
> 
>   What does "unsupported" mean in this context ? I guess that support
> for VS2005 is being dropped, but is the VS2005 Solution still being
> maintained, and if so, for how long? I'd hate to get into the build thing
> and then find that I was stalled when VS2005 support was dropped
> altogether ?
> 
> 
> Install VS 2008 if at all possible (express edition is free). 2005
> support isn't maintained much if at all, so a lot of newer modules
> stand
> a good chance of not having support.
> 
> 
> 
>   We maintain it as far as things that work now shouldn't break, but we
> rarely test it and only fix things when people supply patches or let me
> know there is a problem so I can address it.
> 
> 
> 
> 
>   2. The whole SVN thing is new to me but I've worked out that I need
> an SVN Client on Windows to work with the source. Can anyone recommend the
> best (free) SVN Client for Windows to use with FreeSwitch. I have
> installed TortoiseSVN - a Windows Explorer Shell that looks pretty and
> seemed to work on my first build but it's not command line based so some
> of the tips given in the Wiki like "make current" and "make sounds" may be
> more awkward to achieve. Is anyone else using Tortoise and/or can give
> some tips on which SVN client to use ?
> 
> 
> 
> Tortoise SVN is fine and is probably the de-facto client for windows.
> 
> 
> 
> 
>   make current and such are all for the unix build only, on the msvc (at
> least 2008) build they are all built right into the solution
>   ]
> 
>   3. I built 15979 last night (with VS2005) and got some warnings,
> with data type conversion - is this a known issue under Windows ?
> 
> 
> 
>   2005 has slightly different warning settings than are even available in
> 2008 so I get these from time to time.  If you open up a bug on
> jira.freeswitch.org for me with details I can try to get them corrected.
> 
> 
> 
> 
>   4. There was one fatal error in the build of mod_opal (missing file)
> 
>   (Some examples of the warnings and the error are shown below :-)
> 
> 
> 
> Try with VS 2008 and see if they go away.
> 
> 
> 
>   I think this is due to missing dependencies.  I don't think I had
> automation to download the right svn versions of opal.
> 
> 
>   5. How do I specify which options (e.g., mod_flite, to be included
> 

Re: [Freeswitch-users] Building on Windows

2009-12-21 Thread Jeff Lenk

Hi Dave,

I have corrected several of the warnings. On subsequent builds the download
errors can be ignored(files already present).

Jeff


Dave Stevenson wrote:
> 
> Hi Mike,
> 
> OK - have "bitten the bullet" and installed VS2008 Express over VS2005 !
> 
> Most of the "warnings" in the build have been cleared, I notice that the
> "error" in the build of mod_opal has gone with mod_opal not being in the
> preconfigured build list now and also that the number of warnings on
> VS2008 has reduced since I've been playing with this over the past few
> days and SVN versions.
> 
> There does not seem to be anything major wrong, but as you requested, I
> have raised a Jira (FSBUILD-221) that you might care to take a look at
> please ?
> 
> I attached a copy of the output from the build run and highlighted in bold
> in the RTF file the warnings that are generated. 
> There are a host of warnings due to the use of /analyze which is appears
> not to be supported by the Express compiler.
> 
> Most significant (though still trivial) are the warnings of some type
> conversion problems and some "indirection" errors.
> 
> As I said, these don't seem to be too much of a problem, but you may care
> to take a look when you have time.
> 
> One more thing, when I do subsequent builds, are there any pre-build steps
> that I need to take ?
> When I tried rebuilding previously, there seemed to be some directories
> that could not be overwritten (e.g.,  \libs\pthreads-w32--2-7-0-release)
> that were flagged as problems - do I just ignore these warnings or
> unprotect and/or delete the directories before rebuilding ?
> 
> regards
> Dave
> 
>   - Original Message - 
>   From: Michael Jerris 
>   To: freeswitch-users@lists.freeswitch.org 
>   Sent: Thursday, December 17, 2009 6:14 PM
>   Subject: Re: [Freeswitch-users] Building on Windows
> 
> 
> 
> 
>   On Dec 17, 2009, at 12:15 PM, Andrew Thompson wrote:
> 
> 
> On Thu, Dec 17, 2009 at 05:02:10PM -, Dave Stevenson wrote:
> 
>   Hi,
> 
> 
> 
>   I'm probably going to regret this - I'm not sure that I'll be able
> to do this without a lot of pain (nothing to do with FS - more my lack of
> ability with Visual Studio), but.., I want to try building FreeSwitch
> from source rather than using the pre-built binaries. I have a couple of
> initial questions that, hopefully, someone can answer please ?
> 
> 
> 
>   1. I only have Visual Studio 2005 and don't see an upgrade to 2008
> on the horizon for me.
> 
>   Having downloaded the SVN, I see there is a VS 2005 Solution, but it
> is marked as "Unsupported", although the Wiki says that you only need
> VC++2005.
> 
>   What does "unsupported" mean in this context ? I guess that support
> for VS2005 is being dropped, but is the VS2005 Solution still being
> maintained, and if so, for how long? I'd hate to get into the build thing
> and then find that I was stalled when VS2005 support was dropped
> altogether ?
> 
> 
> Install VS 2008 if at all possible (express edition is free). 2005
> support isn't maintained much if at all, so a lot of newer modules
> stand
> a good chance of not having support.
> 
> 
> 
>   We maintain it as far as things that work now shouldn't break, but we
> rarely test it and only fix things when people supply patches or let me
> know there is a problem so I can address it.
> 
> 
> 
> 
>   2. The whole SVN thing is new to me but I've worked out that I need
> an SVN Client on Windows to work with the source. Can anyone recommend the
> best (free) SVN Client for Windows to use with FreeSwitch. I have
> installed TortoiseSVN - a Windows Explorer Shell that looks pretty and
> seemed to work on my first build but it's not command line based so some
> of the tips given in the Wiki like "make current" and "make sounds" may be
> more awkward to achieve. Is anyone else using Tortoise and/or can give
> some tips on which SVN client to use ?
> 
> 
> 
> Tortoise SVN is fine and is probably the de-facto client for windows.
> 
> 
> 
> 
>   make current and such are all for the unix build only, on the msvc (at
> least 2008) build they are all built right into the solution
>   ]
> 
>   3. I built 15979 last night (with VS2005) and got some warnings,
> with data type conversion - is this a known issue under Windows ?
> 
> 
> 
>   2005 has slightly different warning settings than are even available in
> 2008 so I get these from time to time.  If you open up a bug on
> jira.freeswitch.org for me with details I can try to get them corrected.
> 
> 
> 
> 
>   4. There was one fatal error in the build of mod_opal (missing file)
> 
>   (Some examples of the warnings and the error are shown below :-)
> 
> 
> 
> Try with VS 2008 and see if they go away.
> 
> 
> 
>   I think this is due to missing dependencies.  I don't think I had
> automation to download the right svn versions of opal.
> 
> 
>   5. How do I specify which options (e.g., mod_flite, to be included
> 

Re: [Freeswitch-users] Building on Windows

2009-12-21 Thread Jeff Lenk

Hi Dave,

I have corrected several of the warnings. On subsequent builds the download 
errors can be ignored(files already present).

Jeff

 


From: steve...@primrosebank.net
To: freeswitch-users@lists.freeswitch.org
Date: Mon, 21 Dec 2009 21:25:36 +
Subject: Re: [Freeswitch-users] Building on Windows




Hi Mike,
 
OK - have "bitten the bullet" and installed VS2008 Express over VS2005 !
 
Most of the "warnings" in the build have been cleared, I notice that the 
"error" in the build of mod_opal has gone with mod_opal not being in the 
preconfigured build list now and also that the number of warnings on VS2008 has 
reduced since I've been playing with this over the past few days and SVN 
versions.
 
There does not seem to be anything major wrong, but as you requested, I have 
raised a Jira (FSBUILD-221) that you might care to take a look at please ?
 
I attached a copy of the output from the build run and highlighted in bold in 
the RTF file the warnings that are generated. 
There are a host of warnings due to the use of /analyze which is appears not to 
be supported by the Express compiler.
 
Most significant (though still trivial) are the warnings of some type 
conversion problems and some "indirection" errors.
 
As I said, these don't seem to be too much of a problem, but you may care to 
take a look when you have time.
 
One more thing, when I do subsequent builds, are there any pre-build steps that 
I need to take ?
When I tried rebuilding previously, there seemed to be some directories that 
could not be overwritten (e.g.,  \libs\pthreads-w32--2-7-0-release) that were 
flagged as problems - do I just ignore these warnings or unprotect and/or 
delete the directories before rebuilding ?
 
regards
Dave
 

- Original Message - 
From: Michael Jerris 
To: freeswitch-users@lists.freeswitch.org 
Sent: Thursday, December 17, 2009 6:14 PM
Subject: Re: [Freeswitch-users] Building on Windows




On Dec 17, 2009, at 12:15 PM, Andrew Thompson wrote:

On Thu, Dec 17, 2009 at 05:02:10PM -, Dave Stevenson wrote:

Hi,



I'm probably going to regret this - I'm not sure that I'll be able to do this 
without a lot of pain (nothing to do with FS - more my lack of ability with 
Visual Studio), but.., I want to try building FreeSwitch from source rather 
than using the pre-built binaries. I have a couple of initial questions that, 
hopefully, someone can answer please ?



1. I only have Visual Studio 2005 and don't see an upgrade to 2008 on the 
horizon for me.

Having downloaded the SVN, I see there is a VS 2005 Solution, but it is marked 
as "Unsupported", although the Wiki says that you only need VC++2005.

What does "unsupported" mean in this context ? I guess that support for VS2005 
is being dropped, but is the VS2005 Solution still being maintained, and if so, 
for how long? I'd hate to get into the build thing and then find that I was 
stalled when VS2005 support was dropped altogether ?

Install VS 2008 if at all possible (express edition is free). 2005
support isn't maintained much if at all, so a lot of newer modules stand
a good chance of not having support.


We maintain it as far as things that work now shouldn't break, but we rarely 
test it and only fix things when people supply patches or let me know there is 
a problem so I can address it.






2. The whole SVN thing is new to me but I've worked out that I need an SVN 
Client on Windows to work with the source. Can anyone recommend the best (free) 
SVN Client for Windows to use with FreeSwitch. I have installed TortoiseSVN - a 
Windows Explorer Shell that looks pretty and seemed to work on my first build 
but it's not command line based so some of the tips given in the Wiki like 
"make current" and "make sounds" may be more awkward to achieve. Is anyone else 
using Tortoise and/or can give some tips on which SVN client to use ?


Tortoise SVN is fine and is probably the de-facto client for windows.



make current and such are all for the unix build only, on the msvc (at least 
2008) build they are all built right into the solution
]



3. I built 15979 last night (with VS2005) and got some warnings, with data type 
conversion - is this a known issue under Windows ?


2005 has slightly different warning settings than are even available in 2008 so 
I get these from time to time.  If you open up a bug on jira.freeswitch.org for 
me with details I can try to get them corrected.






4. There was one fatal error in the build of mod_opal (missing file)

(Some examples of the warnings and the error are shown below :-)


Try with VS 2008 and see if they go away.


I think this is due to missing dependencies.  I don't think I had automation to 
download the right svn versions of opal.




5. How do I specify which options (e.g., mod_flite, to be included iin the 
build.


You can enable the different sub projects somehow in the UI, I always
forget exactly how but just click around in VS and you'll find it.


You can adjust this in the conf

Re: [Freeswitch-users] [Windows] Stable enough for production use?

2009-12-17 Thread Jeff Lenk

I run FreeSWITCH on a Windows Server 2008 R2 (x64) box with several analog
lines and it works very well.


mercutioviz wrote:
> 
> And we shouldn't be using 1.0.4 anyway, should we? ;)
> -MC
> 
> 
> On Wed, Dec 16, 2009 at 3:26 PM, Moises Silva
> wrote:
> 
>> I've been using FreeSWITCH on Windows lately and seems to work pretty
>> well.
>> Sangoma has been testing more and more lately the Windows drivers with
>> FreeSWITCH, and I think you should be just fine.I have not tested 1.0.4
>> though, always using trunk, if you are going to be using PSTN lines (and
>> therefore requiring openzap) I think it would be a good idea for you to
>> use
>> trunk and latest wanpipe drivers.
>>
>> --
>> Moises Silva
>> Senior Software Engineer
>> Sangoma Technologies Inc. | 50 McIntosh Drive, Suite 120, Markham ON L3R
>> 9T3 Canada
>> t. 1 905 474 1990 x 128 | e. m...@sangoma.com
>>
>>
> 
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Windows-Stable-enough-for-production-use-tp4174199p4183200.html
Sent from the freeswitch-users mailing list archive at Nabble.com.

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Building on Windows

2009-12-17 Thread Jeff Lenk

The sounds projects (which do the downloads and extraction) are not present
for 2005. Also alot of the newer modules dont have build support either.

I would suggest you use VS2008 Express


Michael Jerris wrote:
> 
> 
> On Dec 17, 2009, at 12:15 PM, Andrew Thompson wrote:
> 
>> On Thu, Dec 17, 2009 at 05:02:10PM -, Dave Stevenson wrote:
>>> Hi,
>>> 
>>> I'm probably going to regret this - I'm not sure that I'll be able to do
>>> this without a lot of pain (nothing to do with FS - more my lack of
>>> ability with Visual Studio), but.., I want to try building
>>> FreeSwitch from source rather than using the pre-built binaries. I have
>>> a couple of initial questions that, hopefully, someone can answer please
>>> ?
>>> 
>>> 1. I only have Visual Studio 2005 and don't see an upgrade to 2008 on
>>> the horizon for me.
>>> Having downloaded the SVN, I see there is a VS 2005 Solution, but it is
>>> marked as "Unsupported", although the Wiki says that you only need
>>> VC++2005.
>>> What does "unsupported" mean in this context ? I guess that support for
>>> VS2005 is being dropped, but is the VS2005 Solution still being
>>> maintained, and if so, for how long? I'd hate to get into the build
>>> thing and then find that I was stalled when VS2005 support was dropped
>>> altogether ?
>> 
>> Install VS 2008 if at all possible (express edition is free). 2005
>> support isn't maintained much if at all, so a lot of newer modules stand
>> a good chance of not having support.
> 
> We maintain it as far as things that work now shouldn't break, but we
> rarely test it and only fix things when people supply patches or let me
> know there is a problem so I can address it.
> 
>>> 
>>> 2. The whole SVN thing is new to me but I've worked out that I need an
>>> SVN Client on Windows to work with the source. Can anyone recommend the
>>> best (free) SVN Client for Windows to use with FreeSwitch. I have
>>> installed TortoiseSVN - a Windows Explorer Shell that looks pretty and
>>> seemed to work on my first build but it's not command line based so some
>>> of the tips given in the Wiki like "make current" and "make sounds" may
>>> be more awkward to achieve. Is anyone else using Tortoise and/or can
>>> give some tips on which SVN client to use ?
>>> 
>> Tortoise SVN is fine and is probably the de-facto client for windows.
>> 
> 
> make current and such are all for the unix build only, on the msvc (at
> least 2008) build they are all built right into the solution
> ]
>>> 3. I built 15979 last night (with VS2005) and got some warnings, with
>>> data type conversion - is this a known issue under Windows ?
> 
> 2005 has slightly different warning settings than are even available in
> 2008 so I get these from time to time.  If you open up a bug on
> jira.freeswitch.org for me with details I can try to get them corrected.
> 
>>> 
>>> 4. There was one fatal error in the build of mod_opal (missing file)
>>> (Some examples of the warnings and the error are shown below :-)
>>> 
>> Try with VS 2008 and see if they go away.
> 
> I think this is due to missing dependencies.  I don't think I had
> automation to download the right svn versions of opal.
> 
>>> 5. How do I specify which options (e.g., mod_flite, to be included iin
>>> the build.
>>> 
>> You can enable the different sub projects somehow in the UI, I always
>> forget exactly how but just click around in VS and you'll find it.
> 
> You can adjust this in the configuration managaer
> 
>>> 6. How do I build the sounds etc. ?
>>> 
>> 
>> The sounds are a subproject too IIRC.
> 
> I think think might only be in the 2008 versions, I can't recall to be
> sure, but there are targets you can build that will install them.
> 
> 
> Mike
> 
> 
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Building-on-Windows-tp4182382p4183177.html
Sent from the freeswitch-users mailing list archive at Nabble.com.

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] monday build

2009-12-14 Thread Jeff Lenk

Please post back to the list if you have problems with the windows build!
Everything is working as far as I know.
If you have an existing build you should delete the following directories
and let the scripts download it again.

libs\pocketsphinx-0.5.99 <- delete
libs\sphinxbase-0.4.99 <- delete


Kendall Stauffer wrote:
> 
> HI
>I tried to build the svn last Friday and it didn't make the sphinx dll,
> so I thought I would wait for the Monday build (web site says update every
> Monday).
>  Is there going to be a  windows build today, and or is the sphinx dll
> build problem fixed if I build it myself?
> 
>Thanks!!
> 
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/monday-build-tp4166045p4166167.html
Sent from the freeswitch-users mailing list archive at Nabble.com.

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Still cant find it

2009-12-11 Thread Jeff Lenk

The source tarballs are downloaded by the vs2008 project files when you build
the solution


Kendall Stauffer wrote:
> 
> Ok, So I have looked around a lot now, think I have read everything
> carefully, and don't see an answer to my questions anywhere, but apologize
> if it is already somewhere.
>SO I need the sphinx and tts modules, and don't see their src on the
> site with the freeswitch stuff.
>Do I just download from CMU? Any certain versions?
>   Would be nice if somebody already compiled for windows
>I am very impressed with freeswitch, and thank you for your efforts!!!
> 
> 
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Still-cant-find-it-tp4152031p4152195.html
Sent from the freeswitch-users mailing list archive at Nabble.com.

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] how to enable short recordings

2009-11-25 Thread Jeff Lenk
Is this for vm? If so set min-record-len on the profile


-Original Message-
From: kokoska rokoska
Sent: 11/25/2009 3:11:05 PM
To: freeswitch-users@lists.freeswitch.org
Subject: [Freeswitch-users] how to enable short recordings
Hello all,

is there a way how to enable very short recordings (1-3 seconds) in
FreeSWITCH other than editing source code and recompiling?

Thanks for your time!

Best regards,

kokoska.rokoska


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] register timeout / cisco 7960

2009-11-24 Thread Jeff Lenk

People commonly use 60 sec registration refreshes to keep NAT routers happy


Phillip Jones-2 wrote:
> 
> hi there,
> 
> I have set up some cisco 7960 up with fs. They work fine - but the only
> way
> I can keep them registered is to set the "timer_register_expires" in the
> Cisco cfg file to something really short like 10s.
> 
> Does anyone know the default register timeout for fs? And where I might
> change this in fs?
> 
> Thanks!
> 
> 
> Phil
> 
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/register-timeout-cisco-7960-tp4054546p4062958.html
Sent from the freeswitch-users mailing list archive at Nabble.com.

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Call Transfer Help Please

2009-11-24 Thread Jeff Lenk

I do not see the meta app getting added in your log
->
Dialplan: sofia/internal/1...@192.168.1.50 Action bind_meta_app(*

Without this no meta actions will occur



Dave Stevenson wrote:
> 
> Hi again folks,
> 
> I have posted a dump into the Pastebin (11276), could someone have a look
> and perhaps suggest where the problem might be please ?
> 
> I'm sure you'll be able to work it out, but the log is for a call where :-
> 
> incoming on PSTN Line (ext 1000)
> Group exts, 111, 1001, 1001
> Answered on 111 and requested transfer to 1001 with no success
> 
> regards
> Dave
> 
> 
>   - Original Message - 
>   From: Dave Stevenson 
>   To: freeswitch-users@lists.freeswitch.org 
>   Sent: Tuesday, November 24, 2009 10:36 PM
>   Subject: Re: [Freeswitch-users] Call Transfer Help Please
> 
> 
>   Hi Mike,
> 
>   thanks for the reply. I am using the pre-compiled Windows binary - is
> there a 1.0.5 pre-release of that yet ?
> 
>   FreeSwitch reports its version as 1.0.4 (14460) but this is not correct,
> I was sure that I had previously loaded a later SVN Version, but just did
> it again, unless I'm not doing it right, the version number does not seem
> to be getting updated. The current build in the precompiled binaries area
> is reported to be 15604 and I've downloaded and installed that - although
> when the installer runs it tells me that it is version 15376. Either way,
> the "Version" command in FreeSwitch reports 1.0.4 (14460).
> 
>   The Transfer still does not work for me from the extension which answers
> the call.
> 
>   Sorry if my earlier questions were unclear ...
> "What are the correct LISTEN_TO and RESPOND_ON entries in dialplan.xml
> ?"
> What is the correct "transfer" data string in features.xml ?
>   I don't understand this question(s)
> 
>   I was looking for clarification of the second two arguments in the
> bind_meta_app data call, i.e, that the "b" and "s" were the correct values
> and also that the "is transfer" "transfer" data argument was "-bleg"
> 
>   That is, that the arguments in the default dialplan are correct for this
> scenario - which they appear to be based on your previous reply to my
> query.
> 
>   So, is there anything else that I can check to see why this is not
> working ?
> 
> 
>   regards
>   Dave
> 
> 
> 
> - Original Message - 
> From: Michael Jerris 
> To: freeswitch-users@lists.freeswitch.org 
> Sent: Tuesday, November 24, 2009 8:19 PM
> Subject: Re: [Freeswitch-users] Call Transfer Help Please
> 
> 
> 
> 
> On Nov 24, 2009, at 5:29 AM, Dave Stevenson wrote:
> 
> 
>   Hi,
> 
>   I'm trying to setup call transfer for a phone without a transfer
> button. I was on IRC last night and got some pointers to how this is setup
> in dialplan.xml and features.xml and what "bind meta app" does.
> 
>   Once it became clear how the transfer is initiated and that the
> transfer, in the default config, can only be initiated by the "b" leg of
> the call, I was able to make this work as configured in the defaults, i.e,
> to initiate a transfer (for an internal call) from the dialled extension
> to a new extension.
> 
>   Now the problem . . .
> 
>   I have an incoming PSTN line that rings a group of extensions, what
> I want to be able to do is to give whoever answers the PSTN call ability
> to transfer the call on to another extension.
> 
>   There is an ATA (Linksys SPA3101) set up on the PSTN line with a
> FreeSwitch extension of 1000, it rings the extension phones in the group.
> 
>   I'd hoped that the default transfer setup would handle this without
> modification - the incoming call on extension 1000 would be the "a" leg,
> the answering extension would be the "b" leg and a transfer from "b" would
> work as per the default config. This does not work for me though.
> 
>   I'm struggling a bit with the "bind meta app" options and can't seem
> to make it do what I want.
> 
>   Could someone please confirm that what I'm trying to do is feasible
> and perhaps suggest the right parameters to use in dialplan.xml and
> features.xml please ?
> 
>   Relevant section in the "is_transfer" section in features.xml
>   
> 
>   And in default.xml from
>to
> 
> 
>   I've tried posting a call log to the Pastebin (11252/3) but there
> was an error - it looks like the dump was too big. Not sure what the
> maximum size on pastebin dumps is ?
> 
> 
>   My understanding (or lack of) of "a" and "b" are in the scenario
> described is not helping ...
> 
>   Is the "a" leg the call coming in on the PSTN line (on Ext 1000) ?
> 
> 
> Yes, the calling leg
> 
> 
>   Is the answering extension the "b" leg ?
> 
> 
> Yes
> 
> 
>   What are the correct LISTEN_TO and RESPOND_ON entries in
> dialplan.xml ?
> 
> 
> I don't understand this question
> 
> 
>   What is the correct "transfer" data string in features.xml ?
> 
> 
> 
> ditto
> 
> 
>   Or am I totally on the wr

Re: [Freeswitch-users] need help !! Problem with freeswitch & uniMRCP

2009-11-23 Thread Jeff Lenk

Hi Arsen,

I have merged your changes in now - thank you.

Would you perhaps be able to look at the x64 changes I made to the projects
and merge them back into your code to ease the future updating.

Thanks
Jeff


Arsen Chaloyan wrote:
> 
> Hi Jeff,
> 
> 
> Your input would be very helpful, I just wanted to understand where the
> problem is and contribute the way I can.
> I see you're the assignee, so please go ahead and let me know if there is
> anything left I can help with.
> 
> Arsen.
> 
> 
> 
> ____
> From: Jeff Lenk 
> To: freeswitch-users@lists.freeswitch.org
> Sent: Mon, November 23, 2009 8:16:28 AM
> Subject: Re: [Freeswitch-users] need help !! Problem with freeswitch &
> uniMRCP
> 
> Hi Arsen,
>  
> I would be happy to help with the FS integration if you want - please do
> put your patch in a Jira.
>  
> Jeff
>  
> 
>  Date: Sun, 22 Nov 2009 10:09:41 -0800
> From: [hidden email]
> To: [hidden email]
> Subject: Re: [Freeswitch-users] need help !! Problem with freeswitch &
> uniMRCP
> 
> 
> We discussed build integration related issues a few months ago with Mike
> and seemed to find a solution which would work for both UniMRCP and
> FreeSWITCH source trees.
> 
> Now I've just got a chance to look into this a bit closer trying to
> further complete VS2008 build integration in FreeSWITCH. So I've got it
> working, the module is not only being built, but also is getting loaded.
> Current build integration is not as seamless as I want it to be, but
> probably we can start with what we have now and then discuss and identify
> what can be done in the future. This concerns not only build integration
> but overall integrity.
> 
> So would you be interested in the patch? Where should I upload it? 
> I thought I had a Jira account, but not sure it exists any more.
> 
> -- 
> Arsen Chaloyan
> The author of UniMRCP 
> http://www.unimrcp.org
> 
> 
> 
> 
> 
> 
>  From: Jeff Lenk <[hidden email]>
> To: [hidden email]
> Sent: Fri, November 20, 2009 7:59:28 PM
> Subject: Re: [Freeswitch-users] need help !! Problem with freeswitch &
> uniMRCP
> 
> 
> That module is not currently being built for Windows. Also the library
> unimrcp needs build integration work with FS to make that happen under
> windows.
> 
> 
> ss1 wrote: 
> 
>> 
>> Hi Everyone,
>> 
>> Please help freeswitch experts... !!!
>> 
>> i have been working on freeswitch from last 2 days. i have downloaded
>> freeswitch and unimrcp (server + client) for windows.
>> I tested the unimrcp client and server, which is running fine with the
>> command: run synth and run recog. I got both synth.pcm & recog.pcm files.
>> 
>> But my objective is to call Freeswitch through x-lite, where freeswitch
>> should call unimrcp client and return the PCM files.
>> 
>> I tried it alot, but unable to do it. after lots of reading i found that
>> i
>> do not have mod_unimrcp. i do not know from where to download it and how
>> to merge it into freeswitch.
>> 
>> I would be very thankful if you may help.
>> 
>> Thanks,
>> ss
>> 
>> -- 
> View this message in context:
> http://n2.nabble.com/need-help-Problem-with-freeswitch-uniMRCP-tp4031590p4038514.html
> Sent from the freeswitch-users mailing list archive at Nabble.com.
> 
> ___
> FreeSWITCH-users mailing list
> [hidden email]
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
> 
> ___ 
> FreeSWITCH-users mailing list 
> [hidden email] 
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
> 
> 
> 
>  
> View message @
> http://n2.nabble.com/need-help-Problem-with-freeswitch-uniMRCP-tp4031590p4047148.html
>  
> To unsubscribe from Re: need help !! Problem with freeswitch & uniMRCP,
> click here. 
> 
> 
> Hotmail: Trusted email with powerful SPAM protection. Sign up now. 
> 
>  View this message in context: RE: [Freeswitch-users] need help !! Problem
> with freeswitch & uniMRCP
> Sent from the freeswitch-users mailing list archive at Nabble.com.
> 
> ___
> FreeSWIT

Re: [Freeswitch-users] need help !! Problem with freeswitch & uniMRCP

2009-11-22 Thread Jeff Lenk


Hi Arsen,

 

I would be happy to help with the FS integration if you want - please do put 
your patch in a Jira.

 

Jeff
 


Date: Sun, 22 Nov 2009 10:09:41 -0800
From: ml-node+4047148-1118239...@n2.nabble.com
To: jl...@frontiernet.net
Subject: Re: [Freeswitch-users] need help !! Problem with freeswitch & uniMRCP



We discussed build integration related issues a few months ago with Mike and 
seemed to find a solution which would work for both UniMRCP and FreeSWITCH 
source trees.

Now I've just got a chance to look into this a bit closer trying to further 
complete VS2008 build integration in FreeSWITCH. So I've got it working, the 
module is not only being built, but also is getting loaded. Current build 
integration is not as seamless as I want it to be, but probably we can start 
with what we have now and then discuss and identify what can be done in the 
future. This concerns not only build integration but overall integrity.

So would you be interested in the patch? Where should I upload it? 
I thought I had a Jira account, but not sure it exists any more.

-- 
Arsen Chaloyan
The author of UniMRCP 
http://www.unimrcp.org






From: Jeff Lenk <[hidden email]>
To: [hidden email]
Sent: Fri, November 20, 2009 7:59:28 PM
Subject: Re: [Freeswitch-users] need help !! Problem with freeswitch & uniMRCP


That module is not currently being built for Windows. Also the library
unimrcp needs build integration work with FS to make that happen under
windows.


ss1 wrote:

> 
> Hi Everyone,
> 
> Please help freeswitch experts... !!!
> 
> i have been working on freeswitch from last 2 days. i have downloaded
> freeswitch and unimrcp (server + client) for windows.
> I tested the unimrcp client and server, which is running fine with the
> command: run synth and run recog. I got both synth.pcm & recog.pcm files.
> 
> But my objective is to call Freeswitch through x-lite, where freeswitch
> should call unimrcp client and return the PCM files.
> 
> I tried it alot, but unable to do it. after lots of reading i found that i
> do not have mod_unimrcp. i do not know from where to download it and how
> to merge it into freeswitch.
> 
> I would be very thankful if you may help.
> 
> Thanks,
> ss
> 
> 
-- 
View this message in context: 
http://n2.nabble.com/need-help-Problem-with-freeswitch-uniMRCP-tp4031590p4038514.html
Sent from the freeswitch-users mailing list archive at Nabble.com.

___
FreeSWITCH-users mailing list
[hidden email]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

___ 
FreeSWITCH-users mailing list 
[hidden email] 
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org





View message @ 
http://n2.nabble.com/need-help-Problem-with-freeswitch-uniMRCP-tp4031590p4047148.html
 
To unsubscribe from Re: need help !! Problem with freeswitch & uniMRCP, click 
here. 
  
_
Hotmail: Trusted email with powerful SPAM protection.
http://clk.atdmt.com/GBL/go/177141665/direct/01/
-- 
View this message in context: 
http://n2.nabble.com/need-help-Problem-with-freeswitch-uniMRCP-tp4031590p4048969.html
Sent from the freeswitch-users mailing list archive at Nabble.com.
___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] need help !! Problem with freeswitch & uniMRCP

2009-11-20 Thread Jeff Lenk

That module is not currently being built for Windows. Also the library
unimrcp needs build integration work with FS to make that happen under
windows.


ss1 wrote:
> 
> Hi Everyone,
> 
> Please help freeswitch experts... !!!
> 
> i have been working on freeswitch from last 2 days. i have downloaded
> freeswitch and unimrcp (server + client) for windows.
> I tested the unimrcp client and server, which is running fine with the
> command: run synth and run recog. I got both synth.pcm & recog.pcm files.
> 
> But my objective is to call Freeswitch through x-lite, where freeswitch
> should call unimrcp client and return the PCM files.
> 
> I tried it alot, but unable to do it. after lots of reading i found that i
> do not have mod_unimrcp. i do not know from where to download it and how
> to merge it into freeswitch.
> 
> I would be very thankful if you may help.
> 
> Thanks,
> ss
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/need-help-Problem-with-freeswitch-uniMRCP-tp4031590p4038514.html
Sent from the freeswitch-users mailing list archive at Nabble.com.

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] TFTP Server & Cisco 7540

2009-11-17 Thread Jeff Lenk

Hi

I run the SolarWinds TFTP server alongside FS on my small installation -
works nicely!

Jeff



Dave Stevenson wrote:
> 
> Hi,
> 
> I have just about got FreeSwitch working with a Cisco 7940 Phone. After
> much reading, I worked out that I needed a TFTP server on the network that
> would supply the phone with it's SIP personality and config etc. I have
> been able to get the phone working and realise that the TFTP server needs
> to be available every time the phone loses power etc. At the moment, I
> have the TFTP server running on a temporary machine but it would be neater
> if it ran on the same machine as FreeSwitch. This will be a very small
> FreeSwitch installation, so, ...
> 
> Is there any reason why I should not try to run FreeSwitch and the
> SolarWinds Free TFTP Server on the same Windows XP Machine ? I don't think
> the server should put much load on the machine but wondered if there were
> any other reasons why this is a bad idea ?
> 
> In addition, while I have the phone working - I get a status message on
> boot ... "W310 2 Errors(s) Parsing SIPDefault.cnf
> 
> Can anyone tell me how to locate the errors in this file please ? (I have
> posted it to the Pastebin)
> 
> Regards
> Dave
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/TFTP-Server-Cisco-7540-tp4021305p4023012.html
Sent from the freeswitch-users mailing list archive at Nabble.com.

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Skypiax load error

2009-11-04 Thread Jeff Lenk
CH-users@lists.freeswitch.org
> 
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> 
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> 
> http://www.freeswitch.org
> 
> 
> 
> -- 
> Anthony Minessale II
> 
> FreeSWITCH http://www.freeswitch.org/
> ClueCon http://www.cluecon.com/
> 
> Twitter: http://twitter.com/FreeSWITCH_wire
> 
> AIM: anthm
> MSN:anthony_miness...@hotmail.com
> GTALK/JABBER/PAYPAL:anthony.miness...@gmail.com
> 
> IRC: irc.freenode.net #freeswitch
> 
> FreeSWITCH Developer Conference
> sip:8...@conference.freeswitch.org
> iax:gu...@conference.freeswitch.org/888
> 
> googletalk:conf+...@conference.freeswitch.org
> pstn:213-799-1400
> 
> 
> 
> --附转发的邮件--
> From: m...@jerris.com
> To: freeswitch-users@lists.freeswitch.org
> Date: Wed, 4 Nov 2009 10:43:10 -0500
> Subject: Re: [Freeswitch-users] SIP/2.0 503 Maximum Calls In Progress
> 
> Call loop?
>  
> On Nov 4, 2009, at 10:25 AM, Diego Viola wrote:
>  
>> Hello,
>>
>> I tried to help Roy with this issue yesterday, I saw that calls  
>> couldn't go through and then I made a sofia profile internal  
>> siptrace on.
>>
>> Then I found a message like "SIP/2.0 503 Maximum Calls In Progress"  
>> and saw he had like 800 sessions.
>>
>> I thought it was an ACL issue but it wasn't, it seems like he  
>> reached a session limit, when I restarted his FS the problem went  
>> away.
>>
>> Best Regards,
>>
>> Diego
>  
>  
>  
> 
> 
> --附转发的邮件--
> From: jl...@frontiernet.net
> To: freeswitch-users@lists.freeswitch.org
> Date: Wed, 4 Nov 2009 07:43:54 -0800
> Subject: Re: [Freeswitch-users] Precompiled Windows Binaries
> 
>  
> Hi Carlos,
>  
> very cool that the x64 version is included now! Hopefully this will get
> more
> people using the x64 version under Windows!
>  
> Regards,
> Jeff
>  
>  
> Carlos Talbot wrote:
>> 
>> On Tue, Nov 3, 2009 at 11:27 AM, Dave Stevenson
>> wrote:
>> 
>>> Jeff,
>>>
>>> thanks a lot for the reply. I was a little confused by the fact that the
>>> "SVN Snapshot" was some 10MB smaller than the Full 1.0.4 file so worried
>>> that I might lose something. As you say though, think that I'll cross my
>>> fingers and try the updated release. I am running FreeSwitch on a test
>>> machine at the moment until the target hardware arrives - hopefully
>>> tomorrow, so I can afford to have a little play.
>>>
>> 
>> I usually try to update the svn file at least once a month. I have a new
>> version ready that was compiled last night but am ironing out login
>> issues
>> with the FS dudes for upload access. Also, the SVN snapshot now includes
>> binaries for 32 and 64 bit. It no longer includes flite though as the
>> install file was approaching 80MB in size. I will revisit this later if
>> others feel it important to include flite.
>> 
>>>
>>> You mentioned FreePBX V3. I had been fumbling around trying to work out
>>> what
>>> this is and from what I've read, it seems to provide a GUI Front End for
>>> configuring FreeSwitch ?
>>>
>> Yes, it's still in development phase and as such not ready for production
>> use.
>> 
>>>
>>> I am guessing that while it has been installed with FreeSwitch, I then
>>> need
>>> to run the FreePBX Installer to update the FreePBX/FreeSwitch
>>> configuration
>>> on my hardware ?
>>>
>>>
>>> When I start FreeSwitch, it does not automatically load the WAMPServer.
>>>
>>> Freeswitch and WAMPServer are independant of each other. WAMPServer is
>> bundled in this install for the purpose of FreePBX as MySQL, Apache and
>> PHP
>> are all required components of FreePBX.
>> 
>> When I start WAMPServer manually, and open up localhost (127.0.0.1) in a
>> web
>>> browser, I can see the WampServer logo and various tools such as
>>> phpinfo()
>>> and phpmyadmin. FreePBX is there under Your Projects.
>>>
>>> If you want to configure FreePBX you need to click on the FreePBX.url
>> shortcut that gets created on your desktop.
>> 
>> 
>>> When I opened this up the first time, it appeared to want to install
>>> FreePBX
>>> over FreeSwitch, I tried to abort this when it was going to overwrite
>>> some
>>> FreeSwitch conf files and I thought I'd better not go on until I had a
>>>

Re: [Freeswitch-users] Precompiled Windows Binaries

2009-11-04 Thread Jeff Lenk

Hi Carlos,

very cool that the x64 version is included now! Hopefully this will get more
people using the x64 version under Windows!

Regards,
Jeff


Carlos Talbot wrote:
> 
> On Tue, Nov 3, 2009 at 11:27 AM, Dave Stevenson
> wrote:
> 
>> Jeff,
>>
>> thanks a lot for the reply. I was a little confused by the fact that the
>> "SVN Snapshot" was some 10MB smaller than the Full 1.0.4 file so worried
>> that I might lose something. As you say though, think that I'll cross my
>> fingers and try the updated release. I am running FreeSwitch on a test
>> machine at the moment until the target hardware arrives - hopefully
>> tomorrow, so I can afford to have a little play.
>>
> 
> I usually try to update the svn file at least once a month. I have a new
> version ready that was compiled last night but am ironing out login issues
> with the FS dudes for upload access. Also, the SVN snapshot now includes
> binaries for 32 and 64 bit. It no longer includes flite though as the
> install file was approaching 80MB in size. I will revisit this later if
> others feel it important to include flite.
> 
>>
>> You mentioned FreePBX V3. I had been fumbling around trying to work out
>> what
>> this is and from what I've read, it seems to provide a GUI Front End for
>> configuring FreeSwitch ?
>>
> Yes, it's still in development phase and as such not ready for production
> use.
> 
>>
>> I am guessing that while it has been installed with FreeSwitch, I then
>> need
>> to run the FreePBX Installer to update the FreePBX/FreeSwitch
>> configuration
>> on my hardware ?
>>
>>
>> When I start FreeSwitch, it does not automatically load the WAMPServer.
>>
>> Freeswitch and WAMPServer are independant of each other. WAMPServer is
> bundled in this install for the purpose of FreePBX as MySQL, Apache and
> PHP
> are all required components of FreePBX.
> 
> When I start WAMPServer manually, and open up localhost (127.0.0.1) in a
> web
>> browser, I can see the WampServer logo and various tools such as
>> phpinfo()
>> and phpmyadmin. FreePBX is there under Your Projects.
>>
>> If you want to configure FreePBX you need to click on the FreePBX.url
> shortcut that gets created on your desktop.
> 
> 
>> When I opened this up the first time, it appeared to want to install
>> FreePBX
>> over FreeSwitch, I tried to abort this when it was going to overwrite
>> some
>> FreeSwitch conf files and I thought I'd better not go on until I had a
>> better idea what was happening. I backed out of the FreePBX install and
>> now
>> I can't get the FreePBX or phpmyadmin pages up again (missing files) so
>> it
>> looks like I'm going to have to reinstall anyway.
>>
>> So, for next time,am I right in thinking that I should proceed with
>> running
>> the FreePBX install from the WAMPServer menu ?
>>
> 
> No, launch it from the shortcut as stated above. Unfortunately, at this
> time
> there is very little user documentation on configuring FreePBX. Here is
> the
> link to the developer's info: http://www.freepbx.org/v3
> 
> regards,
> 
> Carlos
> 
>>
>>
>> - Original Message -
>> From: "Jeff Lenk" 
>> To: 
>> Sent: Tuesday, November 03, 2009 2:48 PM
>> Subject: Re: [Freeswitch-users] Precompiled Windows Binaries
>>
>>
>> >
>> > Hi Dave,
>> >
>> > These are supported by "Carlos Talbot" . They also include Freepbx v3
>> >
>> > Just as you said freeswitch-1.0.4.exe is the tagged release and
>> > freeswitch.exe is a newer svn snapshot.
>> >
>> > There should be no problems installing the new version allthough best
>> to
>> > just try and see!
>> >
>> > Not sure why the newest one is from October 7th.
>> >
>> > Jeff
>> >
>> >
>> > Dave Stevenson wrote:
>> >>
>> >> Hi,
>> >>
>> >> I have read the Docs on the Wiki
>> >> (
>> http://wiki.freeswitch.org/wiki/Installation_Guide#Precompiled_Binaries)
>> >> but am still not sure of what the different Windows install files are.
>> >> Currently, the Windows Installer directory contains :-
>> >>
>> >> LATEST_SVN_15106 - 6 Bytes
>> >>
>> >> freeswitch-1.0.4.exe - 42 Megabytes
>> >>
>> >> freeswitch.exe - 32 Megabytes
>> >>
>> >> I have installed the freeswitch-1.0.4.exe file which is date

Re: [Freeswitch-users] Precompiled Windows Binaries

2009-11-03 Thread Jeff Lenk

Dave,

Carlos can probably be a better help here too but yes Freepbx v3 is a web
gui that is under heavy development - it probably is not yet ready for
production but looks very promising!

you can navigate to http://127.0.0.1/freepbx-v3/index.php/installer.html and
restart the installer for freepbx if you want to experiment with it.

The base FreeSWITCH installer does install and work well with windows and is
quite easy to learn and configure. Their is a lot to learn though :)

Regards,
Jeff


Dave Stevenson wrote:
> 
> Jeff,
> 
> thanks a lot for the reply. I was a little confused by the fact that the 
> "SVN Snapshot" was some 10MB smaller than the Full 1.0.4 file so worried 
> that I might lose something. As you say though, think that I'll cross my 
> fingers and try the updated release. I am running FreeSwitch on a test 
> machine at the moment until the target hardware arrives - hopefully 
> tomorrow, so I can afford to have a little play.
> 
> You mentioned FreePBX V3. I had been fumbling around trying to work out
> what 
> this is and from what I've read, it seems to provide a GUI Front End for 
> configuring FreeSwitch ?
> 
> I am guessing that while it has been installed with FreeSwitch, I then
> need 
> to run the FreePBX Installer to update the FreePBX/FreeSwitch
> configuration 
> on my hardware ?
> 
> 
> When I start FreeSwitch, it does not automatically load the WAMPServer.
> 
> When I start WAMPServer manually, and open up localhost (127.0.0.1) in a
> web 
> browser, I can see the WampServer logo and various tools such as phpinfo() 
> and phpmyadmin. FreePBX is there under Your Projects.
> 
> When I opened this up the first time, it appeared to want to install
> FreePBX 
> over FreeSwitch, I tried to abort this when it was going to overwrite some 
> FreeSwitch conf files and I thought I'd better not go on until I had a 
> better idea what was happening. I backed out of the FreePBX install and
> now 
> I can't get the FreePBX or phpmyadmin pages up again (missing files) so it 
> looks like I'm going to have to reinstall anyway.
> 
> So, for next time,am I right in thinking that I should proceed with
> running 
> the FreePBX install from the WAMPServer menu ?
> 
> regards
> Dave
> 
> 
> 
> - Original Message - 
> From: "Jeff Lenk" 
> To: 
> Sent: Tuesday, November 03, 2009 2:48 PM
> Subject: Re: [Freeswitch-users] Precompiled Windows Binaries
> 
> 
>>
>> Hi Dave,
>>
>> These are supported by "Carlos Talbot" . They also include Freepbx v3
>>
>> Just as you said freeswitch-1.0.4.exe is the tagged release and
>> freeswitch.exe is a newer svn snapshot.
>>
>> There should be no problems installing the new version allthough best to
>> just try and see!
>>
>> Not sure why the newest one is from October 7th.
>>
>> Jeff
>>
>>
>> Dave Stevenson wrote:
>>>
>>> Hi,
>>>
>>> I have read the Docs on the Wiki
>>> (http://wiki.freeswitch.org/wiki/Installation_Guide#Precompiled_Binaries)
>>> but am still not sure of what the different Windows install files are.
>>> Currently, the Windows Installer directory contains :-
>>>
>>> LATEST_SVN_15106 - 6 Bytes
>>>
>>> freeswitch-1.0.4.exe - 42 Megabytes
>>>
>>> freeswitch.exe - 32 Megabytes
>>>
>>> I have installed the freeswitch-1.0.4.exe file which is dated 3rd
>>> September. The freeswitch.exe file is dated 7th October and think that
>>> it
>>> contains the minor updates since 3rd September ?
>>>
>>> Could someone who knows FreeSwitch under windows help me understand the
>>> two files please ?
>>>
>>> I chickened out of running the later exe in case it did something to the
>>> running install of FreeSwitch 1.0.4, is it safe to run the newer exe
>>> with
>>> the old one already installed ?
>>> What will it actually do ?
>>>
>>> regards
>>> Dave
>>> ___
>>> FreeSWITCH-users mailing list
>>> FreeSWITCH-users@lists.freeswitch.org
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>> http://www.freeswitch.org
>>>
>>>
>>
>> -- 
>> View this message in context: 
>> http://n2.nabble.com/Precompiled-Windows-Binaries-tp3937943p3938887.html
>> Sent from the freeswitch-users mailing list archive at Nabble.com.
>>
>> 

Re: [Freeswitch-users] Precompiled Windows Binaries

2009-11-03 Thread Jeff Lenk

Hi Dave,

These are supported by "Carlos Talbot" . They also include Freepbx v3

Just as you said freeswitch-1.0.4.exe is the tagged release and
freeswitch.exe is a newer svn snapshot.

There should be no problems installing the new version allthough best to
just try and see!

Not sure why the newest one is from October 7th.

Jeff


Dave Stevenson wrote:
> 
> Hi,
> 
> I have read the Docs on the Wiki
> (http://wiki.freeswitch.org/wiki/Installation_Guide#Precompiled_Binaries)
> but am still not sure of what the different Windows install files are.
> Currently, the Windows Installer directory contains :-
> 
> LATEST_SVN_15106 - 6 Bytes
> 
> freeswitch-1.0.4.exe - 42 Megabytes
> 
> freeswitch.exe - 32 Megabytes
> 
> I have installed the freeswitch-1.0.4.exe file which is dated 3rd
> September. The freeswitch.exe file is dated 7th October and think that it
> contains the minor updates since 3rd September ?
> 
> Could someone who knows FreeSwitch under windows help me understand the
> two files please ?
> 
> I chickened out of running the later exe in case it did something to the
> running install of FreeSwitch 1.0.4, is it safe to run the newer exe with
> the old one already installed ?
> What will it actually do ?
> 
> regards
> Dave
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Precompiled-Windows-Binaries-tp3937943p3938887.html
Sent from the freeswitch-users mailing list archive at Nabble.com.

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Subscribing to events in managed C# / .NET

2009-09-10 Thread Jeff Lenk

Thanks Michael,

I was seeing some strange behavior in a static compiled dll versus
dynamically loaded and compiled scripts.

This code when used in a dll was blowing up when a thread was spawned in the
ILoadNotificationPlugin.Load but is not when used in a dynamically loaded
script(csx).

Code: 

ThreadPool.QueueUserWorkItem((o) =>
{
Log.WriteLine(LogLevel.Notice, "Thread Starting. ");
while (true)
{
   Thread.Sleep(1);
 Log.WriteLine(LogLevel.Notice, "Thread Running.
");
}
});

I will look into this more later.

Jeff



Michael Giagnocavo wrote:
> 
> The ILoadNotifcationPlugin is run in the appdomain created for the plugin,
> so it should only get unloaded when the plugin gets reloaded. Spawning
> threads here should work, it's definitely the intention that if you need a
> long-running process, you can fire it up on load and have it work.
> 
> As to the race condition on reload, mod_managed should do this:
> 
>   - Load the new plugin into a new appdomain
>   - Remove the entry points to the old appdomain, add entries to the new
> one
>   - Old appdomain now stays alive until foreground API and APP calls 
> finish
> 
> So, you can have many versions of the same plugin active in memory. 
> 
> I probably need to go break compatibility and make ILoadWhateverPlugin be
> something like IPluginController and allow it to return loading options to
> control the mod_managed behavior, as well as allow it to delay shutdown of
> the appdomain. Part of the question is: how many people out there need
> compatibility, or can we go breaking all of you and make you recompile? :)
> 
> Although, IIRC, if you handle AppDomain.Unload (or whatever it is), it
> will stay alive until your event handler completes. 
> 
> Hope that helps a bit.
> 
> -Michael
> 
>  
> -Original Message-
> From: freeswitch-users-boun...@lists.freeswitch.org
> [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Jeff
> Lenk
> Sent: Wednesday, September 09, 2009 1:57 PM
> To: freeswitch-users@lists.freeswitch.org
> Subject: Re: [Freeswitch-users] Subscribing to events in managed C# / .NET
> 
> 
> I think the problem here is that the loader only keeps this method in
> scope
> until completion then it drops the remoted connection. Therefore you
> should
> not use threads in this method. Michael please correct me if I am wrong
> here.
> 
> As an example of the failure simply just put a Sleep(1) call in the
> thread and you will see the failure.
> 
> As Michael said this method was only designed to allow the option to opt
> out
> of being loaded.
> 
> In order to support this perhaps a configuration flag simular to the lua
> "startup-script" should be added.
> 
> 
> 
> Here is the error I get with the loop I mentioned. -Josh
> [image: Capture.PNG]
> 
> On Tue, Sep 8, 2009 at 5:05 AM, Michael Giagnocavo
> wrote:
> 
>>  Hi,
>>
>>
>>
>> Can you please elaborate on the crash you receive when
>> you
>> queue a thread during load?
>>
>>
>>
>> Thanks,
>>
>> Michael
>>
>>
> 
> -- 
> View this message in context:
> http://n2.nabble.com/Subscribing-to-events-in-managed-C-NET-tp3573619p3613195.html
> Sent from the freeswitch-users mailing list archive at Nabble.com.
> 
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
> 
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Subscribing-to-events-in-managed-C-NET-tp3573619p3617527.html
Sent from the freeswitch-users mailing list archive at Nabble.com.

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Subscribing to events in managed C# / .NET

2009-09-09 Thread Jeff Lenk

Yeah I noticed that but the thread was still terminating after a few seconds
anyway for me. Does it stay running for you?


Josh Rivers-2 wrote:
> 
> A new discovery:public bool Load()
> {
> ThreadPool.QueueUserWorkItem((o) =>
> {
> Log.WriteLine(LogLevel.Notice, "Thread Starting. ");
> EventConsumer con = new EventConsumer("all", "");
> while (true)
> {
> Event ev = con.pop(0);
> if (ev == null) continue;
> Log.WriteLine(LogLevel.Notice, "Event: " +
> ev.serialized_string);
> }
> });
> return true;
> }
> Does not crash. (Adding the null check prevents crash.) The backgrounded
> loop runs fine. Looks like the event object goes straight to pinvokes, so
> a
> null result just crashes?
> 
> I like the idea of a 'startup-script' for mod_managed. It would also be
> excellent if there was an event or message  informing the background code
> to
> terminate nicely when the module reloads.
> 
> --Josh
> 
> On Wed, Sep 9, 2009 at 12:57 PM, Jeff Lenk  wrote:
> 
>>
>> I think the problem here is that the loader only keeps this method in
>> scope
>> until completion then it drops the remoted connection. Therefore you
>> should
>> not use threads in this method. Michael please correct me if I am wrong
>> here.
>>
>> As an example of the failure simply just put a Sleep(1) call in the
>> thread and you will see the failure.
>>
>> As Michael said this method was only designed to allow the option to opt
>> out
>> of being loaded.
>>
>> In order to support this perhaps a configuration flag simular to the lua
>> "startup-script" should be added.
>>
>>
>>
>> Here is the error I get with the loop I mentioned. -Josh
>> [image: Capture.PNG]
>>
>> On Tue, Sep 8, 2009 at 5:05 AM, Michael Giagnocavo
>> wrote:
>>
>> >  Hi,
>> >
>> >
>> >
>> > Can you please elaborate on the crash you receive when
>> you
>> > queue a thread during load?
>> >
>> >
>> >
>> > Thanks,
>> >
>> > Michael
>> >
>> >
>>
>> --
>> View this message in context:
>> http://n2.nabble.com/Subscribing-to-events-in-managed-C-NET-tp3573619p3613195.html
>> Sent from the freeswitch-users mailing list archive at Nabble.com.
>>
>> ___
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users@lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
> 
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Subscribing-to-events-in-managed-C-NET-tp3573619p3614845.html
Sent from the freeswitch-users mailing list archive at Nabble.com.

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Subscribing to events in managed C# / .NET

2009-09-09 Thread Jeff Lenk

I think the problem here is that the loader only keeps this method in scope
until completion then it drops the remoted connection. Therefore you should
not use threads in this method. Michael please correct me if I am wrong
here.

As an example of the failure simply just put a Sleep(1) call in the
thread and you will see the failure.

As Michael said this method was only designed to allow the option to opt out
of being loaded.

In order to support this perhaps a configuration flag simular to the lua
"startup-script" should be added.



Here is the error I get with the loop I mentioned. -Josh
[image: Capture.PNG]

On Tue, Sep 8, 2009 at 5:05 AM, Michael Giagnocavo
wrote:

>  Hi,
>
>
>
> Can you please elaborate on the crash you receive when you
> queue a thread during load?
>
>
>
> Thanks,
>
> Michael
>
>

-- 
View this message in context: 
http://n2.nabble.com/Subscribing-to-events-in-managed-C-NET-tp3573619p3613195.html
Sent from the freeswitch-users mailing list archive at Nabble.com.

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Subscribing to events in managed C# / .NET

2009-09-03 Thread Jeff Lenk

try something like this

EventConsumer con = new EventConsumer("all", "");
Event ev = con.pop(0);

see lua sample -
http://wiki.freeswitch.org/wiki/Lua#freeswitch.EventConsumer


Phillip Jones-2 wrote:
> 
> Hi there,
> 
> mod_managed exposes EventReceivedFunction such that:
> 
>  Session.EventReceivedFunction = (e) =>
>  {
>Log.WriteLine(LogLevel.Alert, "Received Event {0}", e.ToString());
>return "";
>  };
> 
> should trap all events to which i subscribe.
> 
> 
> But how do I subscribe to events? What is the .NET / managed equivalent
> of:
> 
> switch_event_bind(const char *id, switch_event_types_t event, const char
> *subclass_name, switch_event_callback_t callback, void *user_data);
> 
> 
> 
> Thank you!
> 
> 
> 
> Phillip Jones
> 
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Subscribing-to-events-in-managed-C-NET-tp3573619p3574945.html
Sent from the freeswitch-users mailing list archive at Nabble.com.

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] FS performance under windows

2009-09-01 Thread Jeff Lenk

Have you gotten past the problems with pthread-win32 on 64 bit? you will need
the trunk version of that library if not because the released version has
problems with 64bit.

There are some other simple compilation problems I assume you may have
already got past? If not see http://jira.freeswitch.org/browse/FSBUILD-147
for a reference. That bug is basically waiting for pthread-win32 to release
their next version.

What other kinds of problems are you having?



Dmitry Kadantsev wrote:
> 
> Hi folk,
> 
> First of all, thank you for FS - really strong project.
> 
> I have already asked this once in other thread but didn't got any answer.
> So, I'll try to re-ask.
> 
> We are playing currently with FS under Windows 2008 64bit. So far there
> are
> some issues but I hope we'll solve it in nearest future. After FS will be
> configured correctly we plan to play with performance things on FS.
> 
> The question is: Does it makes any sense to try to setup FS under Win for
> a
> same performance level possible under Linux (e.g. CentOs)? Or it's just
> wasting of time?
> 
> An additional question is: Are there any important and well know issues
> during migration from Win to Lin. Or it is just like copying of all
> configs
> into Linux installation?
> 
> 
> Thank you
> 
> --
> Best regards,
> Dmitry Kadantsev
> 
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/FS-performance-under-windows-tp3559027p3560840.html
Sent from the freeswitch-users mailing list archive at Nabble.com.

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] OpenZAP/Sangoma in Windows

2009-08-12 Thread Jeff Lenk

I have been testing analog support under Windows with good results so far. I
am waiting on another driver fix to solve some small problems with the api.

I have been running this code for 6 weeks or so now under a home test
environment(light call traffic) and the reliabilty has been fine - no errors
or other abnormalites.

The openzap for windows code is very simular to the others now(with the new
LibSangoma) so we should be in pretty good shape.

I would love to hear more from you regarding your testing of PRI support
under windows.

-Jeff


Moises Silva wrote:
> 
> On Tue, Aug 11, 2009 at 2:16 AM, Peter Olsson <
> peter.ols...@visionutveckling.se> wrote:
> 
>> Hi, I'm trying to evaluate the OpenZAP/Sangoma-support in Windows, using
>> PRI E1 connections.
>>
> 
> Thanks for testing this :-)
> 
> I have been meaning to install FreeSWITCH on Windows but just could not
> find
> the time.
> 
> 
>> 1. Has anyone tested it in Windows at all? I know the build-files for
>> Visual Studio has only been checked in for a couple of months, so that's
>> why
>> I'm asking.
>>
> 
> The drivers have been tested quite well but not using FreeSWITCH.
> 
> 
>> 2. Does anyone have any directions how to configure the driver within
>> Windows? Should I use BitStream or HDLC, and how should the channel
>> groups
>> be configured?
>>
> 
> You should use HDLC for the D-channel and Bitstream for the B-Channels.
> Typically you would create 2 groups, one with channels 1-23 and the other
> with just channel 24. The first group would work in bitstream and
> TDM_CHAN_VOICE_API operational mode and the second in HDLC/API mode.
> 
> You can find me in #openzap, #freeswitch or #freeswitch-dev as "moy" if
> you
> have more questions.
> 
> -- 
> Moises Silva
> Software Developer
> Sangoma Technologies Inc. | 50 McIntosh Drive, Suite 120, Markham ON L3R
> 9T3
> Canada
> t. 1 905 474 1990 x 128 | e. m...@sangoma.com
> 
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/OpenZAP-Sangoma-in-Windows-tp3422060p3435444.html
Sent from the freeswitch-users mailing list archive at Nabble.com.

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] managed_mod directories

2009-07-11 Thread Jeff Lenk

Hi,

The base dll (FreeSWITCH.Managed.dll) is loaded from /mod - additional
managed dlls are loaded from /mod/managed. This is designed to allow your
dll's to be built and maintained independant of the FS build files. You can
simply just drop your dlls into mod/managed and they will be loaded and
available for use(this happens at FS startup).

The base managed dll (FreeSWITCH.Managed.dll) is only really supposed to be
used for loader support and the demo classes - you should place your code in
your own dll.

- Jeff


Phillip Jones-2 wrote:
> 
> Hi,
> 
> If I place the DLL in mod\managed I get the following error:
> 
> [err] mod_managed.cpp:287 Assembly::LoadFrom failed:
> system.IO.FileNotFoundException: Could not load file or assembly
> 'file:///c:program files (x86)\Freeswitch\mod\freeSWITCH.Managed.dll' or
> one
> of its dependencies. The system could not find the file specified.
> 
> As I said. When I place freeSWITCH.Managed.dll straight into \mod then
> everything works fine.
> 
> Thanks
> 
> 
> Phil
> 
> 
> On Sat, Jul 11, 2009 at 9:15 AM, Diego Toro  wrote:
> 
>> Hello,
>>
>> What error do you get when dll is put on mod/managed ?, I work with dll's
>> on mod/managed although I changed loadfile by loadfrom on loader.cs.
>>
>> Diego
>>
>>
>> --- On *Fri, 7/10/09, Phillip Jones * wrote:
>>
>>
>> From: Phillip Jones 
>> Subject: Re: [Freeswitch-users] managed_mod directories
>> To: freeswitch-users@lists.freeswitch.org
>> Date: Friday, July 10, 2009, 6:22 PM
>>
>>
>> It is looking in mod.
>>
>> It required the mod\managed directory, but if I place my dll in
>> mod\managed
>> it fails. DLL must be in mod - mod\managed is empty.
>>
>> My app works fine though
>>
>>
>> Phil
>>
>>
>> On Fri, Jul 10, 2009 at 4:48 PM, Michael Giagnocavo
>> http://us.mc335.mail.yahoo.com/mc/compose?to=...@giagnocavo.net>
>> > wrote:
>>
>>>  You’re saying that it requires the managed DLL to be in both the mod
>>> and
>>> mod\managed directory?  What error do you get if it’s only in mod? It’s
>>> been
>>> months, but I just checked loader.cs and it looks explicitly in the
>>> managed
>>> directory to resolve assemblies as well as to scan to load them.
>>>
>>> -Michael
>>>
>>>  *From:*
>>> freeswitch-users-boun...@lists.freeswitch.org[mailto:
>>> freeswitch-users-boun...@lists.freeswitch.org]
>>> *On Behalf Of *Phillip Jones
>>> *Sent:* Friday, July 10, 2009 11:46 AM
>>> *To:*
>>> freeswitch-users@lists.freeswitch.org
>>> *Subject:* [Freeswitch-users] managed_mod directories
>>>
>>> Hi there,
>>>
>>>
>>> Using windows with the pre-compiled binary / msi found via the WIKI
>>>
>>> Using mod_managed with no problems however:
>>>
>>> mod_managed appears to require I create a directory 'managed' under
>>> C:\Program Files (x86)\FreeSWITCH\mod
>>>
>>> BUT also requires that I place my .dll in C:\Program Files
>>> (x86)\FreeSWITCH\mod and NOT C:\Program Files
>>> (x86)\FreeSWITCH\mod\managed
>>>
>>> thus making C:\Program Files (x86)\FreeSWITCH\mod\managed redundant
>>>
>>> Anyone else seen this behavior?
>>>
>>> Thanks!
>>>
>>>
>>> Phillip Jones
>>>
>>> ___
>>> Freeswitch-users mailing list
>>> Freeswitch-users@lists.freeswitch.org
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>> http://www.freeswitch.org
>>>
>>>
>>
>> -Inline Attachment Follows-
>>
>> ___
>> Freeswitch-users mailing list
>> Freeswitch-users@lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>>
>>
>> ___
>> Freeswitch-users mailing list
>> Freeswitch-users@lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>>
> 
> ___
> Freeswitch-users mailing list
> Freeswitch-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/managed_mod-directories-tp3240303p3243183.html
Sent from the freeswitch-users mailing list archive at Nabble.com.

___
Freeswit

Re: [Freeswitch-users] Sending fax on Windows: Any one has succeeded?

2009-06-03 Thread Jeff Lenk

The filenaming problem is caused by using backslashes use forward slashes
"c:/test/test.tif"

Also beware that fax func. on Windows has not been verified yet! Also make
sure you are using svn trunk.



Paul Li wrote:
> 
> Has anyone succeeded in sending fax on Windows with the following command
> line?
> 
> originate sofia/gateway//
> &txfax(/path_to_fax_file)
> 
> No matter how I specify that path (I even copied the file into the
> installation folder, C:\Program Files\FreeSWITCH), I always got "[ERR]
> mod_fax.c:518 process_fax() Cannot send inexistant fax file".
> 
> Any hint would be highly appreciated!
> 
> ___
> Freeswitch-users mailing list
> Freeswitch-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Sending-fax-on-Windows%3A-Any-one-has-succeeded--tp3016259p3020383.html
Sent from the freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org