<p>Can you make it across platform? </p>
<p>- jesse</p>
<div class="gmail_quote">On Feb 1, 2011 10:42 PM, "Mitch Capper" <<a href="mailto:mitch.capper@gmail.com">mitch.capper@gmail.com</a>> wrote:<br type="attribution">> In prep for tomorrows conference I am happy to release FSClient. I would<br>
> like to thank DRK and especially jlenk for their continued support and help<br>> on this project. jlenk created the installer, fixed code, and certainly<br>> helped bring it along quite a bit faster!<br>> FSClient is a windows SIP client:<br>
> Most features of any standard sip client<br>> multiple calls at once<br>> transfer, holding, speakerphone, DND<br>> multiple SIP accounts<br>> advanced headset support (caller id, buttons, etc) for jabra and plantronics<br>
> out of the box (with plugin support for easily adding others)<br>> basic contact book support (with a sample XML contact book plugin provided)<br>> All codecs (minus commercial g729 support) that freeswitch supports<br>
> <br>> Give it a shot and let us know about any issues you run into, overall it was<br>> decently tested for many months but some of the rapid changes as of late<br>> means there may be some larger bugs that crept in. I will also be on the<br>
> conference call tomorrow and can answer questions there.<br>> <br>> And so to download the binaries:<br>> <a href="http://files.freeswitch.org/windows/installer/x86/FSClient.zip">http://files.freeswitch.org/windows/installer/x86/FSClient.zip</a><br>
> There will be a readme in the install dir on usage.<br>> <br>> The source code is available on the contrib git repo mitchcapper/FSClient.<br>> <br>> As for building from source you will need to do a few things to trunk<br>
> currently. In the source folder you need to move mod_portaudio.c to the<br>> freeswitch\src\mod\endpoints\mod_portaudio folder (<br>> <a href="http://jira.freeswitch.org/browse/FS-3006">http://jira.freeswitch.org/browse/FS-3006</a> are the changes pending trunk).<br>
> In addition move the portaudio.2010.vxcproj over the version in<br>> freeswitch\libs\portaudio\build\msvc to enable direct X support. Make sure<br>> you have the WPF Toolkit also installed. Build trunk and then for FSClient<br>
> set the ENV var FREESWITCH_SRC_LOCATION to the src location and it will also<br>> auto-copy the needed files into the build folder.<br>> <br>> <br>> History:<br>> Back in May I wanted a SIP client that supported the Jabra headsets, after<br>
> not finding one that would work as I liked I looked to open source and<br>> everyone pointed me towards FSComm. FSComm is great, and has a huge amount<br>> of time poured into it, but the C++/QT base for it was not for me. .NET was<br>
> the natural choice due to its rapid development time and stability so I went<br>> there.<br>> <br>> After a few weeks work I had a client that I used for over 6 months and was<br>> fairly stable with relatively minor changes. A few weeks ago on the<br>
> conference call someone mentioned wanting a windows sip client option and I<br>> figured I would offer up my code base. Well getting private code ready for<br>> public use was a bit more complex than planned but its here now and<br>
> certainly in the past several weeks has had a lot of development.<br>> <br>> ~Mitch<br></div>