app

jasondeegan's picture
Contributed by:jasondeegan
Created on:December 3rd, 2009
Last updated on:May 12th, 2010
Comments:1 comment

Weather Demo

This StarForge application corresponds to the tutorial.  It shows how StarPound can be used to consume a web service and incorporate it into your Comm-enabled business processes.

StarPound Version: 
1.2x
jasondeegan's picture
Contributed by:jasondeegan
Created on:November 17th, 2009
Last updated on:May 11th, 2010
Comments:1 comment

Collect IVR Data

This StarPound application calls a phone number (provided when invoking via a REST GET call) plays a message and then records the callee's response.

Use the following PHP code to invoke this deployed application:

<?php

// WE PASS THE RECORD ID SO THAT ONCE IN THE APPLICATION WE KNOW WHERE TO STORE THE DATA

StarPound Version: 
1.2x
jasondeegan's picture
Contributed by:jasondeegan
Created on:September 2nd, 2009
Last updated on:April 13th, 2010
Comments:1 comment

StarPound's Click 2 Call Demo

Setup a simple web form to capture two numbers. Then use this sample application (includes sample PHP code to call the deployed StarPound application) to:

  1. Dial the first number,
  2. Then dial the second number
  3. And finally bridge the calls together.
StarPound Version: 
1.2x
Not applicable