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

by srmoser430
Wed Nov 01, 2017 9:21 am
Forum: Plum DEV Q&A
Topic: Has anyone used Moment.js with PlumDEV?
Replies: 1
Views: 3322

Has anyone used Moment.js with PlumDEV?

Hi Team, I'm trying to include the moment.js javascript library for date handling and getting strange errors. Was wondering if anyone has done this successfully and how. Moment.js works well in all other browsers. Thanks... My vxml source (in root document): <script src="https://cdnjs.cloudflare.com...
by srmoser430
Tue Oct 31, 2017 6:44 pm
Forum: Plum DEV Q&A
Topic: Grammar Question
Replies: 2
Views: 3882

Re: Grammar Question

That worked. Thanks for your help!
by srmoser430
Mon Oct 30, 2017 3:29 pm
Forum: Plum DEV Q&A
Topic: Grammar Question
Replies: 2
Views: 3882

Grammar Question

Hi Team, I’m trying to define a field grammar that allows for entry of values 1-99 or * I’ve tried two approaches: (1) type=“digits?maxlength=2” and (2) setting a field-level jsgf grammar (with mode=“dtmf”) that looks like this: ( 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | “*” )+ Approach 1 gets me the...
by srmoser430
Mon Oct 23, 2017 3:57 pm
Forum: Plum DEV Q&A
Topic: Undefined variable in Javascript?
Replies: 1
Views: 3516

Undefined variable in Javascript?

Hi Folks, I can't figure out why the variable highlighted in red is undefined within the script. Your help is very much appreciated. Thanks...Scott <vml ... <vxml .... <var name="invitation_code"/> <form id="invitation"> <field name="inv_code" type="digits?length=8"> <prompt bargein="false"> We sent...
by srmoser430
Fri Oct 20, 2017 3:02 pm
Forum: Plum DEV Q&A
Topic: Queued Prompts Not Being Played
Replies: 0
Views: 22352

Queued Prompts Not Being Played

UPDATE... I've solved this one. It was caused by bargein due to high background noise. Instead, I've limited input to DTMF and ensure bargein=false for all prompts. Thanks...Scott Hi Support Team, Here's an excerpt from my call log. For some reason, my queued audio prompts stop playing. As you can s...