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

by davisco
Mon Jan 19, 2015 12:06 pm
Forum: Plum DEV Q&A
Topic: nomatch tag not working
Replies: 2
Views: 11027

Re: nomatch tag not working

Thanks! That was it! I thought that was specifying dtmf -vs- voice. Didn't realize it was overriding the rule I was adding in.
Thanks again.
by davisco
Fri Jan 16, 2015 1:07 pm
Forum: Plum DEV Q&A
Topic: nomatch tag not working
Replies: 2
Views: 11027

nomatch tag not working

I am having problems with the <nomatch> tag. What I am trying to do is fairly basic - in pseudocode: prompt: You are about to clock in. To confirm, press 1. To cancel and return to the main menu, press 2. if( 1) prompt: please wait while I clock you in. else if( 2) goto #mainMenu nomatch prompt: Inv...