Porting to visual studio..

Philippe Torrelli philippe.torrelli at alcatel.fr
Mon Sep 25 16:11:50 CEST 2006


Hello,

Still in the process of trying to compile an activeX  out of the 2776
snapshot of minisip,  I created a project for Visual Studio 2005 that allows
me to build minisip_textui (  lots of source tweaking had to be done but
nothing really tricky )


* If I manage to have a working result, does it make sense I extract and
send the changes I made to the source tree so that it can be merged in
current snapshots ? Or is it just out of scope ? 

* I noticed the sip ids were not random but always remained the same.
Tracing a bit with zixel phones and third party soft phone, I made sure that
other client implementation assign ‘unique’ call ids

I don't know if it’s the same on other build environment, but the
Multithreaded version of microsoft implementation of rand() needs to be
srand’ed in every thread ( and in particular in the one created by
Sip->start() ) 
 
Is this behavior only on visual studio  ? 
Sorry if this issue is only on my side, or has been fixed since 2776 .


Philippe Torrelli





More information about the Minisip-devel mailing list