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

by Clayton
Tue Jul 12, 2016 3:25 pm
Forum: Plum DEV Q&A
Topic: Having Trouble with Log Element
Replies: 3
Views: 7201

Re: Having Trouble with Log Element

Hey thanks for the prompt reply. I'm looking for this value to pop up in my call logs. Typically, when I use the log element, it'll show up in the call logs with a green background so its easy to pick out. I'm not able to find this particular entry (encoded string) anywhere in my call logs when that...
by Clayton
Tue Jul 12, 2016 2:29 pm
Forum: Plum DEV Q&A
Topic: Having Trouble with Log Element
Replies: 3
Views: 7201

Having Trouble with Log Element

I was wondering if anybody could tell me why the following document doesn't actually log anything in the PlumVoice logs? <vxml application="root.vxml" version="2.0"> <form> <block> <audio src="resources/sorry.mp3">I'm sorry.</audio> <audio src="resources/technical-difficulties.mp3">It looks like we'...
by Clayton
Tue Jul 12, 2016 1:31 pm
Forum: Plum DEV Q&A
Topic: Unrecognized format in pvxPromptConvertCopySource
Replies: 3
Views: 6848

Re: Unrecognized format in pvxPromptConvertCopySource

Okay, so it would appear that my assumption was wrong.

Thank you.
by Clayton
Tue Jul 12, 2016 12:42 pm
Forum: Plum DEV Q&A
Topic: Unrecognized format in pvxPromptConvertCopySource
Replies: 3
Views: 6848

Re: Unrecognized format in pvxPromptConvertCopySource

So a little background: To make log retrieval easier, I'm serializing, encrypting, and base64 encoding unhandled exceptions which I dump directly into a log element. The only problem is, unlike everything else that I dump directly into a log element, my base64-encoded string doesn't show up, and Unr...
by Clayton
Tue Jul 12, 2016 12:31 pm
Forum: Plum DEV Q&A
Topic: Unrecognized format in pvxPromptConvertCopySource
Replies: 3
Views: 6848

Unrecognized format in pvxPromptConvertCopySource

What is pvxPromptConvertCopySource and what formats are recognized?
by Clayton
Wed Jun 22, 2016 3:57 pm
Forum: Plum DEV Q&A
Topic: Global Error Handling Issues
Replies: 1
Views: 4747

Global Error Handling Issues

I'm using the following code ... <vxml application="root.vxml" version="2.0"> <catch event="error.badfetch"> <log expr="_event" label="error.name"/> <log expr="_message" label="error.message"/> <audio src="resources/sorry.mp3">I'm sorry.</audio> <audio src="resources/technical-difficulties.mp3">It l...