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

by neilstebbing
Thu Dec 02, 2010 9:46 am
Forum: Plum DEV Q&A
Topic: Data Exchange
Replies: 4
Views: 8100

Re: Data Exchange

The vxml script from the call log...everything looks fine...?????

<?xml version="1.0" ?>
- <vxml version="2.1">
- <form>
- <block>
<var name="text" expr="I think this works" />
<return namelist="text" />
</block>
</form>
</vxml
by neilstebbing
Thu Dec 02, 2010 9:45 am
Forum: Plum DEV Q&A
Topic: Data Exchange
Replies: 4
Views: 8100

Re: Data Exchange

Last Call Log Thu 02 Dec 2010 08:42:44 AM CST: Call Start Event: ANII 2252058062 DNIS 9224241 VURL /usr/local/plumvp/config/director.vxml DocumentParser::FetchDocument() DocumentParser::FetchDocument(/usr/local/plumvp/config/director.vxml) Attempting to fetch file:///usr/local/plumvp/config/director...
by neilstebbing
Wed Dec 01, 2010 4:16 pm
Forum: Plum DEV Q&A
Topic: Data Exchange
Replies: 4
Views: 8100

Data Exchange

i need some help getting data from an external source such as SQL in a windows IIS environment. <?xml version="1.0"?> <vxml version="2.1"> <form> <subdialog name="sub" src="http://10.2.110.132/IVR/subdialog.aspx"/> <block> <value expr="sub.text"/>. </block> </form> </vxml> subdialog.aspx...............
by neilstebbing
Tue Aug 24, 2010 10:00 am
Forum: Plum DEV Q&A
Topic: transfer call and send keypress
Replies: 1
Views: 3875

transfer call and send keypress

I need to transfer a call to a outside number which is also an IVR and then i need to send the keypresses or tones so it goes directly to the required menu option. My search hits came up with nothing so i assume i'm not searching for the correct text because surely this has been done a million times...
by neilstebbing
Mon Aug 16, 2010 3:49 pm
Forum: Plum DEV Q&A
Topic: verifying a field on a form
Replies: 2
Views: 6478

verifying a field on a form

I was trying to verify a field all on the one form. So i wanted the user to enter/say Field1 and then i wanted to repeat the value of field1 back to the user and get them to verify by e.g. 1 to continue of * to reenter (reprompt)...So i am having trouble doing this all on the one form. So it seems i...
by neilstebbing
Mon Aug 16, 2010 9:50 am
Forum: Plum DEV Q&A
Topic: Can't get the ivr to say a string of digits
Replies: 1
Views: 4711

Can't get the ivr to say a string of digits

i am trying to have the ivr repeat what the user entered/said back to the user but it keeps saying it as a number like 123 million instead of 123...I tried putting a type on the field tag and i tried all the interpret-as options but none work. I guess i'm doing something wrong? Any tips on how to de...
by neilstebbing
Mon Aug 09, 2010 3:45 pm
Forum: Plum iOn Q&A
Topic: System API to retrieve call data
Replies: 5
Views: 24476

Re: System API to retrieve call data

1) I wanted to make some respones to come from webservice
2) Do you have examples of the vxml http get so i can look at the syntax
3) Does the webservice return text or a xml document?
by neilstebbing
Mon Jun 28, 2010 6:41 pm
Forum: Plum iOn Q&A
Topic: System API to retrieve call data
Replies: 5
Views: 24476

Re: System API to retrieve call data

What about if i want to call a webservice to return some text which get's translated by the plum ivr xml. I guess we are trying to sync up our public website responses with our ivr responses, so the responses are the same but voice over the ivr and text on our website?