We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

multiple delimiters

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
agfa
Posts: 40
Joined: Thu Jun 15, 2006 12:56 pm

multiple delimiters

Post by agfa »

We have a promt saying
"Enter the order number followed by pound. For non-numeric characters press the star key. When finished entering order numbers press pound twice."

Delimiting the order entry with # sign works... but to exit out of the get_order loop the user has to press ## instead of #.

Any ideas or code snippets help to show how this can be accomplished.

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

# key in IVR application for multiple purposes is messy

Post by support »

Hi,

Using the # key in IVR application for multiple purposes is pretty messy; we're not sure why you would want to collect data this way.

It would be easier and cleaner to ask the caller if they have more entries after each order number.


Regards,
Plum Support
Last edited by support on Wed Dec 30, 2009 3:56 pm, edited 1 time in total.

agfa
Posts: 40
Joined: Thu Jun 15, 2006 12:56 pm

Post by agfa »

Well we do understand that... but when the caller needs to enter multiple orders, then we prefer not to have another prompt asking whether they have more.

If there is no real good way of doing it, then we will have consider our call flow redesign for this prompt.

Post Reply