I am porting, or trying to, the SIP Server to Windows 2003. Has anybody being able to accomplish that?
Yours
Philip
_________________________________________________________________ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail
On Jul 11, 2003 at 16:13, Philip D'Orleans philip_38@hotmail.com wrote:
I am porting, or trying to, the SIP Server to Windows 2003. Has anybody being able to accomplish that?
We had a very limited version (w/o modules and shared memory support) running, using cygwin.
The biggest obstacles are: shared memory support (last time I checked cygwin didn't support mmap or sys v shm. mem) and dynamically loading modules (the win. dll are much behind elf .so in terms of functionality -- for example back linkning does not work on windows).
Andrei