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 62 matches

by soso
Tue Mar 03, 2009 4:47 am
Forum: Plum DEV Q&A
Topic: Retrive value object other pages
Replies: 1
Views: 3299

Retrive value object other pages

Hi, To log a call duration, I've create this object: <var name="startDate" expr="new Date()" /> My project has many pages, and I would like to use the startDate variable at the last page. How can I use the submit value to transfert the variable other pages? I want to use : <submit next="next.vxml" n...
by soso
Fri Feb 27, 2009 11:09 am
Forum: Plum DEV Q&A
Topic: Log a call
Replies: 3
Views: 4862

Hi,

Yes, I want to do this.
by soso
Fri Feb 27, 2009 10:34 am
Forum: Plum iOn Q&A
Topic: Call my phone number
Replies: 1
Views: 5995

Call my phone number

Hi,

I've this number:0207-147-1600 x1641.

How do I use to call with a sip phone (Kapanga or Skype?) ?

Thanks by advance.
by soso
Fri Feb 27, 2009 10:26 am
Forum: Plum DEV Q&A
Topic: Log a call
Replies: 3
Views: 4862

Log a call

Hi,

I want to log the begin and the end of the call.

How do I proceed?

Thanks.
by soso
Wed Feb 25, 2009 6:33 am
Forum: Plum DEV Q&A
Topic: Reinit form without reinit count for nomatch or noinput
Replies: 7
Views: 9600

Hi,

Very thanks, that's ok.

What is the difference between <nomatch> tag and <catch event="nomatch"> ?

Thanks.
by soso
Wed Feb 25, 2009 3:52 am
Forum: Plum DEV Q&A
Topic: Recognize emtpy message without termcar
Replies: 3
Views: 4360

Hi, Like this previous message, I would like to make : 1. If the user press only #, I call the page xxx.vxml, 2. If the user press "*#", I call the page yyy.vxml. This is code: <field name="confirm_message"> <catch event="maxspeechtimeout error.maxspeechtimeout"> <assign name="essai" expr="essai+1" ...
by soso
Tue Feb 24, 2009 11:40 am
Forum: Plum DEV Q&A
Topic: Recognize emtpy message without termcar
Replies: 3
Views: 4360

Recognize emtpy message without termcar

Hi, I've also this error: I would to use the key pound to validate a message, but I would like to recognize if the message is empty. I want to use the message without the termcar tag. Is that possible and how? Actually, when I enter the "#" key, the event noinput is thrown. I would like to separate ...
by soso
Tue Feb 24, 2009 10:59 am
Forum: Plum DEV Q&A
Topic: Reinit form without reinit count for nomatch or noinput
Replies: 7
Views: 9600

Ok, I this code: <form id="saisie"> <var name="input_are" /> <field name="are"> <grammar root="are" type="application/srgs+xml" mode="dtmf"> <rule id="are" scope="public"> <one-of> <item repeat="0-255"> <ruleref uri="#digit"/> </item> </one-of> </rule> <rule id="digit" scope="public"> <one-of> <item...
by soso
Tue Feb 24, 2009 10:37 am
Forum: Plum DEV Q&A
Topic: Reinit form without reinit count for nomatch or noinput
Replies: 7
Views: 9600

Ok, thansk.

If I want to clear only the variable on the form, how can I do?

Code: Select all

<var name="firstname" expr="''" />
?
by soso
Tue Feb 24, 2009 6:25 am
Forum: Plum DEV Q&A
Topic: Reinit form without reinit count for nomatch or noinput
Replies: 7
Views: 9600

Reinit form without reinit count for nomatch or noinput

Hi, I've another problem with nomatch or noinput events. On a field, when this events are called, i want to use the <reprompt> and <clear> method to reinit the form. But, when I use the <clear>, is clear also the count for nomatch and noinput events. And my problem is that I want to use the count to...
by soso
Mon Feb 23, 2009 9:57 am
Forum: Plum DEV Q&A
Topic: Delay before noinput too short
Replies: 1
Views: 3603

Delay before noinput too short

Hi,

I've a problem on my code because when I press a key, the time between the key and event noinput is too short.

I would like to make the timeout delay when a user press a key without use a terminal key ("#").

How do I proceed?

Thanks by advance.
by soso
Thu Feb 19, 2009 5:28 am
Forum: Plum DEV Q&A
Topic: Get the empty field with no input event
Replies: 1
Views: 3292

Get the empty field with no input event

Hi, I've a field on a form wich accept a key pound to continue the program. But, I would like to test if the field is empty, but when I enter the '#', I've a noinput event. I would like to make : if the user press #, then play the x name audio file, and reprompt. If the user press no key, the noinpu...
by soso
Fri Dec 19, 2008 11:42 am
Forum: Plum DEV Q&A
Topic: Test the key-pound is present
Replies: 2
Views: 4260

That's working perfectly !

Thanks.
by soso
Fri Dec 19, 2008 6:37 am
Forum: Plum DEV Q&A
Topic: Test the key-pound is present
Replies: 2
Views: 4260

Test the key-pound is present

Hi, I use this properties: <property name="termchar" value="" /> <property name="interdigittimeout" value="1s" /> On the filled section, I would like to test is the field contains the key-pound. I try to use the one key like this: <field name="input"> <filled> <if cond="input$.utterance=='#'"> ... <...
by soso
Fri Dec 12, 2008 4:00 am
Forum: Plum DEV Q&A
Topic: subdialog problem
Replies: 4
Views: 6282

Hi,

Thans, but is it's possible to use a subdialog? The <goto> element can't send a variable (namelist).