Skip to content

Instantly share code, notes, and snippets.

@mheadd
Created November 30, 2011 01:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mheadd/1407518 to your computer and use it in GitHub Desktop.
Save mheadd/1407518 to your computer and use it in GitHub Desktop.
Simple Tropo conference script
call(numberToCall, {timeout: 60});
say('Welcome to the conference. Press the pound key to exit.');
conference(conferenceID, {terminator: '#'});
say('Thanks for joining the conference.');
hangup();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment