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

by cgomez@hpsglobal.net
Mon Jan 16, 2017 9:40 am
Forum: Plum DEV Q&A
Topic: Pause Response
Replies: 24
Views: 31744

Re: Pause Response

I was a syntax error with the following code: <grammar type="application/srgs+xml" root="STAR"> <rule id="STAR1"> <one-of> <item>*</item> </one-of> </rule> </grammar> Once I have removed the code everything is working correctly. I made sure the IDs were not duplicate too.
by cgomez@hpsglobal.net
Mon Jan 16, 2017 8:47 am
Forum: Plum DEV Q&A
Topic: Pause Response
Replies: 24
Views: 31744

Re: Pause Response

The initial form defines the variables. The form is called GetControlInformation. The other variables are set as the call continues thru its process. The 3 grammars are in the code for the initial code as "<option dtmf="*"/>", which host the initial form. I would think if "<option dtmf="*"/>" was in...
by cgomez@hpsglobal.net
Fri Jan 13, 2017 12:38 pm
Forum: Plum DEV Q&A
Topic: Pause Response
Replies: 24
Views: 31744

Re: Pause Response

I posted all the code to review again, but yes that is the code is go to when pressing star and it happens. When you press star there is a long pause for 20 seconds then the StarExit form code gets executed. I am asking why. I reposted all the code so you can look at with the updates we have made to...
by cgomez@hpsglobal.net
Thu Jan 12, 2017 2:38 pm
Forum: Plum DEV Q&A
Topic: Pause Response
Replies: 24
Views: 31744

Re: Pause Response

It is accepted the * this time, but the long pause happens after the star is pressed. The pause is close to 30 seconds. This is the form it goes to when pressed * <?xml version="1.0"?> <!DOCTYPE vxml PUBLIC "-//The Plum Group//DTD VOICEXML 2.1//EN" "/usr/local/plumvp/vxml.dtd"> <vxml version="2.1" x...
by cgomez@hpsglobal.net
Thu Jan 12, 2017 12:41 pm
Forum: Plum DEV Q&A
Topic: Pause Response
Replies: 24
Views: 31744

Re: Pause Response

Here is an update of the code and call log below: Code: ----------------------- <?xml version="1.0"?> <vxml version="2.1" xmlns="http://www.w3.org/2001/vxml" application="ivrroot.vxml"> <meta name="maintainer" content="cgomez"/> <property name="inputmodes" value="dtmf"/> <var name="main"/> <var name...
by cgomez@hpsglobal.net
Thu Jan 12, 2017 12:33 pm
Forum: Plum DEV Q&A
Topic: Pause Response
Replies: 24
Views: 31744

Re: Pause Response

I went ahead and create a ivrroot.vxml file which contains the ivr variables. I also redirected all the pages to look at this new page too. I removed the variables from the ivrfaxback.vxml and pointed the application= to the new page. I get the same results. I removed these two properties too with n...
by cgomez@hpsglobal.net
Thu Jan 12, 2017 11:35 am
Forum: Plum DEV Q&A
Topic: Pause Response
Replies: 24
Views: 31744

Re: Pause Response

I don't see any global grammars. Below is the property tags of the ivrfaxback.vxml <vxml version="2.1" xmlns="http://www.w3.org/2001/vxml" > <meta name="copyright" content="2009 Inc."/> <meta name="MAINTAINER" content="cgomez"/> <property name="documentmaxage" value="0s"/> <property name="com.genesy...
by cgomez@hpsglobal.net
Thu Jan 12, 2017 9:38 am
Forum: Plum DEV Q&A
Topic: Pause Response
Replies: 24
Views: 31744

Re: Pause Response

I changed the subdialog with no affect. I found the issue but don't know why. On this form I removed this tag <option dtmf="*"/> and work as it should. I figured that out from looking at the call log. For some reason the option tag is causing the log pause. Now that I removed that tab we can press *...
by cgomez@hpsglobal.net
Wed Jan 11, 2017 11:31 am
Forum: Plum DEV Q&A
Topic: Pause Response
Replies: 24
Views: 31744

Re: Pause Response

The return tag is returning the providertype to the main page, which we haven't reach that in this issue. My issue is way before we get the return tag. On the slash, if removed it causes a parsing error. I thought it was a common to put a slash at the end when there isn't a ending tag for XML, plus ...
by cgomez@hpsglobal.net
Tue Jan 10, 2017 6:09 pm
Forum: Plum DEV Q&A
Topic: Pause Response
Replies: 24
Views: 31744

Re: Pause Response

Below is the second page of code after you press 1. Between the first page and second page is the long pause. I have validated both pages as good. ================================ <?xml version="1.0"?> <!DOCTYPE vxml PUBLIC "-//The Plum Group//DTD VOICEXML 2.1//EN" "/usr/local/plumvp/vxml.dtd"> <vxm...
by cgomez@hpsglobal.net
Tue Jan 10, 2017 5:58 pm
Forum: Plum DEV Q&A
Topic: Pause Response
Replies: 24
Views: 31744

Re: Pause Response

Below is the code after pressing 1 there is dead silence for 10 seconds. ========================================= <?xml version="1.0"?> <vxml version="2.1" xmlns="http://www.w3.org/2001/vxml" application="ivr.vxml"> <meta name="maintainer" content="cgomez"/> <property name="termmaxdigits" value="tr...
by cgomez@hpsglobal.net
Tue Jan 10, 2017 2:51 pm
Forum: Plum DEV Q&A
Topic: Pause Response
Replies: 24
Views: 31744

Re: Pause Response

The prompt expects only one input.
by cgomez@hpsglobal.net
Tue Jan 10, 2017 11:32 am
Forum: Plum DEV Q&A
Topic: Pause Response
Replies: 24
Views: 31744

Re: Pause Response

the call occurs after the pre-recorded audio plays, the retrieval of the sub dialog has already occurred. On the pre-recorded audio there is no silence noise after. If for example the audio plays and gives options to press 1, 2, or 3. Once I press 1 there is a dead silence for about 10 seconds befor...
by cgomez@hpsglobal.net
Mon Jan 09, 2017 5:45 pm
Forum: Plum DEV Q&A
Topic: Pause Response
Replies: 24
Views: 31744

Pause Response

We have a long pause between prompts. How can we trouble shoot the issue? I am not finding an issue with the speed of pulling in the code. The issue occurs in each sub dialog call.
by cgomez@hpsglobal.net
Mon Dec 12, 2016 10:43 am
Forum: Plum DEV Q&A
Topic: Page Cached
Replies: 5
Views: 8160

Re: Page Cached

Still having the issue. Now the system just hangs up and no call log is record. I call the number and then the extension, and one second later with dead silence it hangs up.