- Business application integration (for CRM database)
- Calendar integration
- Call waiting
- Caller ID
- Click-of-a-mouse simplicity—employees
make or transfer calls right on their
computer - Conference call with document sharing
- Contact screen and caller information
- Desktop application (i.e., Microsoft
Outlook) integration
- Conferencing
- XML-RPC control of live calls
- IVR
- TTS/ASR
- PSTN
- Voice over IP
- XML-RPC
- Event Socket
- Embedded Languages
- Modules
- ODBC
- CDR
- XML
I downloaded the pre-built binaries to get a view of the application, see Figure 1. The FreeSwitch Home Page is at (http://www.freeswitch.org/docs/).
Figure1 . Console Applications of FreeSwitch

From here, I downloaded the source code for all 128 projects into Visual C++ 2008 Express Edition, see Figure 2. From there, I did the build (It seem to take forever) all the projects with modules, downloads, etc. successfully and ran the FreeSwitchConsole Application.
Figure 2. FreeSwitch Visual Studio 2008 Express

The modules for FS at (http://wiki.freeswitch.org/wiki/FreeSwitch_Modules) have a java module that can be implemented from http://wiki.freeswitch.org/wiki/Java . The next step is to do some sample code to show some of the features of using this application. There are several examples at http://wiki.freeswitch.org/wiki/Category:Examples . The Answering Machine example in Javascript is interesting; however, in future posts I plan to include some .NET examples to provide additional insight into how to use and integrate these modules into your business needs.
1 comment:
Nice post! FreeSWITCH is extremely flexible and powerful. We are definitely interested in how people are using FreeSWITCH in production environments. If people have questions they are welcome to visit our wiki at wiki.freeswitch.org, our mailing list at lists.freeswitch.org, and our IRC channel, #freeswitch at irc.freenode.net.
Thanks!
-MC
Post a Comment