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 sao13
Tue Mar 16, 2004 4:19 pm
Forum: Plum DEV Q&A
Topic: Problems picking up namelist variable in ASP
Replies: 3
Views: 7942

Thanks

Thank you so much. I knew I was close.
by sao13
Tue Mar 16, 2004 2:12 pm
Forum: Plum DEV Q&A
Topic: Problems picking up namelist variable in ASP
Replies: 3
Views: 7942

Updated asp page

I have made some necessary changes to the asp page, but it still doesn't work.
Instead of
intVAPOfficeNo=Request("id"),
I have
intVAPOfficeNo=Request.Form("id").

I also took out the <audio> tags so it now actuallys speaks "Counselor is" before it hangs up.
by sao13
Tue Mar 16, 2004 9:49 am
Forum: Plum DEV Q&A
Topic: Problems picking up namelist variable in ASP
Replies: 3
Views: 7942

Problems picking up namelist variable in ASP

I have a .vxml file that submits to an ASP page. Within that ASP page, I'm trying to grab the variable passed in the namelist. When I just pass a name:value pair in my address bar, my asp page picks it up and displays the appropriate vxml response. Here's my .vxml file. <?xml version="1.0"?> <vxml v...
by sao13
Fri Mar 12, 2004 12:22 pm
Forum: Plum DEV Q&A
Topic: Integrating VXML with my ASP and DB
Replies: 6
Views: 16058

?

We are utilizing a demo # supplied by plum to try before you buy. Can we completely test with asp and database connectivity utilizing the "demo" number provided to us? In other words, return asp data to vxml thru your demo platform number? Thanks.... J. Eric Thomas Director of Information Technology...
by sao13
Fri Mar 12, 2004 12:21 pm
Forum: Plum DEV Q&A
Topic: Integrating VXML with my ASP and DB
Replies: 6
Views: 16058

Clarification

I don't need to troubleshoot VXML by itself, nor do I need to do outbound calling. I would like to test the loop of communication, starting with the vxml phone call(inbound), then the asp/hit to the database, and lastly the query results returned to vxml. I think I'm clear on how to do this once we ...
by sao13
Wed Mar 10, 2004 9:12 am
Forum: Plum DEV Q&A
Topic: Integrating VXML with my ASP and DB
Replies: 6
Views: 16058

Haven't purchased Plum

Does your solution work despite the fact that we haven't purchased the VoiceXML browser from Plum? I was just wanting something like a "VoiceXML Emulator" that didn't necessarily call anywhere, but maybe echoed my <vxml> through my speakers so I could see if I was connecting to the database and then...
by sao13
Tue Mar 09, 2004 3:11 pm
Forum: Plum DEV Q&A
Topic: Integrating VXML with my ASP and DB
Replies: 6
Views: 16058

Integrating VXML with my ASP and DB

I am trying to test out voicexml's interaction with my current ASP/SQL setup before purchasing the Plum technology. Here's my question: Is there anyway to write .vxml code that integrates with my ASP and database(sql) to actually test a simple example? In other words, I'd like to write some .vxml th...