Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 726 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 726 Bytes

FreePBX-EmailConference

FreePBX-EmailConference provides a simple extension to FreePBX allowing users to create conference rooms by simply sending a blank email to a dedicated conferencing email address.

Contents

  • [Getting started] (#getting-started)
  • [How does it work?] (#how-does-it-work)
  • [Supported platforms] (#supported-platforms)

Getting started

Requirements

  • Python 2.7
  • MySQL-Python

Quick start

  1. git clone https://github.com/mikemead/freepbx-emailconference.git
  2. Update conferences.conf with your settings
  3. Setup a cron job to run conferences.py regularly

Detailed instructions

Instructions and Supported Platforms