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

by pkeogan
Wed Jul 02, 2008 11:41 am
Forum: Plum DEV Q&A
Topic: Root document isn't maintaning variables across two files
Replies: 3
Views: 8170

The resolution was to place the files in the same folder

We decided to place all of our files in the same folder so that your platform wouldn’t have any issues resolving relative URLs. It is interesting that platform resolved the URLS correctly, but internally your platform identified the file as two different sources. Maybe it's already in your documenta...
by pkeogan
Mon Jun 30, 2008 4:56 pm
Forum: Plum DEV Q&A
Topic: Root document isn't maintaning variables across two files
Replies: 3
Views: 8170

Root document isn't maintaning variables across two files

Our Root document isn't maintaning variables across two files. We are defining our variables in our root document. (see code below) <script><![CDATA[ application.callLength = 0; application.callstartTime = 0; application.serviceUrl = 'http://www.liveconx.com/liveconxdev/liveconx_callservice.asmx?wsd...
by pkeogan
Mon Jun 30, 2008 2:11 pm
Forum: Plum DEV Q&A
Topic: cache control issues
Replies: 3
Views: 8770

I was having a caching issue, so I follow your suggestion, but nowI'm getting the following error: DocumentParser::FetchDocument()DocumentParser::FetchDocument(http://www.liveconx.com/liveconxdev/vxml/liveconx_outbound_plum.aspx)Cache Miss: http://www.liveconx.com/liveconxdev/vxml/liveconx_outbound_...
by pkeogan
Thu Jun 26, 2008 5:39 pm
Forum: Plum DEV Q&A
Topic: Passing a variable from one xml file to another - (Scope)
Replies: 31
Views: 58008

assigning a global variable

We seem to be having an issue with your VXML interrupter assigning a global variable. We’ve run this file on three other platforms without any issues.

Has this been corrected yet? Our root document doesn’t contain any navigable code.