banner
Dave Horner's Website - Yet another perspective on things...
Home Tech Talk Unix/Linux/BSD/OSX/ETC Freeswitch - carrier grade telephony system.
If you appreciate the information found on this website, please drop me a line!

Who's Online

We have 33 guests online
Content View Hits : 1157257
moon and stars
How did you find my site?
 
How often do you answer random online questions?
 

Random Quote

Reality is merely an illusion, albeit a very persistent one.  --Albert Einstein
100_1792
P1010063
P1010133
IMG_2412

Freeswitch - carrier grade telephony system.

Thursday, 20 July 2006 11:47
Freeswitch
FreeSWITCH gets a long nice with a lot of different languages.
FreeSWITCH is well written, I like the projects style and I'm impressed with the state of the cross platform development. I've built it on windows, linux, and mac. I'm sure I'll be doing it on others too....

BTW: if you haven't already, read the getting started guide

To checkout the source you'll want to do a:
yum install mod_dav_svn subversion
yum install gnutls gnutls-devel
svn checkout http://svn.freeswitch.org/svn/freeswitch/trunk freeswitch.trunk
export CFLAGS="-g -ggdb"
export MOD_CFLAGS="-g -ggdb"
./bootstrap.sh
./configure
make
make installall

If I am doing an update:
make current
If I am newly building, remember to run bootstrap
./bootstrap
./configure
make installall

Mod conference - FreeSWITCH Wiki
Mod event socket - FreeSWITCH Wiki



Web Interfaces

FreePBX | FreePBX - Asterisk and FreeSWITCH support!


Jabber XMPP and dingaling with FreeSWITCH

Tzah 2.0 » Blog Archive » How to run Freeswitch mod_dingaling on windows

Debugging Freeswitch - FreeSWITCH Wiki


Python and FreeSWITCH

eventsocket - Project Hosting on Google Code - twisted reactor framework for python.
Inside libs/esl make pymod, it is a SWIG wrapper for the c ESL client. I've used this too and it works fine.



Ruby/Rails and Freeswitch

Main - telegraph - Welcome to the Telegraph Documentation- What Lies Between Voice and Rails - Project Hosting on Google Code
Idapted Developer's Blog Telegraph - Rails MVC voice applications.
Liverpie 0.5 - Liverpie is a FreeSWITCH proxy which accepts and posts FreeSWITCH commands and results to your webapps. The requests contain events coming from FreeSWITCH and the responses from the webapp should contain FreeSWITCH commands, and expected events. (it uses YAML)
Adhearsion: Open-Source Telephony Development Framework
Last Updated on Sunday, 17 January 2010 12:41