Specifications
49
3. Click Save, and then click Ok when prompted.
Migrating IAWC Data
This feature allows you to maintain your existing Inter-Tel Audio and Web Conferencing (IAWC)
data and upgrade to the latest release of MCA. See IAWC Migration on page 18 for additional
information about the migration process.
After MSL, MAS, and MCA are installed, login in to the MAS Server-Manager Web interface
and navigate to the Mitel Collaboration Advanced administrator from the main pane.
To restore the IAWC data:
1. From the MCA administrator page, click IAWC Migration in the navigation pane. The IAWC
Data Migration page appears.
2. Click Browse, and then navigate to the location where you saved the IAWC data.
3. Click Restore to start uploading the IAWC data to the MAS (MCA) server.
Table 7: DAS Rule Syntax Descriptions
Character Description
$ End of the string
^ Beginning of the string
. (period) Any character
* 0 (zero) or more items. For example,
a* means 0 or more number of a in the string.
? 0 (zero) or one item.
+ 1 or more number items
x The number that follows is dialed as it appears.
\d Digits
\1, \2, \3,... Equivalent to the corresponding set of parentheses matches
( ) Used to group matching characters in a string that can be referred to later
[ ] Used to define a range. Example: [0-9] matches any digit
{n} Exactly
n occurrences of the previous item
Examples: a{4} matches aaaa, and .{4} matches any four characters
{n,} At least n occurrences of the previous item
Example:
a{4,} matches aaaa or aaaaa or aaaaaa, etc.
{n,m} At least
n but not more than m occurrences of the previous item
Example:
a{4,5} matches only aaaa or aaaaa
Do not click away from the IAWC Data Migration page while the saved data is being
uploaded. If you navigate away before the upload completes, it will fail and you will have to
start the upload again.