DisplayName Posted January 31 Report Share Posted January 31 Hello all, I am trying to program an IVR Node that has support for up to 2 digits DTMF recognition. Our client has a recording that states Press 1 for Person A Press 2 for Person B Press 11 for Person C They would also need to be able to dial extensions directly from this IVR Ex: Caller hitting 100 would send them to extension 100. My current issue is in the documentation of IVR Nodes, it really only states this: A simple replacement where the caller enters "0" and is sent to extension "500" would be !0!500!. An example pattern that waits until a user has entered three digits and then returns the three digits would look like this: !^([0-9]{3})$!\1!. We wouldn't want the menu to necessarily wait until 3 digits are pressed since not everyone would be directly dialing extensions. Currently with the !1!500! variable is as soon as caller hits 1 they would be sent to 500 and they may want to select option 11. Any help would be appreciated! Thanks! Quote Link to comment Share on other sites More sharing options...
RichardDCG Posted January 31 Report Share Posted January 31 Use an AA instead and digit timeouts? Quote Link to comment Share on other sites More sharing options...
proskater1223 Posted February 1 Report Share Posted February 1 AA only allows you a max DTMF of 0-9. It won't allow you to use option 11. Quote Link to comment Share on other sites More sharing options...
RichardDCG Posted February 1 Report Share Posted February 1 You can set 1#, 11# etc in the AA ? .... but I think easier not to use 11 at all. Quote Link to comment Share on other sites More sharing options...
Vodia Support EU Posted February 2 Report Share Posted February 2 Hello DisplayName, I think the easiest way is this: !([1]T)!11! !2!12! !11!13! !13!13! . If you set a small timeout time here it should work. As an example, I had taken extension 11; 12; 13. I hope it helps you Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.