# Telephonie

> Open source framework to create telephony applications using [FreeSWITCH](http://www.freeswitch.org)

>**Authors:** Michael Ricordeau (tamiel) and Venky (bevenky)  
>**Contact:** <telephonie@miglu.com>    


##About

Telephonie is a gevent-based Python framework for the FreeSWITCH's Event Socket.
The framework provides support for both Inbound and Outbound methods of the Event Socket.

Telephonie may be used for a wide variety of purposes (IVRs, Billing System, Voicemail Applications etc).
It is totally event-driven and allows easy implementation of complex applications in a simple and extensible manner and
aims to export all the functionality of the FreeSWITCH to higher level applications.


## Documentation

* [Telephonie Documentation](https://github.com/miglu/Telephonie/wiki)    
* [FreeSWITCH Event Socket documentation](http://wiki.freeswitch.org/wiki/Event_Socket)  


## License

(c) 2011 Miglu Communications <telephonie@miglu.com>

Telephonie was inspired by and uses code from [eventsocket](https://github.com/fiorix/eventsocket), which is distributed
under the Mozilla Public License Version 1.1

Telephonie is distributed under the terms of the Mozilla Public License Version 1.1, see `LICENSE`.
