home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / zines / phrack2 / phrack44.019 < prev    next >
Encoding:
Text File  |  2003-06-11  |  29.5 KB  |  640 lines

  1.  
  2.                               ==Phrack Magazine==
  3.  
  4.                  Volume Four, Issue Forty-Four, File 19 of 27
  5.  
  6. ****************************************************************************
  7.  
  8.                       Northern Telecom Meridian SL-1
  9.  
  10.                                 by Iceman
  11.  
  12.                                Introduction
  13.                                ~~~~~~~~~~~~
  14.  
  15.  This article is the first in a possible series devoted to Northern
  16. Telecom's line of Meridian SL-1 switches. At the moment, I'm unsure if there
  17. will even be a second article, since it would consist completely of the
  18. programming of these switches, and it's not difficult for me, or anyone else
  19. to type up a manual. If you haven't heard of an SL-1 before, to put things
  20. simply, if you have ever called a Meridian Voice Mail system, this is the
  21. computer that runs the show! Not all SL-1's have Voice Mail features, but
  22. it makes things easier (for the electronic adventurer) if you have one that
  23. does. Now it's far more than a simple voice mail system, it's a complete
  24. phone switch, a PBX. Of course, like most computers, if you can gain access
  25. to it, the system is at your beckon call, to do what you make it do. What
  26. follows is a brief history, and technical overview of the SL-1 series, as
  27. well as information on identifying them. If this looks familiar, a large
  28. portion of this article appeared my own magazine, Freedom, but was updated
  29. for Phrack. If you had read the issue relating to SL-1's, you will also
  30. find basic programming information for some of the more commonly used
  31. overlay programs, it was purposely omitted in this article.
  32.  
  33.    History and Technical Overview
  34.    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  35.  
  36.  Development of Northern Electric's SL-1 started in 1971. Their
  37. objective was to design a superior communications system for business
  38. subscribers in the range of 100 to 7600 stations. The system had to encompass
  39. all the features of a PBX, Centrex and key systems and be economically
  40. competitive with them. It had to have new custom services not previously
  41. feasible with the older systems. It had to be easy to learn and to operate.
  42. As well, it had to be easy to install and maintain.
  43.  
  44.  What the designers came up with was a digital, stored program control
  45. machine using an 8-bit PCM. They also came up with a new telephone instrument,
  46. the SL-1 telephone, which is a multi-line instrument with many features, but
  47. uses only 2 pairs of wires, instead of 25 pairs required by key telephones.
  48.  
  49.  The SL-1 system has three main parts: The common equipment (CE), the
  50. peripheral equipment (PE) and the power supplies.
  51.  
  52.  The CE performs the central control and switching functions for all
  53. the connecting lines and trunks. It has a central processing unit (CPU) and
  54. read/write memory which stores all the operating programs and data unique
  55. to the particular system, including switching sequences, feature and class
  56. of service information, and numbers and types of terminals. Various models
  57. use various media to store information, ranging from magnetic tape drives
  58. to disk drives, for high-speed loading of the operating programs and data
  59. into the read/write memory, and providing data restoration after a power
  60. failure.  This media also contains the diagnostic routines, and all software
  61. needed to program the switch. There is a Teletype to communicate to the system
  62. with and to print error messages on. The network circuits perform the switching
  63. duties for all lines and trunks. The digital service circuits provide for such
  64. functions as dial and ringing tones and call conferencing.
  65.  
  66.  The CE units communicate over a common central bus under control of
  67. the CPU. Speech signals, converted to digital, follow a separate path on a
  68. network switching bus.
  69.  
  70.  The PE performs the interface between the line and trunk circuits and
  71. the SL-1 system. It consists mainly of line and trunk cards which convert
  72. analog speech to digital signals for digital switching and vice-versa. Lines
  73. connect to individual instruments and trunks to other PBX's. Peripheral
  74. buffers act as interface between the PE and the CE providing power control,
  75. timing and switching control signals for the line and trunk circuits. Digital
  76. conversion into 8-bit PCM is done by a single encoder/decoder (codec) for each
  77. line or trunk. This codec is a custom LSI circuit.
  78.  
  79.  Between the PE and the CE, all signals travel in digital format on
  80. time multiplexed loops. Each loops carriers 30 voice channels, one control
  81. signalling channel and one unused channel. The channels operate at 64 kbps
  82. to give a total data rate of 2.048 mbps. Each loops terminates on a different
  83. circuit pack in the CE. There can be up to 16 multiplex loops.
  84.  
  85.  When a call is set up, the CPU assigns each party a channel from among
  86. the 30 on their own multiplex loops. These channels form a matched pair. For
  87. instance, the calling party may use channel 2 of it's digital loop, and the
  88. called party may use channel 3 of it's loop.
  89.  
  90.  The SL-1 conducts audio digitally. The line and trunk cards contain
  91. A/D and D/A converters. Received audio is changed to a digital signal and
  92. put on a voice channel. At it's destination, the digital signal is converted
  93. back to analog audio.
  94.  
  95.  All programming is done from a keyboard with the output going to a
  96. printer. To program, a specific diagnostic program, called an overlay, is
  97. selected, and is automatically loaded from tape or disk. Once this is done,
  98. the appropriate commands are entered to change the options. All inputs, and
  99. SL-1 responses are echoed on a printer or echoed out of the specified port.
  100. If any system parameters or configurations are changed, these changes will
  101. not survive a total power outage unless a new tape or disk is made.
  102.  
  103.  In case of a power outage, upon restoration of power, the SL-1 activates
  104. the tape or disk unit and loads in the system operating data, and runs some
  105. diagnostics. This takes from 5-15 minutes, and at the end of that time,
  106. service is fully restored with all the options which were recorded on the tape
  107. or disk being implemented. Of course any user-selected options like speed
  108. call lists and call waiting which had been selected before the outage will
  109. be lost.
  110.  
  111.  Automatic diagnostics (called 'background' programs) are being run
  112. constantly with the results of any problems being echoed to output. At
  113. midnight a more thorough set of diagnostics are run. Any of the diagnostics
  114. may be run on demand from the keyboard. Also available on demand from the
  115. keyboard are a series of diagnostics to determine the status of lines and
  116. trunks, to trace calls, and to print lists and traffic studies.
  117.  
  118.      SL-1 Features
  119.      ~~~~~~~~~~~~~
  120.  
  121.  - Call Waiting                     - Digitone (DTMF) service
  122.  - Ring Again                       - Direct inward dialing
  123.  - Display services                 - Direct outward dialing
  124.  - Tandem switching                 - Private line service
  125.  - Special dial tone                - Remote administration and
  126.  - Traffic measurement                maintenance
  127.  - Common control switching         - Multi-customer group operation
  128.    arrangement access               - Line/trunk lockout
  129.  - Data transmission                - Flexible numbering system
  130.  - Access to automatic recorded       (2 to 4 digits)
  131.    answering equipment              - Pulse to DTMF conversion
  132.  - Access to paging equipment       - DTMF to pulse conversion
  133.  - Call forward - busy              - Emergency transfer
  134.  - Call forward - don't answer      - Hunting
  135.  - Call forward - follow me         - Intercept
  136.  - Call pickup                      - Manual service
  137.  - Conference (3 or 6 party)        - Night service
  138.  - Service restrictions
  139.  
  140.      SL-1 Telephone Set Features
  141.      ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142.  
  143.  - Autodial                         - Automatic preselection
  144.  - Call status                      - Headset connection
  145.  - Call forwarding                  - Executive override
  146.  - Call transfer                    - Hold
  147.  - Speed calling                    - On-hook dialing
  148.  - Call waiting                     - LED indicators
  149.  - Tone ringing                     - Call pickup
  150.  - Common audible signalling        - Loudspeaker/Amplifier
  151.  - Ring again                       - Voice calling
  152.  - Hands free operation             - Manual signalling
  153.  - Multiple appearance directory    - 3 or 6 party conference
  154.    number; multiple call            - non-locking keys
  155.    arrangements                     - Single appearance directory
  156.  - Prime directory number             number
  157.  - Station set expansion            - Privacy
  158.  - Privacy release
  159.  
  160.  
  161.    Explanation of Some Features
  162.    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  163.  
  164. Station to station calling - Any station can directly call any other station
  165. without attendant assistance.
  166.  
  167. Direct Outward Dialing (DOD) - Allows a station to gain access to the exchange
  168. network without attendant assistance and receives a second dialtone.
  169.  
  170. Hunting - Routes a call to an idle station directory number when the called
  171. number is busy. The numbers in the hunt group do not have to be in sequence
  172. nor do they have to appear on the same instrument. The sequence can be
  173. consecutive (station directory numbers are hunted in ascending numerical
  174. order) or non-consecutive.
  175.  
  176. Access to paging - Provides a connection to customer-owned paging equipment.
  177.  
  178. Access to Automatic Recorded Answering Equipment - SL-1 stations can have
  179. incoming messages recorded on customer-provided answering equipment by
  180. forwarding calls to the directory number (DN) assigned to the equipment.
  181.  
  182. Direct Inward Dialing (DID) - Allows an incoming call from the exchange
  183. network to reach a station without attendant assistance. The DN for each
  184. station will normally be the last 2,3 or 4 digits of the 7 digit exchange
  185. network number.
  186.  
  187. Tandem Switching - The SL-1 can act as an intermediate switching point for
  188. traffic between other PBX's.
  189.  
  190. Manual Service - Does not provide a dialtone when a station goes off-hook.
  191. Instead the attendant is alerted and completes the call for the user.
  192.  
  193. Private Line Service - Permits the appearance of a private central office line
  194. on an SL-1 Telephone set. Dialtone is received directly from the telco and
  195. calls are not processed by the SL-1.
  196.  
  197. Multi-Customer Group Operation - Allows for the provision of services for more
  198. than one business customer from the same switching machine. Each customer
  199. is totally separate from the others, may have the same directory numbers as
  200. the others, has his own attendant console, his own trunks, and cannot directly
  201. call stations belonging to the other customers.
  202.  
  203. Service Restrictions - Allows the ability to restrict various functions.
  204.  
  205. Intercept - Disposes of calls which cannot be completed because of
  206. restrictions or dialing errors. They are either routed to the attendant
  207. or overflow tone.
  208.  
  209. Special Dial Tone - A Regular dialtone with three 128 ms interruptions at the
  210. beginning to advise the user that his hookswitch flash has been successful.
  211.  
  212. Line Lockout - Disconnects stations which have been off-hook for too long to
  213. prevent system problems.
  214.  
  215. Night Service - Allows the attendant to preconnect some or all of the incoming
  216. telco trunks to selected DN's on the SL-1.
  217.  
  218. Emergency Transfer - Puts the system in the power fail transfer mode. This
  219. transfers telco trunks to selected stations to provide some continuity of
  220. service to the outside world during the time the SL-1 is inoperative.
  221.  
  222. Remote Administration and Maintenance - Permits operation of the diagnostics
  223. from a remote location via a modem and telephone line. You may do anything
  224. from the remote terminal that you can do from the local terminal.
  225.  
  226. Call Forward - Busy - Routes incoming calls to another number when the called
  227. station is busy.
  228.  
  229. Call Forward - Don't answer - Routes incoming calls to another number when the
  230. called station doesn't answer within a prescribed time.
  231.  
  232. Call Forward - Follow me - Routes incoming calls to another, programmable
  233. number.
  234.  
  235. Call Waiting - Informs the user of a second incoming call while he is already
  236. in conversation. He can then place the first caller on hold and answer the
  237. second call. He can then return to the first call.
  238.  
  239. Conference - Allows a user to connect up to either 1 or 4 additional persons
  240. into an existing call. Up to 2 of the users may be trunks.
  241.  
  242. Call Pickup - Allows a station to answer an incoming call to another station
  243. in the same pickup group by dialing a special code.
  244.  
  245. Ring Again - Permits a calling station, on encountering a busy DN, to operate
  246. a dedicated key or dial a special code to have the system monitor the called
  247. station and alert him when it goes idle. He is then automatically connect to
  248. that station when he goes off-hook or presses the key during the alert and the
  249. system rings that station.
  250.  
  251. Data Transmission - The SL-1 is suitable for voiceband data transmissions
  252. and is compatible with a conventional modem.
  253.  
  254.  
  255.      SL-1 Models
  256.      ~~~~~~~~~~~
  257.  
  258. Model    Lines     Introduced    Generic      Features
  259. ~~~~~    ~~~~~     ~~~~~~~~~~    ~~~~~~~      ~~~~~~~~
  260. SL1-L    300-700      1975         x01      - N/A
  261.  
  262. SL1-VL   700-2500     1976         x02      - Multi customer operation
  263.          - Automatic Identification of
  264.            outward dialing
  265.          - Do not disturb
  266.  
  267. CDR      N/A          1977       x03,x04,   - Call detail recording
  268.      x08 - Recorded Announcement
  269.          - Digit display console
  270.  
  271. SL1-LE   300-700      1978         x05      - Automatic Route Selection
  272.  
  273. SL1-VLE  700-2500      N/A         N/A      - Remote peripheral equipment
  274.          - Automatic Number Identification
  275.          - "E" system
  276.          - Autovon
  277.  
  278. SL1-A    60-400       1979       x06,x07,   - Centralized attendant service
  279.      x14        - Automatic call distribution
  280.          - Digit display SL-1 Sets
  281.          - 2500 Set Features
  282.          - Direct inward system access
  283.          - Dial Intercom
  284.          - Message Center
  285.          - Hotel/Motel
  286.          - International Phase 1
  287.  
  288. SL1-XL   1000-5000    1980       x09,X17    - Advanced ACD packages
  289.          - Multiple message center
  290.          - Integrated voice and data
  291.            switching
  292.          - Hospital/Clinic
  293.          - International Phase 2
  294.  
  295. ESN      N/A          1981       x9000      - Office data administration
  296.            system
  297.          - Automatic Wake-up
  298.          - Room status
  299.          - Auxiliary data system
  300.          - Electronic switched network
  301.          - International Phase 3
  302.  
  303. SL1-M    60-400       1982       x11 rls 1  - Attendant Administration
  304.          - Attendant overflow
  305.          - Automatic set relocation
  306.          - History file
  307.          - Call park
  308.          - Flexible code restriction
  309.          - System speed call
  310.          - International Phase 4&5
  311.  
  312. SL1-S    30-160       1983       x11 rls 4  - Distinctive ringing
  313.          - Stored number redial
  314.          - Async. interface module
  315.          - Sync. data transmission
  316.          - Multi-channel data system
  317.          - SL-1 displayphone
  318.          - Hotel/Motel
  319.  
  320.  
  321. 'Generic' refers to the software version. It is expressed as a 3 or 4 digit
  322. number where the first part of the number indicates the machine it is for
  323. and the second part indicates the purpose of the software and serves as a
  324. version number and also indicates the type of machine it can be used with. The
  325. 'X' stands for a 1 or 2 digit number representing the model:
  326.  
  327. 1 = SL1-L     2 = SL1-VL     3 = SL1-LE     4 = SL1-VLE     5 = SL1-A
  328. 6 = SL1-XL    7 = SL1-M/S    8 = SL1-N      9 = SL1-XN      10= SL1-ST
  329. 11= SL1-NT    12= SL1-XT
  330.  
  331.         Maintenance Programs
  332.         ~~~~~~~~~~~~~~~~~~~~
  333.  
  334.  All troubleshooting procedures, configuration changes and circuit
  335. disabling/enabling are carried out from the keyboard of a Teletype via
  336. software programs. There is virtually no physical contact with the exchange
  337. other than required to remove a defective board and replace it with a spare.
  338. Even this does not require tools.
  339.  
  340.  Before running a program you must first gain access to the computer.
  341. The dialup will normally be a 1200 baud connection, with an even parity,
  342. databits of 7, and stopbits of 1 (E71). Once connected press <CR> several
  343. times key to wake the system up. The system SHOULD respond with 'OVL111 BKGD'
  344. or 'OVL111 IDLE' and now you know it's alright to login. If the response is
  345. 'OVL000' and then a '>' prompt you are already logged in, and you can go
  346. straight to loading an overlay.
  347.  
  348.  Type 'LOGI' to initiate the login. Make sure when entering commands
  349. that they are all input in uppercase. The system responds with 'PASS?'. Now
  350. enter the password, (we do have a password, RIGHT?), it has a default, like
  351. everything else. The password will always be a 4 digit number, other
  352. characters are not valid. If you have correctly logged in, the system will
  353. respond with a '>' prompt. The system will display this prompt whenever
  354. waiting for operator input and is not running a diagnostic program. Once
  355. a diagnostic program is running the prompt becomes a '.' (period). If you
  356. are not logged in, there is no prompt.
  357.  
  358.  What follows is an example of what you will see during login.
  359.  
  360. { Hit Carriage Return }
  361. OVL111 IDLE
  362. .
  363. .
  364. .LOGI                        { Initiate Login                    }
  365. PASS?                        { Enter password, it will not echo  }
  366. OVL015                       { Error code for incorrect password }
  367. TTY 01 SCH MTC    16:40
  368.  
  369. OVL 45 BKGD
  370. .LOGI                        { Try again }
  371. PASS?
  372. .
  373. >
  374. OVL000
  375. >LD 22           { You are now logged in and ready to load an overlay program }
  376.    { in this case we are loading overlay 22, a print routine.   }
  377. PT20000
  378.  
  379. REQ TID          { The REQ prompt appears, now enter your selection, in this }
  380.    { case we want to print the TID (Tape ID)                   }
  381. TAPE ID:
  382. LOADED XXXXXX
  383. DISK/TAPE   XXXXXX
  384.  
  385. REQ ISS          { Enter ISS to view the Issue and Release number of the     }
  386.    { software/switch                                           }
  387. VERSION 1011
  388. RELEASE 14
  389. ISSUE 39
  390.  
  391.  
  392. REQ END          { Enter END to quit this overlay }
  393. >LOGO
  394. >
  395. .                { Logout and hangup }
  396.  
  397.  
  398.  Now after gaining this information, we can determine what type of
  399. system we're dealing with. Notice that the version number is 1011. Now
  400. refer back to the listing of SL-1 Models for the information we seek. We are
  401. logged into an x11 system (last 2 digits of the version number). Unfortunately,
  402. there are two system with x11 generics, and none of which have a release
  403. number of 14, so we're either dealing with an SL1-M or an SL1-S, with either a
  404. 60-400 or 30-160 line capability respectively. Although this information isn't
  405. extremely useful, it comes in handy when determining how large the system is.
  406.  
  407.  
  408.          Overlay Programs
  409.          ~~~~~~~~~~~~~~~~
  410.  
  411.  Upon first logging in, no program is loaded, and you must load a
  412. program (overlay) into system memory. This is done by the command 'LD'
  413. followed by a space and the overlay number. To load overlay 10 you would
  414. simply do a 'LD 10'. It will take approximately 1 minute to load the overlay
  415. into memory from tape, if the system uses a tape drive. If the system uses
  416. disk storage then it will load quickly. Once the program is loaded, a 'REQ'
  417. (request) prompt will appear. The system is now waiting for input from the
  418. administrator.
  419.  
  420.  There are many different overlays which can be used, all of which
  421. are explained in the following section.
  422.  
  423. Number     Name                          Purpose
  424. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  425.   10   500/2500 Type     Allows new 500/2500 telephone data blocks to be
  426.        Telephone         generated, existing office data modified, moved
  427.                          to a new TN location on the same loop, or removed
  428.                          from the system. Standard telephone sets.
  429.  
  430.   11   SL-1 Type         Allows new SL-1 telephone data blocks to be
  431.        Telephone         generated, existing office data to be modified,
  432.                          moved to a new TN location on the same loop, or
  433.                          removed from the system.
  434.  
  435.   12   Attendant         Allows new SL-1 attendant console data blocks to be
  436.        Console           generated, existing office data to be modified,
  437.                          moved to a new TN location on the same loop, or
  438.                          removed from the system.
  439.  
  440.   13   DIGITONE          Allows new DIGITONE and SL-1 tone detectors blocks
  441.        Receiver and      to be generated, moved to a new TN location on the
  442.        SL-1 Tone         same loop, or removed from the system.
  443.        Detectors
  444.  
  445.   14   Trunks            Allows new trunk data blocks to be generated,
  446.                          existing office data modified, moved to a new TN
  447.                          location on the same loop, or removed from the
  448.                          system.
  449.  
  450.   15   Customer          Allows new customer data blocks to be generated,
  451.                          existing office data modified, or removed from the
  452.                          system.
  453.  
  454.   16   Trunk Route/      Allows new trunk/ATM route and ATM schedule hours
  455.        Automatic Trunk   data blocks to be generated, existing office data
  456.        Maintenance       modified, or removed from the system.
  457.  
  458.   17   Configuration     Allows the configuration record to be modified to
  459.        Record            reflect changes in the system parameters.
  460.  
  461.   18   Speed Call        Allows speed call/system speed call and group call
  462.        Group Call Data   data to be generated, modified, or removed from the
  463.                          system.
  464.  
  465.   19   Code Restriction  Allows code restriction data block to be generated,
  466.                          modified, or removed from the system.
  467.  
  468.   20   Print Routine 1   Allows the printing of:
  469.                          - SL-1 TN data blocks
  470.                          - 500 TN data blocks
  471.                          - attendant TN data blocks
  472.                          - trunk TN data blocks
  473.                          - DIG data blocks
  474.                          - group call data
  475.                          - templates
  476.                          - speed call lists
  477.                          - hunting patterns of stations
  478.                          - unused units
  479.                          - unused card positions
  480.                          - terminal numbers
  481.  
  482.   21   Print Routine 2   Allows the printing of:
  483.                          - customer data blocks
  484.                          - code restriction data blocks
  485.                          - route data blocks
  486.                          - a list of trunks in a route
  487.                          - ATM data
  488.                          - ATM schedules
  489.                          - TN associated with CAS keys
  490.  
  491.   22   Print Routine 3   Allows the printing of:
  492.                          - the configuration record
  493.                          - directory number to TN matrix
  494.                          - equipped packages
  495.                          - history
  496.                          - password numbers
  497.                          - ROM QPC number
  498.                          - station category indication
  499.                          - version and issue of generic
  500.  
  501.   23   ACD/Message       Allows ACD data, ACD management report schedules,
  502.        Center            and Message Center data to be generated, modified,
  503.                          or removed.
  504.  
  505.   24   DISA              Allows data for direct inward system access to be
  506.                          generated, modified or printed.
  507.  
  508.   25   Move Data         Allows movement or interchanges of data between
  509.        Blocks            loops, shelves and packs in the same customer
  510.                          group.
  511.  
  512.   26   Do Not Disturb    Allows DND groups to be formed, changed, merged,
  513.                          removed or printed.
  514.  
  515.   28   ANI Route         Allows ANI route selection data block to be
  516.        Selection         generated, modified, removed, or printed.
  517.  
  518.   29   Memory/           Used to determine the amount of unused memory, and
  519.        Management        to determine if enough memory is available to add
  520.                          new data. Also used to respond to error messages
  521.                          SCH601 and 603 on Meridian SL-1 XN systems.
  522.  
  523.   49   NFCR              Allows code restriction data blocks to be defined,
  524.                          modified, removed, or printed.
  525.  
  526.   50   Call Park         Allows call park data to be generated, modified,
  527.                          removed, or printed.
  528.  
  529.   73   Digital Trunk     Allows Digital Trunk Interface data to be generated
  530.        Interface         or modified.
  531.  
  532.   81   Features/         Allows stations to be listed or counted according
  533.        Stations Print    to their features.
  534.  
  535.   82   Hunt Chain/       Allows printing of hunting patterns and multiple
  536.        Multiple          appearance groups.
  537.        Appearance Print
  538.  
  539.   83   TN Sort Print     Allows printing of stations according to station DES.
  540.  
  541.   84   DES Entry         Allows the assignment of station DES (description)
  542.                          to 500/2500 sets.
  543.  
  544.   85   DES Entry         Allows the assignment of station DES (description)
  545.                          to SL-1 sets.
  546.  
  547.   86   ESN 1             Allows electronic switched network data defining
  548.                          BARS/NARS/CDP features to be generated, modified,
  549.                          or printed.
  550.  
  551.   87   ESN 2             Allows electronic switched network data defining
  552.                          BARS/NARS/CDP features to be generated, modified,
  553.                          or printed.
  554.  
  555.   88   Authorization     Allows data for Basic Authorization Code (BAUT) and
  556.        Code              Network Authorization Code (NAUT) to be generated,
  557.                          modified, or printed.
  558.  
  559.   90   ESN 3             Allows data for ESN network translation tables to be
  560.                          generated, modified, or printed.
  561.  
  562.   93   Mult-Tenant       Used to enable and administer multi-tenant service.
  563.        Service           For example, more than one company can use the same
  564.                          PBX.
  565.  
  566.  Those are the main overlays used to modify setups and print the
  567. system configuration information. SL-1's are mainly used in buildings, and
  568. by larger companies, ranging from department stores to complete office
  569. complexes. The dialups are commonly found on an extension of the PBX. You
  570. can generally come across the dialup while scanning extensions on a Meridian
  571. Voice Mail system. Meridian SL-1's are a very common switch used on WATS
  572. lines, generally by larger companies. I've also talked to several people who
  573. have encountered the actual dialup modem to the switch on the public
  574. phone network (exchange scanning). Once you have found one, it's easy to
  575. identify with it's trademark 'OVL' greeting.
  576.  
  577.  
  578.           Meridian Manager
  579.           ~~~~~~~~~~~~~~~~
  580.  
  581.  Obviously SL-1 administrators can't be expected to program a switch
  582. using such archaic methods, and remembering every prompt and required input.
  583. Northern Telecom has developed terminal software that makes the job easier,
  584. which replaces the traditional teletype setup with a PC running their terminal
  585. software. Each copy of the software is sold at upwards of $5000 for a site
  586. license, and you are entered into a license agreement with NT. As Northern
  587. Telecom puts it...
  588.  
  589.  "Title to and ownership of Meridian SL-1 software shall at all times
  590. remain with Northern Telecom. Meridian SL-1 software shall not be sold
  591. outright and the use thereof by the customer shall be subject to the parties
  592. entering into software agreement as specified by Northern Telecom."
  593.  
  594.  Each copy contains a serial number which matches the PBX's own serial
  595. number, thus cannot be used on any switch other than one specified in your
  596. license agreement. The software provides a user friendly method to add,
  597. remove, and modify information, without dealing with the unfriendly switch
  598. directly. Initially the software will phone the specified switch, and check
  599. the serial number of the switch. After this, it will load and run the print
  600. overlays, and ascii capture all output, building several database files
  601. locally, on your own system. After this is completed, it disconnects, and
  602. you now have the complete configuration of the switch sitting on your system.
  603. You now make the necessary modifications, and upon completion, the software
  604. again calls the switch, and updates the switches database. The software,
  605. called the Meridian Manager, comes complete with a full internal tutorial on
  606. how to use it, and is very helpful. Thanks Northern Telecom, for making it so
  607. easy!
  608.  
  609.        Additional Information
  610.        ~~~~~~~~~~~~~~~~~~~~~~
  611.  
  612.  If you require programming information, probably the handiest piece
  613. of material that I've found is the Data Administration, Generic X11 : Pocket
  614. Reference Guide. This is a pocket book that contains a listing of all
  615. Overlay Programs, possible inputs and error codes. The reference is about
  616. 100 pages, and can be ordered from Northern Telecom, the order number being
  617. P0674785,S086/01. Social Engineering may be required.
  618.  
  619. * Meridian and SL-1 are trademarks of Northern Telecom Limited.
  620.  
  621. Greetings to Talsfalon, Akalabeth, Okinawa, Mechanix, and all those I've
  622. forgotten. See you at hohocon, we'll be giving away one of the previously
  623. mentioned Pocket Reference Guide's at the raffle.
  624.  
  625. I can be reached at my email address, iceman@silicon.bison.mb.ca, or my own
  626. system at 204-669-7983.
  627.  
  628. -----BEGIN PGP PUBLIC KEY BLOCK-----
  629. Version: 2.3
  630.  
  631. mQCNAiwKJFQAAAEEALaKeir7NjTo0SawUR5jC7EIxTl+f1Yv3AvxwmHMOC0aZJwq
  632. WHqZajrdQ0UXKS6j/2bKgFwfuo76O/KeZmuo4Q05JLRl1epO6SfGMjfSP0zR2y0n
  633. 2oSsiA9VNpI/eeZAqJpa15ItpWEXZOwNIHKvTjEqOjADwtVCvkRf68TwYncbAAUR
  634. tCNJY2VtYW4gPGljZW1hbkBzaWxpY29uLmJpc29uLm1iLmNhPg==
  635. =BlEm
  636. -----END PGP PUBLIC KEY BLOCK-----
  637.  
  638.            Iceman
  639.   * The Digital Resistance *
  640.