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

by oberwetter
Thu Jun 08, 2006 9:41 am
Forum: Plum iOn Q&A
Topic: cache
Replies: 3
Views: 7706

I tried your prologue suggestion without success. It still retrieved the old version from cache. I also deleted the vxml file from the host and the application still worked. So Plum used the vxml from the cache without even going to the source to check the header. Caching just doesn't seem to work c...
by oberwetter
Wed Jun 07, 2006 8:18 am
Forum: Plum iOn Q&A
Topic: cache
Replies: 3
Views: 7706

cache

I keep having a problem the following problem. 1. I have a vxml program on my hosted server. 2. I call plum and it executes the vxml program. 3. I change the vxml program and ftp the new version to the host (not plum). 4. I call plum and it still executes the old vxml program. 5. Is there some sort ...
by oberwetter
Sun Jun 04, 2006 1:02 pm
Forum: Plum DEV Q&A
Topic: session.telephone.ani
Replies: 3
Views: 6504

session.telephone.ani

If session.telephone.ani is not available what does Plum return?
by oberwetter
Tue May 30, 2006 5:19 pm
Forum: Plum DEV Q&A
Topic: xml data
Replies: 2
Views: 5303

Success

It worked. The solution was so simple after being so difficult to isolate.

Thanks.
by oberwetter
Sat May 27, 2006 4:07 pm
Forum: Plum DEV Q&A
Topic: xml data
Replies: 2
Views: 5303

xml data

Below is a tiny program that gets an xml file using the <data> tag and calls a script passing it the tag name and the data value is supposed to be returned. This runs as written correctly on Voxeo and Bevocal. The text "This is the text from the xml file." is spoken. But on Plum I get the error "A s...
by oberwetter
Tue May 23, 2006 2:46 pm
Forum: Plum DEV Q&A
Topic: nomatch
Replies: 1
Views: 3935

nomatch

When I run the below vxml I immediately get a nomatch event. Any ideas what is wrong? Thanks, Robert <?xml version="1.0" ?> <vxml version="2.0" xmlns="http://www.w3.org/2001/vxml"> <form id="getpin"> <field name="promptforpin" type="digits?length=8"> <prompt bargein="true"> <audio src="http://www.wh...
by oberwetter
Mon May 15, 2006 7:36 am
Forum: Plum DEV Q&A
Topic: srgs xml
Replies: 2
Views: 5766

dtmf srgs

I forgot to include the second part of the grammar which handles the dtmf entry. Robert <grammar version="1.0" root="getstartedgrammardtmf" type="application/srgs+xml" xml:lang="en" mode="dtmf"> <rule id="getstartedgrammardtmf"> <one-of> <item>1<tag>promptforgetstarted="enterpin"</tag></item> <item>...
by oberwetter
Mon May 15, 2006 7:31 am
Forum: Plum DEV Q&A
Topic: srgs xml
Replies: 2
Views: 5766

srgs xml

I am trying to convert some voice xml which I developed on another platform to run on Plum. This requires me to convert my gsl grammars to srgs. I have the following srgs xml grammar file which works on plum inline but I can't get it to work as an external file. Please show me what the external grxm...