328 Matrix SPARSH VP110 User Guide
To customize a replace rule template:
• Open the template file using an ASCII editor.
• Add the following string to the template, each starting on a separate line:
<Data Prefix="" Replace=""LineID=""/>
Where:
Prefix=""specifies the numbers to be replaced.
Replace=""specifies the alternate string instead of what the user enters.
LineID="" specifies the desired line(s) for this rule. Leave it blank or enter 0, to apply this replace rule to all
lines.
• Specify the values within double quotes.
• Place this file to the provisioning server.
The following shows an example of a replace rule template:
<DialRule>
<Data Prefix="1" Replace="05928665234" LineID=""/>
<Data Prefix="2(xx)" Replace="002$1" LineID="0"/>
<Data Prefix="5([6-9])(.)" Replace="3$2" LineID="0"/>
<Data Prefix="0(.)" Replace="9$1" LineID="0"/>
<Data Prefix="1009" Replace="05921009" LineID="0"/>
</DialRule>
Dial-now Template
The dial-now template helps with the creation of multiple dial-now rules. After setup, place the dial-now template to
the provisioning server and specify the access URL in the configuration files.
When editing a dial-now template, learn the following:
• <DialNow> indicates the start of a template and </DialNow> indicates the end of a template.
• Create dial-now rules between <DialNow> and </DialNow>.
• At most 100 rules can be added to the IP phone.
• The expression syntax in the dial-now rule template is the same as that introduced in the section “Dial
Plan”.
Procedure
Use the following procedures to customize a dial-now template.