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 jjohnson
Sat Nov 14, 2015 9:05 am
Forum: Plum DEV Q&A
Topic: Outbound Calling Slow Response
Replies: 1
Views: 6599

Outbound Calling Slow Response

We have noticed a slow start once the an outbound call is made to our start_url
Also, how do we add a callerid to the outbound call?

Thanks in advance,

J.J. Johnson
Elgon Systems
by jjohnson
Thu Nov 12, 2015 3:27 pm
Forum: Plum DEV Q&A
Topic: Am I limited to
Replies: 1
Views: 6231

Am I limited to

I am trying to build a demo for my superiors to listen to a selected number of voices in different languages. But it seems I can only get AT&T Natural Voices to work. How to I get the non-AT&T Natural Voices to work? code example below: <?xml version="1.0"?> <vxml version="2.1" > <property name="inp...
by jjohnson
Fri Nov 06, 2015 2:07 pm
Forum: Plum DEV Q&A
Topic: subdialog to catch session vars
Replies: 3
Views: 9034

Re: subdialog to catch session vars

Your response is very informative, thank you. Allow me to explain our current workflow, which may need to be altered based on your configuration: Upon the call initiation, we currently receive a $_REQUEST array that includes the following" session_id, callerid, and calledid. Before any speech to tex...
by jjohnson
Thu Nov 05, 2015 5:22 pm
Forum: Plum DEV Q&A
Topic: subdialog to catch session vars
Replies: 3
Views: 9034

subdialog to catch session vars

Since we need the calle rid upon incoming call initiation (for user validation), we added a subdialog element to the form like so: <subdialog name='session' src='http://secure.homecaregps.net/ivr/plum.session.vxml'/> then field elements to assign the variables: <field name="session_callerid" expr="s...