When creating an XML bulk import file:
The name of an adaptation must be unique. Other elements refer to the adaptation name.
The value of <adaptationmodule> is a combination of the fields Module Name and Module Parameters in the System Manager user interface. The values are separated by a single space.
You can configure multiple Ingress and Egress configurations <<EgressadaptationFullTO>, <IngressadaptationFullTO>> for one Adaptation name.
The values in <addressToModify> are case-sensitive and must be the same as they appear in the System Manager user interface.
Warning:
When you add new digit pattern or adaptation entries to an existing adaptation, you must include all the patterns in the adaptation XML file. You cannot import an adaptation that includes only the new adaptation patterns. When you add new patterns to an existing adaptation, ensure that you export the current adaptation, add new patterns, and then re-import the XML file that includes the current and new patterns.
Example
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<adaptationFullTOList>
<buildNumber>0</buildNumber>
<implementationVersion>0</implementationVersion>
<specificationVersion>0</specificationVersion>
<AdaptationFullTO>
<notes></notes>
<adaptationType>digit</adaptationType>
<adaptationmodule>CiscoAdapter eRHdr</adaptationmodule>
<egressuriparameters></egressuriparameters>
<enabledState>enabled</enabledState>
<name>A digit conversion cisco</name>
<IngressadaptationFullTO>
<notes></notes>
<deletedigits>0</deletedigits>
<insertdigits></insertdigits>
<matchingpattern>666</matchingpattern>
<maxdigits>36</maxdigits>
<mindigits>3</mindigits>
<addressToModify>both</addressToModify>
</IngressadaptationFullTO>
</AdaptationFullTO>
<AdaptationFullTO>
<notes></notes>
<adaptationType>digit</adaptationType>
<adaptationmodule>AttAdapter</adaptationmodule>
<egressuriparameters></egressuriparameters>
<enabledState>disabled</enabledState>
<name>Adapter 6</name>
</AdaptationFullTO>
<AdaptationFullTO>
<notes>Pre installed adaptation</notes>
<adaptationType>device</adaptationType>
<adaptationmodule>PolycomEndpointAdapter</adaptationmodule>
<enabledState>enabled</enabledState>
<name>Avaya provided Polycom device adaptation</name>
</AdaptationFullTO>
<AdaptationFullTO>
<notes></notes>
<adaptationType>digit</adaptationType>
<adaptationmodule>VerizonAdapter</adaptationmodule>
<egressuriparameters></egressuriparameters>
<enabledState>enabled</enabledState>
<name>custom one</name>
</AdaptationFullTO>
...