320 CHAPTER 11: DIAL PLANArgumentsnRouteId — An integer in the range 1 through 32768.nEntryId — An integer in the range 1 through 32768 specifying the timedroute entry to which this operation applies.nOperId — An integer in the range 1 through 32768. Thesystem processes the list of operations in ascending nOperId order(nOperId 1 first).szOperation — The name of the digit manipulation operation to perform:stripLead, stripTrail, replace, prepend, append.szValue — The value used by the operation, either the string of digits toprepend, append, replace with, or the number of digits to strip.Sample SolutionsUsing Dial PlanConfiguration FileCommandsThis section describes several requirements that a customer might have,and for each one, provides a sample solution. An explanation followseach step in the solution.For a detailed explanation of each command, see “Dial PlanConfiguration File Commands” on page 305.Customer Requirement 1. Assume that the telephone companypasses 4-digit numbers to the system for each incoming telephone call(for example, numbers in the range 5200 through 5300). If the systemuses 3-digit extensions in the range 200 through 300, you could define asingle pretranslation operation that performed a stripLead to remove thefirst digit. For example, the system could remove the number five from anincoming number such as 5278, and pass the call to extension 278.To accomplish the pretranslation:PreTranslator Create 1 4-to-3-digit T1 DID/DDI PretranslatorExplanation: Create pretranslator table 1, called “4-to-3-digit T1DID/DDI Pretranslator.”PreTranslatorEntry Create 1 1 5Explanation: Create, in pretranslator table 1, entry number 1, whichapplies when the first digit in the sequence is 5.PreTranslatorOperation Create 1 1 1 stripLead 1