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

by aliasg
Sat Aug 08, 2009 1:40 am
Forum: Plum DEV Q&A
Topic: Delay after taking user input.
Replies: 3
Views: 5084

Delay after taking user input.

I am facing a problem of delay, first of all what i want is to take five digits number input from the user and i provided interdigittimeout to 5 secs. SO when user enters all 5 digits programs waits for 5 seconds then prompts the entered number. I do not want this 5 sec delay here so i added termmax...
by aliasg
Fri Apr 10, 2009 1:11 am
Forum: Plum DEV Q&A
Topic: Problem in subdialog
Replies: 6
Views: 20895

See, same frmRecordVoice is called after listening to the recording to record again.
by aliasg
Fri Apr 10, 2009 1:09 am
Forum: Plum DEV Q&A
Topic: Problem in subdialog
Replies: 6
Views: 20895

<?xml version="1.0" encoding="utf-8" ?> <vxml version="2.0" xmlns="http://www.w3.org/2001/vxml"> <var name="varRecordedVoice" /> <var name="varRecordedVoice2" /> <var name="varRecordedTitle" /> <var name="AudioDuration" /> <property name="inputmodes" value="dtmf" /> <form id="frmRecordVoice"> <var ...
by aliasg
Thu Apr 09, 2009 1:14 pm
Forum: Plum DEV Q&A
Topic: Problem in subdialog
Replies: 6
Views: 20895

Thats not a problem

I dont think so there is something wrong with our server or we need to increase fetch timeout. If you have noticed the log, same page is called with same namelist and there is never been a problem when this code is executed first time. We tried saving more recording file more than of 4 mb size witho...
by aliasg
Thu Apr 09, 2009 5:30 am
Forum: Plum DEV Q&A
Topic: Problem in subdialog
Replies: 6
Views: 20895

Problem in subdialog

I am calling a small page FnMisc.aspx through subdialog that always return following three variable Status, Data, Message in my application. But same page can't be called after I record user voice of around 1 min. See log below for error. Steps to reproduce this issue. 1. Call through subdialog 2. R...
by aliasg
Tue Mar 31, 2009 1:40 am
Forum: Plum DEV Q&A
Topic: Assigning empty string
Replies: 1
Views: 3817

Assigning empty string

When I use "document.StartNo" expr = "" in assign tag it generates following error. If I give empty space like following statement, it works fine. "document.StartNo" expr = " " Any idea what is error? No script tag on the page. dtmf input: 1 Found grammar match hypothesis #0: 1 (0.9990) bargein set ...
by aliasg
Wed Mar 25, 2009 1:32 am
Forum: Plum DEV Q&A
Topic: Resuming from the last point before calling subdialog
Replies: 1
Views: 3825

Resuming from the last point before calling subdialog

Can I resume execution of vxml from the point where I called subdialog or submit. e.g User recording titles are played. When 4th title is played, user select to listen it by pressing #. 4th recording is played. Now I want to take user back to the same previous menu of titles and play 5th title. Is t...
by aliasg
Sun Mar 15, 2009 4:43 am
Forum: Plum DEV Q&A
Topic: Background music during call session.
Replies: 2
Views: 4380

No replies so far! :(
by aliasg
Sat Mar 14, 2009 1:25 am
Forum: Plum DEV Q&A
Topic: Background music during call session.
Replies: 2
Views: 4380

Background music during call session.

Hi support,

Can I play some background music file during the call session?