Complete guide to exporting user names, hunt groups, DID numbers, and configuration data from Avaya Communication Manager
Quick Answer: Use ASA Export Wizard for basic exports or use list commands with logging for detailed exports. For large systems, use Avaya System Manager CSV export.
Overview of Export Methods
| Method | Best For | Output | Difficulty |
|---|---|---|---|
| Export Wizard | Single object export | TXT / CSV | Easy |
| List Commands | Detailed exports | TXT | Medium |
| System Manager | Large deployments | CSV | Advanced |
| Command Chaining | Bulk export | TXT | Medium |
Method 1: ASA Export Wizard
- Open Avaya Site Administrator (ASA)
- Go to System → Advanced → Export Data
- Select object type:
- Station
- Hunt Group
- ARS
- Select required fields
- Save output file
Limitation: Output format is basic text and needs Excel cleanup.
Method 2: Using List Commands
Use list commands instead of display commands for structured output.
| Data Type | Command | Purpose |
|---|---|---|
| Stations | list station |
User and extension data |
| Hunt Groups | list hunt-group |
Group members |
| DID Routing | list ars route-pattern |
DID patterns |
| Digit Rules | list ars analysis |
Digit manipulation |
| Route Patterns | list route-pattern |
Routing destinations |
| Coverage Paths | list coverage-path |
Forwarding rules |
| Vectors | list vector |
IVR call flow |
How to Capture Output
- Go to File → Start Logging
- Run required
listcommands - Go to File → Stop Logging
- Open TXT file in Excel
- Use Data → Text to Columns
Method 3: Command Chaining
You can run multiple commands at once:
list station; list hunt-group; list ars route-pattern; list coverage-path
- Paste above command in ASA
- Enable logging
- Export to Excel
Method 4: System Manager CSV Export
- Login to Avaya System Manager
- Go to Elements → Communication Manager → Groups → Hunt Group
- Click Export All
- For stations: Endpoints → Station → Export All
- Download CSV file
Example: DID to Extension Mapping
list ars route-pattern list ars analysis list route-pattern list station
Use Excel VLOOKUP to map: DID → Route Pattern → Extension → User.
Important Notes
Always use list commands for export. ASA does not generate true CSV files. System Admin access is required.
Recommended Method by Size
- Small systems (≤50 stations): Export Wizard
- Medium systems (50–500): List commands
- Large systems (500+): System Manager CSV
Excel Cleanup Steps
- Open TXT file
- Select all data
- Data → Text to Columns
- Choose Space or Fixed Width
- Remove empty columns

