How can I implement a dial plan that accespts 1 to 20 digits in, translates them to 3 digits (say 888) and initiates my application service ivr function.Currently, if I receive 3 digits, everything work, but if I receive more than 3 digits, the appli...