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 mgzeep
Mon Apr 14, 2008 11:19 am
Forum: Plum DEV Q&A
Topic: outbound call - noattemp
Replies: 6
Views: 10877

Thanks. But it's crutial we know what the problem was and how we can avoid this in the future. We were testing an emergency response call out and a failure is not acceptable if there is no way to work around it. Can we get 24/7/365 voice support from Plum or do you recommend we have a backup voice p...
by mgzeep
Sun Apr 13, 2008 12:22 pm
Forum: Plum DEV Q&A
Topic: Caller's background noise killing our prompt
Replies: 3
Views: 7661

we have the same problem with one of our apps <record name="vmsg" beep="true" maxtime="180s" finalsilence="4000ms" dtmfterm="true" type="audio/x-wav"> <prompt bargein="false"> <audio expr="main_ivr_prompts.voice_msg_file_url"> <voice gender="female"> <value expr="main_ivr_prompts.voice_msg_prompt"/>...
by mgzeep
Sat Apr 12, 2008 2:13 pm
Forum: Plum DEV Q&A
Topic: outbound call - noattemp
Replies: 6
Views: 10877

one more note: we have done this succesfully with smaller call lists (3 or 4)
by mgzeep
Sat Apr 12, 2008 11:29 am
Forum: Plum DEV Q&A
Topic: outbound call - noattemp
Replies: 6
Views: 10877

FYI: tried starting and pausing the call out campaign with no change in results
by mgzeep
Sat Apr 12, 2008 11:27 am
Forum: Plum DEV Q&A
Topic: outbound call - noattemp
Replies: 6
Views: 10877

outbound call - noattemp

We have a developer account; attempted to initial an outbound call out (33) destinations; calls were queued but no call out was started. Calls just sat in the queue with "noattemp" displayed as the status.

What's up?
by mgzeep
Fri Dec 21, 2007 12:24 pm
Forum: Plum DEV Q&A
Topic: <var> expr attrib not evaluating properly
Replies: 3
Views: 6367

I've edited this script as much as possible for readablity. I think what happens is the <var name="session_log_note_2" expr="'note_2' + ' :: ' + assetnumber + ' :: ' + priority"/> gets evaluated immediately after the form is evaluated because of how it is nested and has nothing to do with where the ...
by mgzeep
Fri Dec 21, 2007 11:24 am
Forum: Plum DEV Q&A
Topic: <var> expr attrib not evaluating properly
Replies: 3
Views: 6367

<var> expr attrib not evaluating properly

Hi: I am using the <var> tag to concatenate a string in my script and it appears the the tag gets evaluated when the script loads (too soon). Here is the tag. <var name="session_log_note_2" expr="'note_2' + ' :: ' + assetnumber + ' :: ' + priority"/> Both "assetnumber" and "priority" are variables f...