Quantcast
Channel: Recent posts across whole site
Viewing all articles
Browse latest Browse all 49206

Sample Script - Enter Zip Code - application error

$
0
0

I tried a simple script based on the documentation. http://drupal.org/node/1079360

$prompt = 'Please enter your phone number after the beep';
$script->addGetInput($prompt);
$script->addSay("You typed %input_digits");
$script->addHangup();

It asks me for the number and then gives the response "We're sorry, an application error has occurred."

It gives the same result for the sample weather report script, it allows me to enter a zip code and then gives the same error message.


Viewing all articles
Browse latest Browse all 49206

Trending Articles