My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

UPDATE: Please check our github repository http://github.com/fiorix/eventsocket for the latest source. This code is outdated and not maintained anymore.

Twisted protocol for FreeSWITCH's event socket. This class supports inbound and outbound methods of FreeSWITCH's event socket, in a single-file class.

It can be used for a wide variety of purposes. It aims to be simple, and to export the whole functionality of FreeSWITCH to twisted applications.

Also, it's totally event-driven and allows easy implementation of complex applications aiming at controlling the FreeSWITCH through the event socket.

We're currently using it for our own project, an automated dialer that can originate and handle ~400 simultaneous calls per machine. It's super light and consumes about 3% of cpu time in a dual-core 2.6Ghz intel 64bit machine.

Check out the examples: SimpleOriginateExample InboundOutboundExample

Powered by Google Project Hosting