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 6 matches
- Wed Feb 22, 2006 3:21 pm
- Forum: Plum DEV Q&A
- Topic: name$.duration available on hangup?
- Replies: 5
- Views: 12050
record variables not in scope on hangup?
Hi support, I asked a related question long ago, but this issue is coming up again: i have a <record> block like this : <record name="audiomsg"> <catch event="connection.disconnect.hangup"> <var name="duration" expr="audiomsg$.duration"/> <submit next="http://mydomain.com/" namelist="audiomsg durati...
- Mon Dec 05, 2005 5:37 pm
- Forum: Plum DEV Q&A
- Topic: catch tag also catching hangups?
- Replies: 1
- Views: 5590
catch tag also catching hangups?
I think this may be a Plum bug, not sure; I've added a catch tag like so : <catch event="nomatch noinput"> I'm sorry. I didn't get that. <reprompt/> </catch> to my application. However, what I'm seeing from the Plum logs is that a user will mysteriously stay on the line, not enter anything, and keep...
- Mon Oct 03, 2005 8:22 pm
- Forum: Plum DEV Q&A
- Topic: name$.duration available on hangup?
- Replies: 5
- Views: 12050
name$.duration available on hangup?
related to my previous message re: recording duration, i've noticed that the variable name$.duration is only available on dtmf-terminated recordings. I am currently using a catch block to submit any recording that is terminated by a hangup. However, in this case the duration variable is not availabl...
- Mon Oct 03, 2005 9:01 am
- Forum: Plum DEV Q&A
- Topic: builtin grammar with # and * ?
- Replies: 2
- Views: 7496
- Fri Sep 30, 2005 10:51 am
- Forum: Plum DEV Q&A
- Topic: name$.duration returns runtime of entire dialog
- Replies: 1
- Views: 5431
name$.duration returns runtime of entire dialog
From what I can tell, it looks like when we do a <record>, the variable name$.duration returns not the runtime of the recording, but of the entire dialog; that includes any prompts we have played, etc. if name$.duration is only available in the <record> tag, I would think it should contain just the ...
- Thu Sep 29, 2005 9:06 am
- Forum: Plum DEV Q&A
- Topic: builtin grammar with # and * ?
- Replies: 2
- Views: 7496
builtin grammar with # and * ?
I'd like to use the builtin grammar 'digits' with its length and maxlength paramters. I've noticed that these parameters cause the result to return immediately when the first 'n' digits are entered, and drops any remaining input. this is the desired behavior of our application. However, the digits g...