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

by moose155
Wed Oct 06, 2010 8:20 am
Forum: Plum iOn Q&A
Topic: Report differences
Replies: 1
Views: 15609

Report differences

When I use the reporting tab I get different results from the monthly summary versus the session log raw data from the call log tab. For September the summary shows 146 calls and 107 transfers while the session log extract shows 142 inbound calls and 103 transfers. The same was true for July and Aug...
by moose155
Tue Jul 13, 2010 4:56 pm
Forum: Plum DEV Q&A
Topic: determining date and time
Replies: 1
Views: 4757

determining date and time

I need to change the action in a vxml application based on time of day and day of the week. Is there a way to pickup these values from within the vxml application?
by moose155
Thu Jul 08, 2010 7:55 am
Forum: Plum DEV Q&A
Topic: dtmf only versus dtmf voice
Replies: 1
Views: 4267

dtmf only versus dtmf voice

I have an application where I want the input to only be dtmf. I have set that mode in my grammar statement but when I look at the logs I see input mode dmtf voice. Is there a way to force it to dtmf only?
by moose155
Wed Jul 07, 2010 5:13 pm
Forum: Plum DEV Q&A
Topic: DTD error
Replies: 1
Views: 4983

Re: DTD error

Found the problem. The goto statements needed to be inside the other forms.
by moose155
Wed Jul 07, 2010 4:10 pm
Forum: Plum DEV Q&A
Topic: DTD error
Replies: 1
Views: 4983

DTD error

I have been building a scratch pad which was working fine as a relatively small code and now it gives me this error when I validate - Element vxml content does not follow the DTD, expecting (catch | help | noinput | nomatch | error | data | form | link | menu | meta | metadata | property | script | ...
by moose155
Mon Jun 21, 2010 4:04 pm
Forum: Plum DEV Q&A
Topic: Multiple digit dtmf with grammar
Replies: 1
Views: 4030

Multiple digit dtmf with grammar

I am using grammar to determine a possible range of 13 choices - <grammar type="application/x-jsgf" mode="dtmf" maxdigits="2"> ( 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 )+ </grammar> for single digit responses it works fine - <filled> <if cond="location==1"> <prompt> You entered <value ...
by moose155
Mon Jun 14, 2010 3:10 pm
Forum: Plum DEV Q&A
Topic: multiple line transfer
Replies: 1
Views: 3752

multiple line transfer

I need to create a transfer which transfer to multiple numbers in both a ring all mode (all numbers simultaneously ringing) or waterfall (try first and after timeout go to next). The transfer function only appears to allow 1 phone number for dest?

Thanks