Building a full-featured conference call application with Tropo and PHP
Tropo’s conference function makes it easy for you to join multiple callers onto a single call together. One line of code and you have a conference call… <?php conference(‘someid’); ?> That’s it. A basic conference line. Use that as your application and everyone calling into your number will be joined into a single conference call. [...]
