Posted by itserich on March 18, 2011 at 3:42am
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.
Comments
Re: Sample Script - Enter Zip Code - application error
Hello itserich,
Unfortunately, I will need additional information in order to figure out what is happening. When you look at the watchdog log (admin/reports/dblog), do you see any error messages associated with the VoIP Drupal modules?
Alternatively, would you mind logging into your Twilio account and checking for error messages in the "Debugger"?
If you want, you can contact me privately and then we can always post the solution here after the problem is solved.
Thanks, I opened up an issue
Thanks, I opened up an issue at the module.
http://drupal.org/node/1098500