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

by amitkhosla
Thu Mar 26, 2009 6:22 am
Forum: Plum DEV Q&A
Topic: Mixed Intutive Grammer - Getting Syntax error while calling
Replies: 4
Views: 6710

Mixed Intutive Grammer - Getting Syntax error while calling

I'm getting the following error. Can youplease help me to resolve this dtmf input: 1 Found grammar match hypothesis #0: {choice: 1} {appointmentId: 121} {subject: Surgery} {location: New Delhi} {organizationName: Apollo} {organizationPhone: 123-456-7890} {organizationAddress: delhi} (0.9990) missing...
by amitkhosla
Thu Mar 26, 2009 3:53 am
Forum: Plum DEV Q&A
Topic: Custom imputs grammer
Replies: 1
Views: 3622

Custom imputs grammer

Hello,

I am looking for a grammer which can allow user to enter numbers followed by days years months minutes etc.

Like user should be allowed to say:
1 year, 4 months, 2 weeks , 4 hours, 10 minutes.

Please suggest.

Thanks & Regards,
Amit
by amitkhosla
Thu Mar 19, 2009 12:35 pm
Forum: Plum DEV Q&A
Topic: Uploading static/Root vxmls
Replies: 1
Views: 3562

Uploading static/Root vxmls

Hi, In my application we have a root vxml which should be extended by all the child vxmls which are actually a http response from my app server. To make child vxml response to refer this root.vxml i have used something like <vxml version="2.0" application="root.vxml">. But where should i keep or upl...
by amitkhosla
Thu Mar 19, 2009 12:30 pm
Forum: Plum DEV Q&A
Topic: Session
Replies: 3
Views: 4935

Session Handling

Thanks for the quick response. As you metioned that session is being maintaind that means the next request have the cookie included with it. and i can very well use java acegi security service to perform the authentication?
by amitkhosla
Thu Mar 19, 2009 6:49 am
Forum: Plum DEV Q&A
Topic: Session
Replies: 3
Views: 4935

Session

Does session maintained when the plumvoice calls our system? I mean, for a long list of requests i want to use same session. Currently i was planning to send phonenumber with all the requests to my web application. But I still think we should have some way to save session. Do we have session level i...
by amitkhosla
Thu Mar 19, 2009 1:01 am
Forum: Plum iOn Q&A
Topic: Root vxml
Replies: 1
Views: 7289

Root vxml

In the documentation, i read that there is a concept of root vxml that can be included in all other vxml pages. My question is where should we put that vxml? As the application configuration tells us that point to this url or have this vxml from scratchpad. But where i should have this root file, i ...
by amitkhosla
Wed Feb 18, 2009 4:29 am
Forum: Plum DEV Q&A
Topic: How to make a call to some client
Replies: 3
Views: 5028

Thanks for the reply.

I went through the link, just i have some question:

1) do you have some java api to call your web service?
2) how & when the voicexml be loaded which will be used to talk to our client?

Thanks once again

waiting for reply
amit
by amitkhosla
Sun Feb 15, 2009 11:48 pm
Forum: Plum DEV Q&A
Topic: How to make a call to some client
Replies: 3
Views: 5028

How to make a call to some client

In our application, we want a feature to make call from our server to some set of people. How can we make this using plumvoice? We will have to provide some of the requests that are pending with them. We will be in need to call them & then the call will take some input from the user. So what we exac...