Nortel Meridian and Norstar SMDR formats
Advanced PBX Data Logger includes 6 parsers for Nortel Meridian and Norstar systems. This page gathers them in one place. For each system you will find how the call records reach the logger, the parser to select, and the 76 fields in total that these parsers extract for PBX Reports or a database. Of these, 3 over RS-232; the rest are identified by their record layout and can arrive over a serial port or a LAN connection. The settings apply to our logger; other call accounting software may expect a different configuration.
Systems on this page
- Nortel Meridian (1 row) · RS-232, 14 fields
- Nortel Meridian (2 rows) · RS-232, 14 fields
- Nortel Meridian (3 rows,v25) · RS-232, 18 fields
- Nortel Norstar SL1 CLID · Serial or TCP, 11 fields
- Nortel Norstar SL1 Standard · Serial or TCP, 10 fields
- Nortel Type 2 · Serial or TCP, 9 fields
Connecting the logger
Add a data source in PBX Data Logger that matches the interface named in each section: RS232 for a serial SMDR port, TCP client when the PBX accepts connections, TCP server when the PBX pushes records to the logger, or FTP for systems that write CDR files. Then open Modules → Query Parse Filter → Data query, click Setup and select the parser named in the section. The general steps are shown on the SMDR listener page; every other supported system is listed on the supported PBX index.
Nortel Meridian (1 row)
Parser: Nortel Meridian (1 row)
Connection: Serial. The SMDR or printer port of the PBX is connected to a COM port; speed, data bits, parity and flow control must match the PBX.
Fields extracted: 14
Meridian-1 11C pinout and wiring
| PBX (25 pin) | PC (25 pin) | PC (9 pin) |
|---|---|---|
| 1 | 1 | |
| 2 | 3 | 2 |
| 3 | 2 | 3 |
| 4+5 | 4+5 | 7+8 |
| 7 | 7 | 5 |
| 6+8+20 | 6+8+20 | 6+1+4 |
You may also use a standard modem cable with all wires. In this case you can use the following communication parameters: 8-N-1 with hardware flow control.
If you use the pinout above the parameters will be: 7-N-1 without flow control.
Settings from the manufacturer's documentation
Taken from Nortel Meriadian 11c CDR format and description, Tracer-SMDR-Compatibility-Guide. Values are those stated in the documentation; confirm them against your firmware release.
Record format notes
- Old-format inbound Normal/Start/End/Transfer records place RecID at column 1, originating device at 10-16, terminating device at 18-24, date at 38-42, time at 44-48, duration at 50-57.
- Account Code events (RecID = 'A') carry the account code at columns 50-57 instead of a duration field.
Data items: Nortel Meridian (1 row)
| Description | Data type | Column name |
|---|---|---|
| Record type | string | CALL_TYPE |
| Record type name | string | RECORD_TYPE_NAME |
| Customer Number | string | FLAG2 |
| Originating Identification (Trunk) | string | TRUNK |
| Terminating Identification | string | EXT |
| Call time | datetime | CALL_TIME |
| Call duration | datetime | CALL_DURATION |
| Call duration (s) | integer | CALL_DURATION_S |
| Digit type identifier | string | FLAG3 |
| Phone | string | DIALED_PHONE |
| Authorization code, or Charge Account, or Calling party number | string | AUTH |
| Terminating Auxiliary Identification | string | FLAG4 |
| Originating Tenant Number | string | FLAG5 |
| Terminating Tenant Number | string | FLAG6 |
Sample record
As delivered by the system; phone numbers, names and public addresses are masked.
N 096 00 1221 A001044 06/22 17:38 00:00:10 988xxxxxx & 0000 0000 D 097 00 1221 A001044 06/22 17:38 00:00:10 988xxxxxx
Nortel Meridian (2 rows)
Parser: Nortel Meridian (2 rows)
Connection: Serial. The SMDR or printer port of the PBX is connected to a COM port; speed, data bits, parity and flow control must match the PBX.
Fields extracted: 14
Meridian-1 11C pinout and wiring
| PBX (25 pin) | PC (25 pin) | PC (9 pin) |
|---|---|---|
| 1 | 1 | |
| 2 | 3 | 2 |
| 3 | 2 | 3 |
| 4+5 | 4+5 | 7+8 |
| 7 | 7 | 5 |
| 6+8+20 | 6+8+20 | 6+1+4 |
You may also use a standard modem cable with all wires. In this case you can use the following communication parameters: 8-N-1 with hardware flow control.
If you use the pinout above the parameters will be: 7-N-1 without flow control.
Settings from the manufacturer's documentation
Taken from Nortel Meriadian 11c CDR format and description, Tracer-SMDR-Compatibility-Guide. Values are those stated in the documentation; confirm them against your firmware release.
Record format notes
- Outbound Old-Format Normal/Start/End/Transfer records differ slightly from inbound: date/time/duration shift to columns 38-42/44-48/50-57 with originating device required only for Start/End/Transfer, not Normal.
Data items: Nortel Meridian (2 rows)
| Description | Data type | Column name |
|---|---|---|
| Record type | string | CALL_TYPE |
| Record type name | string | RECORD_TYPE_NAME |
| Customer Number | string | FLAG2 |
| Originating Identification (Trunk) | string | TRUNK |
| Terminating Identification | string | EXT |
| Call time | datetime | CALL_TIME |
| Call duration | datetime | CALL_DURATION |
| Call duration (s) | integer | CALL_DURATION_S |
| Digit type identifier | string | FLAG3 |
| Phone | string | DIALED_PHONE |
| Authorization code, or Charge Account, or Calling party number | string | AUTH |
| Originating Tenant Number | string | FLAG5 |
| Terminating Tenant Number | string | FLAG6 |
| Caller phone | string | CALLER_PHONE |
Sample record
As delivered by the system; phone numbers, names and public addresses are masked.
&418xxxxxxxXXXXXX 000 000 & 000 01 2 N 039 00 DN5058 A019 022 09/26 10:41:52 00:01:02 .0 A781xxxxxxxxxxx
Nortel Meridian (3 rows,v25)
Parser: Nortel Meridian (3 rows,v25)
Connection: Serial. The SMDR or printer port of the PBX is connected to a COM port; speed, data bits, parity and flow control must match the PBX.
Fields extracted: 18
Meridian-1 11C pinout and wiring
| PBX (25 pin) | PC (25 pin) | PC (9 pin) |
|---|---|---|
| 1 | 1 | |
| 2 | 3 | 2 |
| 3 | 2 | 3 |
| 4+5 | 4+5 | 7+8 |
| 7 | 7 | 5 |
| 6+8+20 | 6+8+20 | 6+1+4 |
You may also use a standard modem cable with all wires. In this case you can use the following communication parameters: 8-N-1 with hardware flow control.
If you use the pinout above the parameters will be: 7-N-1 without flow control.
Settings from the manufacturer's documentation
Taken from Nortel Meriadian 11c CDR format and description. Values are those stated in the documentation; confirm them against your firmware release.
Switching SMDR output on, as documented
- Set FCDR to NEW in LD 17 to switch the system to the richer 'New Format CDR' (3-line, 18-field-capable) record layout.
Record format notes
- New CDR format record example: 'L 001 00 2238 2238 02/01 15:17:00 00:00:02.0' followed by '&' continuation lines; all fields are output even if blank (as spaces).
Data items: Nortel Meridian (3 rows,v25)
| Description | Data type | Column name |
|---|---|---|
| Record type | string | CALL_TYPE |
| Record type name | string | RECORD_TYPE_NAME |
| Record No | string | FLAG1 |
| Customer No | string | FLAG2 |
| Source | string | FLAG3 |
| Destination | string | FLAG4 |
| Trunk | string | TRUNK |
| Extension | string | EXT |
| Call time | datetime | CALL_TIME |
| Call duration | datetime | CALL_DURATION |
| Call duration (s) | integer | CALL_DURATION_S |
| Call direction | string | DIRECTION |
| Phone | string | DIALED_PHONE |
| Originating Tenant Number | string | FLAG5 |
| Terminating Tenant Number | string | FLAG6 |
| Caller phone | string | CALLER_PHONE |
| Digit type identifier | string | FLAG7 |
| Phone (w/o city code) | string | DIALED_PHONE2 |
Nortel Norstar SL1 CLID
Parser: Nortel Norstar SL1 CLID
Connection: Serial printer port or LAN, whichever the system uses for SMDR output. The record layout identifies the format.
Fields extracted: 11
Station Message Detail Recording 6 (SMDR6)
The Station Message Detail Recording 6 (SMDR6) is a unit that connects to your Norstar Key System Unit (KSU) to record call activity. Each time a telephone call is made to or from your company, the information about the call is recorded. When the call is completed, information about the call is printed out in Call Records
Programming SMDR6
To access the SMDR6 Administration menu press [Feature] [9] [*] [2]. The display shows: SMDR6 Admin. Then configure following options as:
- Printer: 38400 (press [CHANGE] to set new baudrate)
- Format: SL-1 or SL-1 CLID (press [SHOW] then [CHANGE])
- Report: All (output info about all calls)
- Language: English
- Access codes: leave unchanged
- Feature: F999
Note: If you use M7100/M7208 telephones for programming SMDR6 use following buttons as:
- [*] - NEXT
- [O] - SHOW
- [#] - CHANGE
Errors
When you use the FEATURE 9 * 2 code you may see some error messages:
INACTIVE FEATURE. That error message indicates that there is a problem with the connection between the phone system and the SMDR6 box. That connection is made using a standard RJ11 telephone cord (the same type of cord you would use to plug a telephone).
PRINTER PROBLEM. This error appears if connection between the SMDR6 unit and a computer is broken or our software is not active. Please, verify the following: cable (you need a straight serial cable, not a NULL cable), a COM port number, baud rate, launch our software on your computer.
Configuring PBX Logger
COM port settings
Set communication parameters:
- Baud rate: 38400
- Data bits: 8
- Parity: None
- Stop bits: 1
- Hardware flow control: enable all options
Modules
Module -> Query Parse Filter -> Parser -> [Nortel Norstar SL-1] or [Nortel Norstar SL-1 CLID]
Settings from the manufacturer's documentation
Taken from Norstar - smdr. Values are those stated in the documentation; confirm them against your firmware release.
| Setting | Documented value |
|---|---|
| SMDR6 printer baud rate, default | 1200 (options 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200) |
| SMDR6 record format, default | SL-1 Standard (Norstar format is also selectable) |
| SMDR6 PC administration (AT command) port defaults | 1200 baud, no parity, 8 data bits, 1 stop bit, hardware flow control (CTS/RTS) |
| minimum printer speed by KSU | Compact KSU: 1200 baud minimum; Modular KSU: 2400 baud minimum |
Switching SMDR output on, as documented
- SL-1 CLID format only reports Calling Line ID on lines capable of delivering it; other lines fall back to SL-1 Standard format automatically.
Record format notes
- The SL-1 record format does not support reporting Bearer Capability or DDI Busy records.
Data items: Nortel Norstar SL1 CLID
| Description | Data type | Column name |
|---|---|---|
| Record type | string | CALL_TYPE |
| Record type name | string | RECORD_TYPE_NAME |
| Customer No | string | FLAG2 |
| Ext | string | EXT |
| Trunk | string | TRUNK |
| Call time | datetime | CALL_TIME |
| Call duration | datetime | CALL_DURATION |
| Call duration (s) | integer | CALL_DURATION_S |
| Phone | string | DIALED_PHONE |
| Account code | string | ACC |
| Caller phone | string | CALLER_PHONE |
Sample record
As delivered by the system; phone numbers, names and public addresses are masked.
X 012 00 T212000 DN200 03/19 14:34 E 013 00 T212000 DN200 03/19 14:37 N 014 00 DN217 T213000 03/19 14:37 00:00:53 194xxxxxxxx
Nortel Norstar SL1 Standard
Parser: Nortel Norstar SL1 Standard
Connection: Serial printer port or LAN, whichever the system uses for SMDR output. The record layout identifies the format.
Fields extracted: 10
Station Message Detail Recording 6 (SMDR6)
The Station Message Detail Recording 6 (SMDR6) is a unit that connects to your Norstar Key System Unit (KSU) to record call activity. Each time a telephone call is made to or from your company, the information about the call is recorded. When the call is completed, information about the call is printed out in Call Records
Programming SMDR6
To access the SMDR6 Administration menu press [Feature] [9] [*] [2]. The display shows: SMDR6 Admin. Then configure following options as:
- Printer: 38400 (press [CHANGE] to set new baudrate)
- Format: SL-1 or SL-1 CLID (press [SHOW] then [CHANGE])
- Report: All (output info about all calls)
- Language: English
- Access codes: leave unchanged
- Feature: F999
Note: If you use M7100/M7208 telephones for programming SMDR6 use following buttons as:
- [*] - NEXT
- [O] - SHOW
- [#] - CHANGE
Errors
When you use the FEATURE 9 * 2 code you may see some error messages:
INACTIVE FEATURE. That error message indicates that there is a problem with the connection between the phone system and the SMDR6 box. That connection is made using a standard RJ11 telephone cord (the same type of cord you would use to plug a telephone).
PRINTER PROBLEM. This error appears if connection between the SMDR6 unit and a computer is broken or our software is not active. Please, verify the following: cable (you need a straight serial cable, not a NULL cable), a COM port number, baud rate, launch our software on your computer.
Configuring PBX Logger
COM port settings
Set communication parameters:
- Baud rate: 38400
- Data bits: 8
- Parity: None
- Stop bits: 1
- Hardware flow control: enable all options
Modules
Module -> Query Parse Filter -> Parser -> [Nortel Norstar SL-1] or [Nortel Norstar SL-1 CLID]
Settings from the manufacturer's documentation
Taken from Norstar - smdr. Values are those stated in the documentation; confirm them against your firmware release.
| Setting | Documented value |
|---|---|
| SMDR6 printer baud rate, default | 1200 (example display), options up to 115200 |
| SMDR6 record format, default | SL-1 Standard |
Data items: Nortel Norstar SL1 Standard
| Description | Data type | Column name |
|---|---|---|
| Record type | string | CALL_TYPE |
| Record type name | string | RECORD_TYPE_NAME |
| Customer No | string | FLAG2 |
| Ext | string | EXT |
| Trunk | string | TRUNK |
| Call time | datetime | CALL_TIME |
| Call duration | datetime | CALL_DURATION |
| Call duration (s) | integer | CALL_DURATION_S |
| Phone | string | DIALED_PHONE |
| Account code | string | ACC |
Nortel Type 2
Parser: Nortel Type 2
Connection: Serial printer port or LAN, whichever the system uses for SMDR output. The record layout identifies the format.
Fields extracted: 9
Data items: Nortel Type 2
| Description | Data type | Column name |
|---|---|---|
| Station | string | EXT |
| Direction | string | DIRECTION |
| Record type | string | CALL_TYPE |
| Line | string | TRUNK |
| Record type | string | FLAG1 |
| Flag 2 | string | FLAG2 |
| Call time | datetime | CALL_TIME |
| Phone | string | DIALED_PHONE |
| Account code | string | ACC |
Sample record
As delivered by the system; phone numbers, names and public addresses are masked.
04 O S 0000 G 00 01/11 07:42 PM 170xxxxxxxx
01 O S 0000 G 00 01/11 07:42 PM 183xxxxxxxxxxx
02 O E 0281 G 00 01/11 07:38 PM 130xxxxxxxxxxx
Reports and a database
Once records arrive, the logger writes them to a text file or to any ODBC database in real time, or hands them to the PBX Reports utility for manual, scheduled and e-mailed reports with a built-in web server. See exporting call log data to a database for the database setup.
Related Nortel Meridian and Norstar systems with their own setup pages
Nortel CS1000 (2 rows)Nortel Meridian (3 rows)
Nortel Norstar Standard
Note: Products and companies mentioned here are used only for definition and identification purposes and can be trademarks and/or registered trademarks of the respective companies.
Related topics: Advanced PBX Data Logger
hereCall logging Call accounting SMDR to SQL SMDR Listener Cables and signals