We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Search found 5 matches

by plumphp
Thu Jun 22, 2006 11:13 pm
Forum: Plum DEV Q&A
Topic: say-as type="date:mdy" doesn't work
Replies: 1
Views: 5253

say-as type="date:mdy" doesn't work

The date and date:ymd seems to work but not date:mdy

the format of the TTS that I am using is xx-xx-xxx as in 06-22-2006. This is only read like an acronym. But when I change it to the format of xxxx-xx-xx as in 2006-06-22 it works.

Please advise.
by plumphp
Thu Jun 22, 2006 10:40 pm
Forum: Plum DEV Q&A
Topic: Application starts with I didn't understand you
Replies: 1
Views: 5222

Application starts with I didn't understand you

I am having a problem with my app. When the app starts, sometimes the voice comes on and says "I didn't understand you" then it goes into the prompt. Or it will begin the prompt and then cut off and say, "Sorry I didn't understand you". Even though no buttons were pushed. I am not sure if it is expe...
by plumphp
Tue Jun 20, 2006 6:05 pm
Forum: Plum DEV Q&A
Topic: Say-AS not working
Replies: 1
Views: 5134

Say-AS not working

I am trying the say-as type option to say individual digits but no matter what I choose the system keeps saying the number as one long number

code:
<say-as type="number:digits">34593453</say-as>

I want: 3-4-5-9-...etc

I get: 3million 4hundred fifty 9...etc
by plumphp
Thu Jun 15, 2006 2:53 pm
Forum: Plum DEV Q&A
Topic: DTMF input
Replies: 1
Views: 4923

DTMF input

I am trying to input at least 10 numbers with my app. Though the system complains about not understanding me after 3-5 digits being entered. In the session logs it only captured all my digits only once. It usually only records 4 in the session log.
by plumphp
Thu Jun 15, 2006 2:19 pm
Forum: Plum DEV Q&A
Topic: PHP tutorial
Replies: 1
Views: 5193

PHP tutorial

When I add this line in my php code I get an error message:
I am using PHP 5.1.1

<?php

echo("<?xml version="1.0"?>\n");
echo("<vxml version="2.0">\n");
?>

Please advise.