Provisioning
43
ET685 Administrator and Provisioning Manual
The Master-entry is defined through:
type
="MASTER"
number
=AnyUniqueNumber - must be one of the telephone
number
s of
one of the members
Masters cannot define a context.
The Member-entries are defined by:
first_name
=Member_Alias
last_name
=UniqueNumberOfMaster
Members cannot define neither
birthday
nor
fav
attribute.
<dialplan> XML tag
The dial plan settings (<dialplan> or <dial-plan> tag) contains the global dial plan
parameters.
XML Dial plan can be placed either:
inside the <settings> tag
<?xml version="1.0" encoding="utf-8" ?>
<settings>
<phone-settings></phone-settings>
<functionKeys></functionKeys>
<tbook></tbook>
<uploads></uploads>
<certificates></certificates>
<dialplan e="2">
<!--Example North American Dialplan-->
<TEMPLATE MATCH="0" Timeout="1" User="Phone"/>
<TEMPLATE MATCH="9,011*" Timeout="6" User="Phone"/>
<TEMPLATE MATCH="9,0" Timeout="1" User="Phone"/>
<TEMPLATE MATCH="9,11" Timeout="0" User="Phone" Rewrite="9911"/>
<TEMPLATE MATCH="9,.11" Timeout="0" User="Phone"/>
<TEMPLATE MATCH="9,101..............." Timeout="0" User="Phone"/>
<TEMPLATE MATCH="9,10.............." Timeout="0" User="Phone"/>
<TEMPLATE MATCH="9,10*" Timeout="6" User="Phone"/>
<TEMPLATE MATCH="9,1.........." Timeout="0" User="Phone"/>
<TEMPLATE MATCH="9,......." Timeout="0" User="Phone"/>
<TEMPLATE MATCH="*" Timeout="15"/>
</dialplan>
</settings>
or as an individual XML file whose URL is listed inside <setting-files> tag
<?xml version="1.0" encoding="utf-8"?>
<dialplan e="2">
<!--Example North American Dialplan-->