Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

ashleyhindle/myconferenceisonfire

Repository files navigation

My Conference Is On Fire

Basic conferencing system built on Twilio, with softphone, phone dial in and professional recordings

Setup my own system

Please make sure you add a TWiML app first

Test it out

Ask your friend to join with the same code!

How to dial in

  • Call your Twilio Number
  • Go to your website and use the Twilio javascript client

Setup

  • Add a TwiML app to your Twilio account and set the Voice URL to http://mydomain.com/myconferenceisonfire/simple-conference.php and HTTP GET
  • Buy a number from Twilio and set it to use your new TwiML app.
  • Call your new number, and enter any number and ask other people to enter the same number

image

Browser Connection Setup

  • Grab the app's Sid from your TwiML app configuration

  • Grab your authToken and accountSid from your account settings page

  • Copy config.php.dist to config.php and set the details

  • composer install

  • Go to http://mydomain.com/myconferenceisonfire/ and press the big green button

Nginx Note

I had to add audio/x-wav wav; to /etc/nginx/mime.types for Twilio to like my files

My Thanks

Big thanks to @virelli / http://codepen.io/virelli/pen/mnhgd for the lovely looking dialpad and https://soundcloud.com/alexcornell/im-on-hold-by-alex-cornell for the amazing music

About

Simple Twilio conferencing system with softphone and professional recordings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages