home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / zines / phrack2 / phrack40.007 < prev    next >
Encoding:
Text File  |  2003-06-11  |  66.2 KB  |  1,380 lines

  1.  
  2.  
  3.                                 ==Phrack Inc.==
  4.  
  5.                      Volume Four, Issue Forty, File 7 of 14
  6.  
  7.                         =/=/=/=/=/=/=/=^=\=\=\=\=\=\=\=
  8.                         =                             =
  9.                         =  The Fine Art of Telephony  =
  10.                         =                             =
  11.                         =       by Crimson Flash      =
  12.                         =                             =
  13.                         =\=\=\=\=\=\=\=!=/=/=/=/=/=/=/=
  14.  
  15.  
  16. Bell!  Bell!  Bell!  Your reign of tyranny is threatened, your secrets will
  17. be exposed.  The hackers have come to stake their claim and punch holes in your
  18. monopolistic control.  The 1990s began with an attack on us, but will end with
  19. our victory of exposing the secret government and corruption that lies behind
  20. your walls and screens.  Oppose us with all your might, with all your lies,
  21. with all your accountants and bogus security "professionals."  You can stop the
  22. one, but you'll never stop the many.
  23.  
  24. A. Introduction
  25. B. Basic Switching
  26. C. RCMAC
  27.   1. Office Equipment
  28.   2. How Does All This Fit Into RCMAC
  29.   3. Function of RCMAC
  30.     a. Coordination of Recent Change Source Documentation
  31.     b. Processing of Recent Change Requests
  32.     c. Administrative Responsibilities and Interface Groups
  33. D. The FACS Environment
  34. E. Getting Ready For Recent Change Message
  35.   1. When MARCH Receives A Translation Packet (TP)
  36.   2. When MARCH Receives A Service Order Image
  37. F. MARCH Background Processing
  38. G. User Transaction in MARCH
  39. H. Service Order Forms
  40. I. COSMOS Service Order From The SOI Command
  41. J. MSR - MARCH Status Report (MARCH)
  42. K. Other Notes
  43. L. Recommended Reading
  44.  
  45. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  46.  
  47.  A. Introduction
  48.  ~~~~~~~~~~~~~~~
  49.      Bell.  Bell Bell Bell!  What is it about Bell?  I am not sure what my
  50. fascination is with them, but it never ceases nor does it ever diminish.  Maybe
  51. its because they are so private.  Maybe its because they find it possible to
  52. rip millions of people off daily and they do it with such great ease.  Or
  53. perhaps its just that they do not want anyone to know what they are doing.
  54.  
  55.      Around my area down here in Texas (512), the Central Office buildings have
  56. large brick walls, cameras at each door, bright lights, and every piece of
  57. paper says in big block letters: "PROPRIETARY INFORMATION -- NOT FOR USE OR
  58. DISCLOSURE OUTSIDE OF SOUTHWESTERN BELL."  This message can be found on
  59. everything, but their phone books!  Why?
  60.  
  61.      This files are about RCMAC and FACS/MARCH.  The information presented here
  62. is largely from memory.  If you think the information is wrong, then get the
  63. information yourself!  One thing to keep in mind is that nothing is in stone!
  64. Different BOCs (Bell Operating Companies) use different systems and have
  65. different ways of doing the same thing.  Like in some areas RCMAC is the CIC,
  66. the MLAC may not exist, so on and so forth.  So nothing is ever fully true with
  67. Bell, but then why should things like their systems differ from their policies
  68. and promises.  There is a Bellcore standard and then there is the real way it
  69. is done by your local BOC.
  70.  
  71.  
  72.  B. Basic Switching
  73.  ~~~~~~~~~~~~~~~~~~
  74.      A switching system (a switch) allows connect between two (or more) phone
  75. lines, or two trunks.  A basic T1 trunk is 24 lines on a 22 gauge, 4-wire
  76. twisted pair.  Not only does it allow connect, it also controls connection,
  77. where you call, and when someone calls you.  In short it controls everything
  78. about your phone!  From a large AT&T 5ESS switching 150,000+ line to a small 24
  79. line PABX (Private Automatic Branch Exchange, a switch), they control your
  80. phone service.
  81.  
  82.      What's the big deal about telephone switches?  Telephony is the largest
  83. form of communications for just about everyone in the world!  Just try life
  84. without a phone line to your house.  I have four phone lines and sometimes that
  85. is still not enough.
  86.  
  87.      Today's switches are digital.  This means that when you talk on the phone,
  88. your voice is converted to 1s and 0s (on or off, true or false).  This works in
  89. several steps:
  90.  
  91.    [0] You call someone.
  92.    [1] Sampling -- The analog signal (your voice) is sampled at certain parts.
  93.        The output is called Pulse Amplitude Modulation (PAM) signal.
  94.    [2] Quantize -- The PAM signal is now measured for wave length high (or
  95.        amplitude) where numbers are given to the signal.
  96.    [3] Encoding -- In this step, the Quantized signal (with the numbers for the
  97.        height of the wavelength (amplitude)) is converted to an 8-bit binary
  98.        number.  The output of the 8-bit "word" may be either a "1" (a pulse) or
  99.        a "0" (no pulse).
  100.    [4] Encoding -- Produces a signal called a Pulse-Code Modulation (PCM)
  101.        signal.  PCM just means that the signal is modulating pulses (digital).
  102.        From this point, the signal is switched to where it needs to go.
  103.    [5] The PCM signal is where it needs to go.  The signal is now converted
  104.        back to analog.
  105.    [6] Decoding -- The 8-bit PCM signal is sent to the decoder to get the
  106.        number that measured the amplitude of the wave.
  107.    [7] Filtering -- This takes the PAM signal (the decoding produced) and it
  108.        reproduces the analog signal just as it was.
  109.  
  110.                                            ___
  111.     [1]           [2]       [3]     [4]   | S |  [5]       [6]      [7]
  112.      ________   _________  ______         | w |         ________   ______
  113.     |        | |        | |      |   __   | i |   __   |        | |      |
  114. \/\/|Sampling|-|Quantize|-|Encode|__|  |__| t |__|  |__|Decoding|-|Filter|/\/
  115.     |________| |________| |______|        | c |        |________| |______|
  116.  |            |                       |   |_h_|    |
  117.  |           PAM                     PCM          PCM                       |
  118. Analog Signal (You Talking)             /      \             Analog Signal__|
  119.                                    /               \
  120.                               /                        \
  121.                          /                                 \
  122.                     /                                          \
  123.       Blow Up /   of the Switch                                     \
  124.         /                                                               \
  125.   /                                                                        \
  126.                         ___________________________
  127.            _____       |                           |       _____
  128.    1    T |     | T  1 |                           | 1  T |     |    1
  129.    -------|  T  |------|                           |------|  T  |-----
  130.           |_____|      |                           |      |_____|
  131.            _____       |                           |       _____
  132.    2    T |     | T  2 |            S              | 2  T |     |    2
  133.    -------|  T  |------|           mxn             |------|  T  |-----
  134.           |_____|   o  |                           |  o   |_____|
  135.            _____    o  |                           |  o    _____
  136.    m    T |     | T  m |                           | n  T |     |    n
  137.    -------|  T  |------|                           |------|  T  |-----
  138.           |_____|      |                           |      |_____|
  139.                        |___________________________|
  140.  
  141.      The basic design of most of the switches today is a Time-Space-Time (TST)
  142. topology.  In the Time-Space-Time in the arrangement shown, time slot
  143. interchangers will interchange information between external channels and
  144. internal (space array) channels.
  145.  
  146.      This is just a quick run through to gives you a general idea about
  147. switches without going into math and more technical ideas.  For a better
  148. understanding, get "Fundamentals of Digital Switching" by John C. McDonald.
  149. This book is well written and describes ideas that I cannot get into.
  150.  
  151.  
  152.  C. RCMAC
  153.  ~~~~~~~~
  154.      The Recent Change Memory Administration Center's (RCMAC) purpose is to
  155. make changes to the software in various Electronic Switching Systems (ESS).  An
  156. ESS uses a Stored Program Control (SPC) to provide telephone service.  Since
  157. people with phones and their services change often, the ESS uses a memory
  158. called Recent Change.  This Recent Change area of memory is used on a standby
  159. basis until the information can be updated into the semipermanent memory area
  160. of the ESS.  It is in the templar area that changes (or Recent Change Messages)
  161. are typed and held for updating into the semipermanent memory area (Recent
  162. Change Memory).
  163.  
  164.      The following Switching Systems (switches for short) that have Recent
  165. Change:
  166.          -  1/1AESS
  167.          -  2/2BESS
  168.          -  3ESS
  169.          -  5ESS
  170.          -  Remote Switching System (RSS)
  171.          -  #5ETS
  172.          -  DMS100/200/250/300
  173.  
  174.      Here is a typical hookup.  As you follow the diagram below, you will see:
  175.  
  176. [1] Telephone subscriber connected to the Central Office by cables.
  177. [2] At the Central Office, each subscriber is connected to the Main
  178.     Distributing Frame.
  179. [3] The Cable and Pair is now connected to the Office Equipment (OE) at
  180.     another location on the MDF.
  181.                                            _______________
  182.     (Home Phone Lines)   M.D.F.           |               |
  183.       |--(Home Phone)    ___________      |               |
  184.       |--(Home Phone)   /__/|  /__ /|     |     D.S.S.    |
  185.       |--(Home Phone)   |\ ||__|/ | |-----|               |
  186.       |                 | _|_/_|__| |-----|   Equipment   |
  187.       |                 | /|/ \|  | |-----|               |
  188.       |                 | /||__| \| |-----|               |
  189.       |_________________|/_|/  |__|/      |_______________|
  190.  
  191.       /                      |
  192.     Cables             Cross-Connects
  193.  
  194.            [1]           [2]      [3]
  195.  
  196.  
  197.    1. Office Equipment
  198.    ~~~~~~~~~~~~~~~~~~~
  199.      The Office Equipment (OE) is identified by a unique numbering plan.  The
  200. equipment numbers identify the equipment location within the system.  The
  201. Equipment Numbers also vary from one type of equipment to another.
  202.  
  203.      You also may find the OE (Office Equipment) referred to as the LEN (Line
  204. Equipment Number).  It is called a REN (Remote Equipment Number) in a case of
  205. RSS (Remote Switching System).
  206.  
  207.      Each telephone number is assigned to a specific equipment location where
  208. they bid for dial tone.
  209.  
  210. Here is an example of different types of Office Equipment:
  211.  
  212.  1/1AESS                                   #2ESS
  213.  ~~~~~~~                                   ~~~~~
  214.  OE 0 0 4  - 1 0 1 - 3 1 2                 OE 0 1 1 - 2 1 4 0
  215.     | |/     | | |   | |/                     | |/    | | |/
  216.     | |      | | |   | |                      | |     | | |
  217.     | |      | | |   | Level                  | |     | | Switch and Level
  218.     | |      | | |   Switch                   | |     | Concentrator
  219.     | |      | | Concentrator                 | |     Concentrator Group
  220.     | |      | Bay                            | Link Trunk Network
  221.     | |  Line Switch Frame                    Control Group
  222.     | Line Link
  223.     Control Group
  224.  
  225.  
  226.  #3ESS                                      Others
  227.  ~~~~~                                      ~~~~~~
  228.  OE 0 0 1 - 2 1 4 0                          1XB        =   XXXX-XXX-XX
  229.     | |/    | | | |                          1XB        =   XXXX-XXXX-XX
  230.     | |     | | | Level                      5XB        =   XXX-XX-XX
  231.     | |     | | Switch                       SXS        =   XXXX-XXX
  232.     | |     | Switch Group                   DMS-10     =   XXX-X-XX-X
  233.     | |     Concentrator                     5ESS       =   XXXX-XXX-XX
  234.     | Concentrator Group                     5ESS       =   XXXX-XX-XX
  235.     Control Group                            RSS        =   XXXX-X-XXXX
  236.                                              DMS-1/200  =   XXX-X-XX-XX
  237.  
  238.    2. How Does All This Fit Into RCMAC?
  239.    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240. RCMAC (Recent Change Memory Administration Center) is responsible for updating
  241. any Service Order activity.  This action will change a customer line or service
  242. in the Recent Change memory of the SPC switches.
  243.  
  244.    3. Function of RCMAC
  245.    ~~~~~~~~~~~~~~~~~~~~
  246. The three basic functions performed in RCMAC are:
  247.  
  248.   a. Coordination of Recent Change Source Documentation
  249.   b. Processing of Recent Change Requests
  250.   c. Administrative Responsibilities and Interface Groups
  251.  
  252.  
  253. In more detail:
  254.  
  255. - Coordination of Recent Change Source Documentation
  256.  
  257.      The first function is the coordination of Source Documents.  The main
  258. source of RC (Recent Change) is the Service Orders.  Service Orders are changes
  259. in a subscriber's service.  RCMAC, in addition to the input of the service
  260. order in the switches, is responsible for other activities such as:
  261.  
  262.      - Simulated Facilities (SFG)
  263.      - Route Indexes
  264.      - Traffic Registers  (TR)
  265.      - Subscriber Line Usages (SLU)
  266.      - Service Observing Assignment (SOB)
  267.      - MARCH (MIZAR) RPM Updates
  268.  
  269.      Terminal Communications to the switches and/or MARCH (MIZAR) typically use
  270. the AT&T Datakit.  RCMAC also is responsible for "HOT" requests from the I.C.
  271. (Installation Center) and other transmissions from the I.C.
  272.  
  273. - Processing of Recent Change Requests
  274.  
  275.      The second function of RCMAC is processing of RC messages.  This involves
  276. inputting and editing RC messages in the switches.  When RCMAC inputs messages,
  277. they are making a change to their customer's service.  The customers service is
  278. dependent on the prompt, accurate processing of RC source documents (Service
  279. Orders).
  280.  
  281.      The due date (sometimes referred to as the Frame Due Date) remarks and
  282. time interval assigned to the order will govern the release of RC input to ESS.
  283. Due date is important because this is the date that the Service Order has to be
  284. completed (going through the FACS system, frame work done, and RC message
  285. inputted into the switch).
  286.  
  287. Recent Change Requests
  288.  
  289.     The RCMAC receives documentation for changes to the temporary memory areas
  290. of the various types of ESS equipment.  These changes may come in many forms
  291. and from many different sources.
  292.                                 _________            _____
  293.                                |         |          |     |
  294. Service Orders---------------->|    R    |--------->| ESS |       _____
  295. Line Station Transfer--------->|    C    |          |_____|      |     |
  296. Service Observing------------->|    M    |---------------------->| ESS |
  297. Special Studies--------------->|    A    |           ______      |_____|
  298. Trouble Reports--------------->|    C    |          |     |
  299. Verifications----------------->|         |--------->| ESS |
  300.                                |_________|          |_____|
  301.  
  302.      Some Recent Changes requests are Service Orders, Line Equipment Transfers
  303. (LET), Service Observing Requests (SOB), Special Studies (SLU), Trouble Reports
  304. and Verification (follow local procedure).  In short, it is taking this
  305. information and making the correct changes into the SPC switches.
  306.  
  307. - Administrative Responsibilities and Interface Groups
  308.  
  309.      - Control of errors.
  310.      - Monitor activity.
  311.      - Prepare administrative reports.
  312.      - Coordination of RCMAC operations and interface with other departments.
  313.      - Restore RC area of the switches in the event that RC memory is damaged
  314.        due to machine failure.
  315.  
  316. Operational Interface
  317.  
  318.      RCMAC must coordinate activities with many work groups to achieve accurate
  319. and quick RC for the ESSes.
  320.  
  321.                        BSC/RSC & MKTG
  322.                              |
  323.                              |
  324.                    SCC       |       RSB
  325.                        \     |     /
  326.                          \   |   /
  327.                            \ | /
  328.             NAC ---------- RCMAC ---------- IC
  329.                            /   \
  330.                          /       \
  331.                        /           \
  332.                  Frame               MLAC
  333.  
  334.      To help understand this better, here is a short description of each group
  335. that interfaces with RCMAC:
  336.  
  337. SCC (Switching Control Center)
  338.  
  339.      - Technical assistance to RCMAC
  340.      - Provide emergency coverage (off hours) for RCMAC.  This includes
  341.        service affecting problems.  They also coordinate any updates in
  342.        the ESS programs with RCMAC.
  343.  
  344. NAC (Network Administration Center) provides RCMAC with:
  345.  
  346.      - Line Class Codes (LCC) like 1FR (1-party Flat Rate).
  347.      - List of numbers that must be changed (in ESS memory) from one intercept
  348.        route index to another, prior to reassignment.
  349.      - Translation Assignments; Example:  Simulated Facilities Group (SFG).
  350.      - Area Transfer/Dial for Dial Assignment.
  351.      - Service Observing assignment.
  352.      - Subscriber Line Usages (SLU) study assignment.
  353.      - Customer Line Overflow study assignment.
  354.      - RPM updates for DMS 100 change in COSMOS tables USOC/NXX/Ltg.
  355.  
  356. Frame (Frame Jeopardy Reports) Central Office (FCC) will interface with RCMAC
  357. for Line Equipment transfers.
  358.  
  359.      - Problems encountered by the frame group when completing Service Orders
  360.        may be coordinated with the MLAC (Loop Assignment Center), or when
  361.        appropriate will be called directly to RCMAC (i.e. No Dial Tone on a new
  362.        connect).
  363.  
  364. Business/Residence Service Center (BSC/RSC) and Marketing (MKTG)
  365.  
  366.      - The BSC/RSC and MKTG determine what kind of service the customer wants,
  367.        generates Service Orders, and coordinates with RCMAC regarding special
  368.        services to customers.
  369.  
  370. Repair Service Bureau (RSB) or Single Point of Contact (SPOC)
  371.  
  372.      - Customer trouble reports may involve RC inputs; the RCMAC would work
  373.        closely with RSB or SPOC to clear such troubles.
  374.      - RCMAC is responsible for analyzing, investigating and resolving customer
  375.        trouble caused by RC input.
  376.  
  377. Installation Center (IC) and/or Maintenance Center (MC)
  378.  
  379.      - The IC/MC group is responsible for the administration function
  380.        associated with the completion and control of Service Order load.  This
  381.        invokes all orders whether they require field work or no field work.
  382.      - This Group is responsible for ensuring all service orders are taken care
  383.        of on the proper due date.
  384.  
  385. Mechanized Loop Assignment Center (MLAC) or LAC
  386.  
  387.      - Assigns Service Orders for RCMAC.
  388.      - Assigns customers loops (this group is not in all BOCs).
  389.  
  390.  
  391.  D. The FACS Environment
  392.  ~~~~~~~~~~~~~~~~~~~~~~~
  393.      To better understand RCMAC, Source Document flow, and a typical BOC as a
  394. whole, the FACS (Facility Administration Control System) is an important part
  395. of this.
  396.  
  397. Systems in a FACS environment
  398.  
  399. PREMIS - PREMises Information System
  400.          This system is divided into three parts:  the main PREMIS database,
  401.          PREMLAC (Loop Assignment) and PREMLAS (Loop Assignment Special
  402.          circuit).  This contains customer and address inventory and assigns
  403.          numbers.
  404.  
  405. SOAC   - Service Order Analysis and Control
  406.          This system receives Service Orders from SORD and interprets and
  407.          determines facility requirements.  The system requests and receives
  408.          assignments from LFACS and COSMOS and forwards orders to MARCH,
  409.          forwards assignments to SORD, and also maintains Service Order history
  410.          and manages changes.
  411.  
  412. LFACS  - Loop FACS contains all loop facilities inventory and responds to
  413.          requests for assignment.
  414.  
  415. COSMOS - COmputer System for Mainframe OperationS contains all the OE inventory
  416.          and responds for OE request.
  417.  
  418. SORD   - Service ORder and Distribution distributes Service Orders throughout
  419.          the system.
  420.  
  421. MARCH -  MARCH is the Mizar upgrade which will come into play when the
  422.          Stromberg-Carlson (SxS and XBAR) is upgraded to Generic 17.1 (the
  423.          software interface is called NAC).  Though there is a problem with the
  424.          interface between MARCH and COSMOS (because the Generic Interface is
  425.          not supported by COSMOS), templates are used for MAN, AGE, LETS, etc.
  426.          Anyway, MARCH plays a big part in this system.  MARCH, aside from what
  427.          was talked about above, has a basic function of keeping RCMAC up to
  428.          date on the switches (MSR user transaction).  It is an RC message
  429.          manager which will allow one to modify messages (ORE), show usages
  430.          (MAR) and logs all transmissions.
  431.  
  432.                            BASIC ORDER FLOW
  433.                            ~~~~~~~~~~~~~~~~
  434.                         PHASE I - COSMOS/MIZAR
  435.  __________
  436. |          |
  437. | Customer |
  438. | Request  |
  439. |__________|
  440.       |
  441.       V
  442.   _________
  443.  |         |
  444.  |  SORD   |
  445.  |_________|
  446.       |
  447.       V                      _________
  448.   __________                |         |
  449.  |          |               |  Work   |
  450.  |  SOAC    |  ---------->  | Manager |
  451.  |__________|               |  (WM)   |
  452.                             |_________|
  453.                                  |
  454.                                  |
  455.                                  V
  456.                             * * * * * *              _________
  457.                             *         *             |         |
  458.                             * COSMOS  *  ------->   |  MIZAR  |
  459.                             *         *             |_________|
  460.                             * * * * * *                  |
  461.                                                          |
  462.                                                          V
  463.                                                      _________
  464.                                                     |         |
  465.                                                     |  SPCS/  |
  466.                                                     | DIGITAL |
  467.                                                     | SWITCH  |
  468.                                                     |_________|
  469.  
  470. ===============================================================================
  471.  
  472.                          PHASE II - SOAC/MARCH
  473.  
  474.  __________
  475. |          |
  476. | CUSTOMER |
  477. | REQUEST  |
  478. |__________|
  479.      |
  480.      |
  481.      V
  482.  __________
  483. |          |
  484. |   SORD   |
  485. |__________|
  486.      |
  487.      |
  488.      V                  ___________                            _________
  489.  __________            |           |          _________       |         |
  490. |          |           |   WORK    |         |         |      |  SPCS/  |
  491. |   SOAC   |  ------>  |  MANAGER  | ------> |  MARCH  | ---> | DIGITAL |
  492. |__________|           |    (WM)   |         |_________|      |  SWITCH |
  493.                        |___________|                          |_________|
  494.  
  495. ===============================================================================
  496.  
  497. .. Then There Was MLAC
  498.  
  499.      With conversion to FACS, a shift in the service order provisioning process
  500. was made from manual input by the LAC and NAC to mechanized data flow from SOAC
  501. to COSMOS (via Work Manager).  Tables used for Recent Change (CFINIT, USL, and
  502. CXM) and spare OE assignments reside in COSMOS, along with the Recent Change
  503. Message Generator (RCMG).  The LAC and NAC are now involved only on an
  504. exception basis (This will be explained in more detail later on).
  505.  ________
  506. |        |
  507. |  SORD  |
  508. |________|
  509.      |
  510.      |
  511.      V                  ____________
  512.  _________             |            |
  513. |         | ---------> |    FACS    |---
  514. |  SOAC   |            | COMPONENTS |   |
  515. |_________| <--------- | FOR ASGNS. |---
  516.      |                 |____________|
  517.      |
  518.      V          * * * * * * * * * * * * * * * * * *
  519.  _________      *  ___________                    *
  520. |         |     * |           |       ________    *        _______
  521. |   WM    |---> * | o SP OE   |      |        |   * RC    |       |
  522. |_________|     * | o CFINIT  |----> |  RCMG  |   * ----->| MARCH |
  523.                 * | o USL     |      |________|   * MSG   |_______|
  524.                 * | o CMX     |                   *           |
  525.                 * |___________|                   *           |
  526.                 *                                 *           V
  527.                 *          C O S M O S            *        _________
  528.                 * * * * * * * * * * * * * * * * * *       |         |
  529.                                                           |  SPCS/  |
  530.                                                           | DIGITAL |
  531.                                                           | SWITCH  |
  532.                                                           |_________|
  533.  
  534. . . . NOW THERE IS SOAC/MARCH
  535.  
  536.      With the SOAC/MARCH application (FACS/MARCH configuration), the primary
  537. source of service order data continues to be SOAC.  COSMOS is taken out of the
  538. Recent Change business with this application (except, like the LAC and NAC, on
  539. an exception basis) and becomes just another FACS Component.  The tables that
  540. resided in COSMOS or Recent Change are now duplicated in MARCH.
  541.  
  542.      Instead of retrieving, storing, and passing on already-formatted Recent
  543. Change messages, MARCH now generates the Recent Change from the data passed
  544. from SOAC, as did COSMOS previously.
  545.  ________
  546. |        |
  547. |  SORD  |
  548. |________|
  549.      |
  550.      |
  551.      V                  ____________
  552.  _________             |            |
  553. |         | ---------> |    FACS    |---
  554. |  SOAC   |            | COMPONENTS |   |
  555. |_________| <--------- | FOR ASGNS. |---
  556.      |                 |____________|
  557.      |
  558.      V          * * * * * * * * * * * * * * * * * *
  559.  _________      *  ___________                    *
  560. |         |     * |           |       ________    *         _________
  561. |   WM    |---> * | o RPM     |      |        |   * RC     |         |
  562. |_________|     * | o CFINIT  |----> |  RCMG  |   * -----> |  SPCS/  |
  563.                 * | o USL     |      |________|   * MSG    | DIGITAL |
  564.                 * |___________|                   *        | SWITCH  |
  565.                 *                                 *        |_________|
  566.                 *            M A R C H            *
  567.                 * * * * * * * * * * * * * * * * * *
  568.  
  569.  
  570.  E. Getting Ready For Recent Change Message
  571.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  572. STARTING WITH SORD
  573.  
  574.      Service Orders (SORD) contain FIDs and USOCs (Universal Service Order
  575. Codes [these codes tell the type of service the customer may have or get])
  576. followed by data specific to a customer's service request (SORD accesses PREMIS
  577. for telephone number and address data; other entries are made by the Service
  578. Representative).  The order is then passed to SOAC.
  579.  
  580. THEN TO SOAC
  581.  
  582.      SOAC uses internal tables to read the FIDs and USOCs passed by SORD to
  583. determine what information is required from the various components of FACS.
  584. SOAC then accesses the appropriate FACS components (LFACS for Cable Pair
  585. assignment; COSMOS for OE assignment) and gathers the required data.
  586.  
  587.      Once all the data has been collected, SOAC passes the information to the
  588. Work Manager.  Data is either passed as is or translated by SOAC (again using
  589. internal tables) into language acceptable to the receiving systems (i.e.,
  590. COSMOS and MARCH).
  591.  
  592.      SOAC passes information intended for MARCH in one of two ways:
  593.  
  594.      TP-Flow-Through Translation Packets
  595.  
  596.           Translation Packets (TPs) contain fully translatable data from which
  597.           MARCH can generate a Recent Change message. Determination is made by
  598.           SOAC based on the interface capabilities and its ability to read,
  599.           translate as required, and pass data.
  600.  
  601.      Service Order Image
  602.  
  603.           Service Order Images are sent to MARCH if SOAC is not able to pass
  604.           all required data.  Images require additional information, either
  605.           input manually or retrieved from COSMOS before Recent Change messages
  606.           are generated.
  607.  
  608. WORK MANAGER - THE TRAFFIC COP
  609.  
  610.      The primary function of Work Manager is to read the service order and
  611. determine where the data must be sent.  Decisions include:
  612.  
  613.           COSMOS System                 MARCH System
  614.           COSMOS Wire Center            MARCH Switch
  615.           COSMOS Control Group          Serving RCMA
  616.  
  617.      Work Manager passes the service order data to MARCH on a real time basis
  618. (orders that were previously held in COSMOS until requested by Frame Due Date
  619. [FDD] are now held in MARCH), either as a TP or an Image.
  620.  
  621.  
  622.   1. When MARCH Receives A Translation Packet (TP)
  623.   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  624. (1)  A Translation Packet, passed from SOAC via Work Manager is received in
  625.      MARCH by the CIP, Communication Interface Program.
  626.  
  627. (2)  When data is received by the CIP, it calls up the CTI or Job Control
  628.      Module.  The Job Control Module or CTI writes the data that is received to
  629.      a temporary file and informs TP Trans (Translation Translator) that an
  630.      order has been received.  It also controls the number of simultaneous jobs
  631.      submitted to TPTrans.
  632.  
  633. (3)  TPTrans analyzes the order in the temporary file, does appropriate FID
  634.      conversion (such as stripping out dashes), reformats the order, and passes
  635.      it to the Recent Change Message Generator (RCMG).
  636.  
  637. (4)  RCMG performs all Recent Change message generation and, upon completion,
  638.      writes the order into a MARCH pending file (Pending Header or Review
  639.      file).
  640.  
  641.      In addition to the data passed from SOAC, RCMG uses the following data in
  642.      MARCH to translate into switch-acceptable messages:
  643.  
  644.           NXX                 Switch Specific Parameters (RPM)
  645.           USOC (RPM)          CCF Keywords (CFINIT)
  646.           USOC/NXX (RPM)      Review Triggers (RVT)
  647.                               Release Times (SRM)
  648.  
  649.                       ________
  650.                      |        |
  651.                      |  SOAC  |
  652.                      |________|
  653.                           |
  654.                           |
  655.                           V
  656.                        ______
  657.                       |      |
  658.                       |  WM  |
  659.                       |______|
  660.                           |
  661.                           |
  662. *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
  663. *                              M  A  R  C  H                         *
  664. *   _______          _______          _________          ______      *
  665. *  |       |        |       |        |         |        |      |     *
  666. *  |  CIP  | -----> |  CTI  | -----> | TP TRANS| -----> | RCMG |     *
  667. *  |_______|        |_______|        |_________|        |______|     *
  668. *                       |                /\                          *
  669. *                       |                /                           *
  670. *                 ______|______         /                            *
  671. *                |             |       /                             *
  672. *                |    /TMP     |------/                              *
  673. *                |_____________|                                     *
  674. *                                                                    *
  675. *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
  676.  
  677.   2. When MARCH Receives A Service Order Image
  678.      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  679. (1)  A Service Order Image, passed from SOAC via Work Manager is received in
  680.      MARCH by the CIP, Communication Interface Program.
  681.  
  682. (2)  When the image is received by the CIP, it calls up the CTI or Job Control
  683.      Module.  The Job Control Module or CTI writes the data that is received to
  684.      a temporary file and informs TP TRANS (Translation Translator) that an
  685.      order has been received.  It also controls the number of simultaneous jobs
  686.      submitted to TPTrans.
  687.  
  688. (3)  TP TRANS analyzes the order in the temporary file, sees that it is a
  689.      service order image, and creates a SOI (Service Order Image) file using
  690.      the order number and file name.  The entire image is written to the SOI
  691.      file.  TP TRANS signals the Service Order Image Processor (SOIP) program
  692.      for the remaining processing.
  693.  
  694. (4)  If SOIP can determine the switch for which the image is intended, it
  695.      passes a request to the Call COSMOS file and stores the image data in the
  696.      IH file (Image Header).  If SOIP cannot determine the switch, the image is
  697.      placed in the PAC (Unknown Switch Advisory) for manual processing.
  698.  
  699. (5)  For images where the switch has been determined, MARCH calls COSMOS at its
  700.      next scheduled call time and runs RCP by Order Number (if the last call
  701.      time is past, it will defer the request to the first call time for the
  702.      next day).
  703.  
  704. (6)  If the order is received from COSMOS, it is placed in the PH or RV file
  705.      appropriately and the Image Header is purged.  A flag is set indicating
  706.      that a Service Order Image text exists in the system.  If the order is not
  707.      received from COSMOS, the image is placed in the PAC for manual
  708.      processing.
  709.  
  710. *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
  711. *                              M  A  R  C  H                         *
  712. *   _______          _______          _________          ______      *
  713. *  |       |        |       |        |         |        |      |     *
  714. *  |  CIP  | -----> |  CTI  | -----> | TP TRANS| -----> | RCMG |     *
  715. *  |_______|        |_______|        |_________|        |______|     *
  716. *                       |                /\   |                      *
  717. *                       |                /    |                      *
  718. *                 ______|______         /    _V___________           *
  719. *                |             |       /    |             |          *
  720. *                |    /TMP     |------/-----|    /SOI     |          *
  721. *                |_____________|            |_____________|          *
  722. *                                                                    *
  723. *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
  724.  
  725.      It is not necessary for you to know all the programs MARCH uses to process
  726. Service Orders in a SOAC/MARCH environment.  That gets trivial and all stuck in
  727. various commands that do not mean anything unless, of course, one is on the
  728. system at hand.
  729.                         _________                             _________
  730.  ___________   TP      |         |  TP       _______   TP    |         |
  731. |           |------->  |   Work  | -------> |       | -----> |  SPCS/  |
  732. |    SOAC   | Image    | Manager |  Image   | MARCH | Image  | Digital |
  733. |___________|=======>  |   (WM)  | =======> |_______| =====> | Switch  |
  734.                        |_________|                           |_________|
  735.                          | |  ^ ^
  736.                          | |  | |
  737.                          | |  | |
  738.                          V V  | |
  739.                       * * * * * * * *
  740.                       *             *
  741.                       *   COSMOS    *
  742.                       *             *
  743.                       * * * * * * * *
  744.                          | |  | |
  745.                          | |__| |
  746.                          |______|
  747.  
  748.      Though it is trivial to understand just how all these system work, here is
  749. a rough overview of MARCH.  To Cover MARCH, this will first cover the
  750. background processing.
  751.  
  752.  F. MARCH Background Processing
  753.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  754. RECENT CHANGE PARAMETER (RPM)
  755.  
  756.   In conjunction with ORI Patterns and Recent Change Templates, the RPM
  757.   determines how information from SOAC is changed and/or manipulated to create
  758.   acceptable switch Recent Change messages.
  759.  
  760.   RCMA Supervisor has overall responsibility for the RPM.  Although specific
  761.   categories may be maintained by Staff Manager, it is overviewed by RCMAC as a
  762.   whole.
  763.  
  764.   This includes Line Class Code (LCC) conversion data previously under the sole
  765.   responsibility of the NAC in COSMOS.  It requires a change of procedures for
  766.   the RCMA to ensure proper LCC information is passed on the RPM and updated
  767.   appropriately.
  768.  
  769.   Initial USOC is LCC conversion data and will be copied into MARCH from the
  770.   COSMOS USOC Table.
  771.  
  772. SWITCH RELEASE MANAGER  (SDR)
  773.  
  774.   With SOAC/MARCH, it no longer determines the types of orders to be pulled
  775.   from COSMOS, and thus establishes the date and time orders are to be released
  776.   to the switch, coming both from SOAC and from COSMOS.
  777.  
  778.   It is based on Package Type (PKT) and Package Category (PKC)
  779.  
  780. SWINIT TRANSACTION
  781.  
  782.   Contains switch-specific data for MARCH to communicate with SOAC (via Work
  783.   Manager), COSMOS, and the switch.
  784.  
  785.   Establishes the call times for COSMOS.
  786.  
  787.    - RCP by Order Number for Service Order Images.
  788.    - Suspends, Restores, and Nonpayment Disconnects.
  789.    - Automated AGE Requests (as applicable).
  790.    - Automated MAN Report.
  791.  
  792. SDR - SWITCH DATA REPORT
  793.  
  794.   SDR is a report transaction intended for use by the RCMA Associate.
  795.  
  796.   The Switch Data Report provides a printout of the SWINIT information that was
  797.   populated from the Perpetrations Questionnaire submitted by the RCMA
  798.   Supervisor (see Order Description part of this file).
  799.  
  800. MOI of an Order in History
  801.  
  802.   Orders in the History Header (HH) file will reflect the history source.  The
  803.   history source indicated how the order was written to the history file.
  804.  
  805.  G. User Transaction in MARCH
  806.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  807.                        Most Commonly Used MARCH Commands
  808.  
  809. .-------------------------------------------------------------------------.
  810. | Transaction |   Name       |  Function     | Search keys     | Prompts  |
  811. | ------------|--------------|---------------|-----------------|----------|
  812. | MSR <CR>    | MARCH Status |office status  |    . <CR>       |   ----   |
  813. |             |   Report     |               |   sw address    |          |
  814. | ------------|--------------|---------------|-----------------|----------|
  815. | MOI <CR>    | MARCH Order  | status of     |     fn rv       |   ----   |
  816. |             |  Inquiry     | order, tn,    |     fn rj       |          |
  817. |             |              | file          | fn hh/adt xx-xx |          |
  818. |             |              |               |  so n12345678   |          |
  819. |             |              |               |  tn xxxxxxx     |          |
  820. | ------------|--------------|---------------|-----------------|----------|
  821. | ONC <CR>    |   On Line    | Access COSMOS |      ------     | login    |
  822. |             |   COSMOS     |               |                 | password |
  823. | ------------|--------------|---------------|-----------------|----------|
  824. | ONS <CR>    |   On Line    | Access Switch |      ------     | Switch   |
  825. |             |    Switch    |               |                 | logon    |
  826. | ------------|--------------|---------------|-----------------|----------|
  827. | ORE <CR>    | Order Edit   | Edit Header or|      fn rv      |   ----   |
  828. |             |              |  message text |      fn rj      |          |
  829. |             |              |  of MARCH file|   so n12345678  |          |
  830. |             |              |               |   tn xxxxxxx    |          |
  831. | ------------|--------------|---------------|-----------------|----------|
  832. | ORE -G <CR> | Order Edit   | edit multiple | 2 Search keys   |   ----   |
  833. |             |  Global      |     files     |    Required     |          |
  834. | ------------|--------------|---------------|-----------------|----------|
  835. | ORI <CR>    | Order Input  |  Build MARCH  |      ------     | Patterns |
  836. |             |              |   file        |                 |          |
  837. | ------------|--------------|---------------|-----------------|----------|
  838. | ORS <CR>    |  Order Send  | Send to Switch|  so n12345678   |   ----   |
  839. |             |              |  immediately  |  tn xxxxxxx     |          |
  840. | ------------|--------------|---------------|-----------------|----------|
  841. | TLC <CR>    | Tail COSMOS  | watch MARCH   |      ------     |   ----   |
  842. |             |              | pull orders   |                 |          |
  843. | ------------|--------------|---------------|-----------------|----------|
  844. | TLS <CR>    | Tail Switch  | Watch orders  |      ______     |   ____   |
  845. |             |              | sent to switch|                 |          |
  846. | ------------|--------------|---------------|-----------------|----------|
  847. | VFY <CR>    | Verify       | Request Verify|      ------     | rltm,type|
  848. |             |              |               |                 | tn,oe,hml|
  849. | ------------|--------------|---------------|-----------------|----------|
  850. | VFD <CR>    | Verify       | Show Completed|      ------     |   ----   |
  851. |             | Display      | verifies      |                 |          |
  852. | ------------|--------------|---------------|-----------------|----------|
  853. | VFS <CR>    | Verify Status| Show pending  |      ------     |          |
  854. |             |              | verities      |                 |          |
  855. ` ------------------------------------------------------------------------'
  856.  
  857. Here is a detailed explanation of some of the commands:
  858.  
  859. MOI - MARCH ORDER INQUIRY
  860.  
  861.   MOI is a conversational inquiry transaction intended for use by the RCMAC
  862.   Clerk.
  863.  
  864.   MOI is used to inquire on Recent Change messages in a pending file(s):
  865.   Pending Header, Review, Reject, and/or History Header.  It may be used to
  866.   inquire on one message, an entire order, several messages in more than one
  867.   file, or all orders in a file, determined by the search keys entered.
  868.  
  869. ONS - ON line Switch
  870.  
  871.   Each switch has its own login sequence.
  872.  
  873.       DMS-100
  874.          Login
  875.          1) Give a Hard Break
  876.          2) At the "?" prompt type "login"
  877.          3) There will be an "Enter User Name" prompt.  Enter the user name.
  878.          4) Then "Enter Password" with a row of @, *, & and # covering the
  879.             password.
  880.          5) Once on, type "SERVORD" and you are on the RC channel of the
  881.             switch.
  882.  
  883.          Logout
  884.          1) Type "LOGOUT" and CONTROL-P
  885.  
  886.       1AESS
  887.          Login
  888.          1) Set Echo on, Line Feeds on and Caps Lock on.
  889.          2) End each VFY message with " . CONTROL-D" and each RC message with
  890.             "! CONTROL-D".
  891.  
  892.          Logout
  893.          1) Hit CONTROL-P
  894.  
  895.       5ESS
  896.          Login
  897.          1) Type "rcv:menu:apprc" at the "<" prompt.
  898.  
  899.          Logout
  900.          1) Type "Q" and hit CONTROL-P
  901.  
  902. ONC - On Line COSMOS
  903.  
  904.   1) You will see "login:" so type in username and then there will be a
  905.      "Password:" prompt to enter password.
  906.  
  907. ORE - Order Edit
  908.  
  909.   ORE Commands are used to move between windows and to previous and subsequent
  910.   headers and text within an editing session.  Commands may be input at any
  911.   point in the ORE session regardless of the cursor location.  They are capital
  912.   letters requiring use of the shift key or control commands.  Here are the
  913.   movement commands:
  914.  
  915.   Commands             Description
  916.   ~~~~~~~~             ~~~~~~~~~~~
  917.   N (ext header)       Replaces the data on the screen with the next header and
  918.                        associated text that matches the search keys entered.
  919.   M (ore text)         Replaces the data in the message text window with the
  920.                        next message associated with the existing header (for
  921.                        multiple text message).
  922.   P (revious header)   Replaces data in the header windows with the header you
  923.                        looked at previously (in the same editing session).
  924.   B (ackup text)       Replaces data in the message text window with the text
  925.                        you looked at previously (in the same editing session).
  926.   S (earch window)     Moves the cursor to the search window permitting
  927.                        additional search keys to be entered.
  928.   Control-D            Next Page
  929.   Control-U            Previous Page
  930.   <                    Move cursor from text window to header.
  931.   >                    Moves to text window from header.
  932.   Q (uit)              Quit
  933.  
  934. ORE -G
  935.  
  936.   ORE -G is a conversational transaction intended for use by the RCMA
  937.   associate.
  938.  
  939.   ORE -G is used to globally edit Recent Change messages existing in a MARCH
  940.   pending file:  Pending Header, Review, and Reject.  Editing capabilities
  941.   include adding information on an order.
  942.  
  943.   ORE -G is also used to change header information and to remove messages.
  944.  
  945. ORI - ORder Input
  946.  
  947.   ORder Input enables one to input an order and change orders.  The changes
  948.   that can be made are in the telephone number, OE, so on.  This command is too
  949.   complex to really get into here.
  950.  
  951. VFY  - Verify
  952.  
  953.   This is used to manually input verify messages into MARCH, thus to the
  954.   switches.
  955.  
  956. MSR - MARCH Status Report
  957.  
  958.   This used to count the amount of service orders stored in SOAC.  It also
  959.   shows the amount of change messages that have been sent to the switch.
  960.  
  961.  
  962.  H. Service Order Forms
  963.  ~~~~~~~~~~~~~~~~~~~~~~
  964.    In my time, I have come across a lot of printouts that have made no sense to
  965. me.  After several months, I could start to understand some of the codes.  Here
  966. are what some of the common service orders are and what they are for.
  967.  
  968. SORD Service Order:
  969.  _________________________________________________________________
  970. |                                                                 |
  971. |                                                                 |
  972. |TN           CUS TD     DD     APT MAC ACC AO    CS  SLS     HU  |
  973. |415-343-8765 529 T      DUE    W           AS OF 1FR ABCDE4W     |
  974. |ORD       SU   EX     STA APP CD     IOP CT TX RA SP CON AC      |
  975. |C14327658      SMIUX      R              R                       |
  976. |ACNA  R                                                          |
  977. |WA    343# EXETER,SMT                                            |
  978. |WN    IDOL, BILLY                                                |
  979. |---S&E                                                           |
  980. |I1    ESL                                                        |
  981. |O1    1FR/TN 343-8321/ADL                                        |
  982. |      /PIC 10288                                                 |
  983. |O1    ESL/FN 3438321                                             |
  984. |---BILL                                                          |
  985. |MSN   IDOL, BILLY                                                |
  986. |MSTN  555-1212                                                   |
  987. |---RMKS                                                          |
  988. |RMK   BLAH                                                       |
  989. |                                                                 |
  990. |      /**** END                                                  |
  991. |                                                                 |
  992. |_________________________________________________________________|
  993.  _________________________________________________________________
  994. |                                                                 |
  995. |[1]          [2]       [3]                      [9]              |
  996. | |            |         |                        |               |
  997. |TN           CUS TD     DD     APT MAC ACC AO    CS  SLS     HU  |
  998. |407-343-8765 529 T      DUE    W           AS OF 1FR ABCDE4W     |
  999. |                                                                 |
  1000. | [8]                                                             |
  1001. |  |                                                              |
  1002. | ORD       SU   EX     STA APP CD     IOP CT TX RA SP CON AC     |
  1003. |C14327658      SMIUX      R              R                       |
  1004. |ACNA  R                                                          |
  1005. |                                                                 |
  1006. |[4]                                                              |
  1007. | |                                                               |
  1008. |WA    343# EXETER,SMT                                            |
  1009. |                                                                 |
  1010. |[6]                                                              |
  1011. | |                                                               |
  1012. |WN    AT&T                                                       |
  1013. |---S&E                      \                                    |
  1014. |I1    ESL                   |                                    |
  1015. |O1    1FR/TN 343-8321/ADL   | [5]                                |
  1016. |      /PIC 10288            |                                    |
  1017. |O1    ESL/FN 3438321        /                                    |
  1018. |---BILL                                                          |
  1019. |                                                                 |
  1020. |  [6]                                                            |
  1021. |   |                                                             |
  1022. |  MSN   IDOL, BILLY                                              |
  1023. |                                                                 |
  1024. |  [7]                                                            |
  1025. |   |                                                             |
  1026. |  MSTN  555-1212                                                 |
  1027. |---RMKS                                                          |
  1028. |RMK   BLAH                                                       |
  1029. |                                                                 |
  1030. |      /**** END                                                  |
  1031. |                                                                 |
  1032. |_________________________________________________________________|
  1033.  
  1034. [1]  Telephone Number.  Format is XXX-XXX-XXXX.
  1035. [2]  Customer number.
  1036. [3]  Due Date.
  1037. [4]  Work Address.
  1038. [5]  The S&E field:
  1039.  
  1040. ACTION CODE -- This is the code at the far left-most side of the page.  These
  1041.                codes end with a 1 or a 0.  The 1 says to add this feature and
  1042.                the 0 says to not do the feature.  There are several different
  1043.                action codes.  Here is a list:
  1044.  
  1045.      Action Code     Used to
  1046.      ~~~~~~~~~~~     ~~~~~~~
  1047.      I               Add features
  1048.      O               Remove features
  1049.      C-T             Change designated number of rings, "forward to" number, or
  1050.                      both on Busy/Delay call forwarding features.
  1051.      E-D             Enter or Delete a feature for record purposes only.
  1052.      R               Recap CCS USOC to advise
  1053.  
  1054.  
  1055. Here is a list of some common USOCs (features):
  1056.  
  1057.      ESC        Three Way Calling
  1058.      ESF        Speed Calling
  1059.      ESL        Speed Calling 8 Code
  1060.      ESM        Call Forwarding
  1061.      ESX        Call Waiting
  1062.      EVB        Busy Call Forward
  1063.      EVC        Bust Call Forward Extended
  1064.      EVD        Delayed Call Forwarding
  1065.      HM1        Intercom Plus
  1066.      HMP        Intercom Plus
  1067.      MVCCW      Commstar II Call Waiting
  1068.  
  1069. [6] Billing name
  1070. [7] Billing number
  1071. [8] Service Order Number
  1072. [9] Class of Service or LCC (See appendix 1)
  1073.  
  1074.  
  1075. SDR File Header Information Order (MARCH)
  1076.  
  1077. 1.  Switchname                  7. Package Type
  1078. 2.  Header File Name            8. Package Category
  1079. 3.  Current Date & Time         9. Reject Reason
  1080. 4.  Service Order Number       10. Release Date & Time
  1081. 5.  Service Order Type         11. Accept Date & Time
  1082. 6.  Telephone Number               Reject Date & Time
  1083.                                12. Input Source
  1084.  
  1085.  
  1086. History Header File
  1087.  
  1088.       [1]                    [2]                    [3]
  1089.        |                      |                      |
  1090.       sw: swad0             history header file     fri may 31 07:50:12 1992
  1091.  
  1092. [4]-  so=janet3                   tn=         pkt-in     pkc=other
  1093. [11]- act=05-30 0750   src=ori     |           |          |
  1094.       history text=      |        [6]         [7]        [8]
  1095.       rc:sclist:        [12]
  1096.       ord 31235
  1097.       cx =031235
  1098.       adn 2
  1099.       ! ~
  1100.  
  1101. Reject File
  1102.  
  1103. [1]-  sw:swad2       [2]- reject file   [3]- fri may 30 11:22:01 1992
  1104.  
  1105.  [4]- so=c238          [5]- ver=7  tn=5551212  -[6]
  1106.  [9]- rj reason=ot    rldt=05-30 1059   rjdt=05-30 :106 src=cosmos
  1107.       message test=    |                 |               |
  1108.       rc:line:chg:    [10]              [11]            [12]
  1109.       ord 87102
  1110.       "=238-7102'
  1111.       "ord c231"
  1112.       "restoration from ssv-db"
  1113.       tn 555 1212
  1114.       lcc 1mr
  1115.       ! ~
  1116.       ve data=
  1117.         , er
  1118.  
  1119.       m 07 rc18 0 87102 0 4 valar
  1120.            new 00001605 err 00000307
  1121.            05/30/92 11:07:16
  1122.  
  1123.  
  1124.   I. COSMOS Service Order From The SOI Command
  1125.   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1126.  ________________________________________________________________________
  1127. |WC%                                                                     |
  1128. |WC% SOI                                                                 |
  1129. |H ORD N73322444                                                         |
  1130. |                                                                        |
  1131. |             DEC 19, 1992   10:12:21 AM                                 |
  1132. |           SERVICE ORDER ASSIGNMENT INQUIRY                             |
  1133. |                                                                        |
  1134. |ORD N733224444-A             OT(NC)      ST(AC- )      FACS(YES)        |
  1135. |   DD(12-20-92) FDD(12-20-92) EST(11-16:14) SG(G)  DT(XX   ) OC(COR)    |
  1136. |   MDF WORK REQ(YES) MDF COMPL(NO) LAC COMPL(NO) RCP(NO)                |
  1137. |   WPN 9446 WLST 1= P  2=     3=     4=    5=    6=     7=    8=        |
  1138. |   COORDINATION REQUIRED                                                |
  1139. |   RMK   FAT TBCC,RO D77901070                                          |
  1140. |   RMK   FAT TBCC,RO D77901070                                          |
  1141. |CP  48-0942                                                             |
  1142. |     ST SF   PC     FS WK   DATE 11-28-89   RZ 13                       |
  1143. |     LOC PF01008                                                        |
  1144. |OE 012-25-006                                                           |
  1145. |     ST SF PC       FS WK   DATE 11-12-91   CZ 1MB    US 1MS    FEA TNNL|
  1146. |     PIC 10288                                                          |
  1147. |     LCC BB1                                                            |
  1148. |     CCF   ESX                                                          |
  1149. |     LOC PF01007                                                        |
  1150. |TN   571-5425                                                           |
  1151. |     ST WK  PD FS WK  DATE 12-03-91    TYPE X                           |
  1152. |   **ORD D77901070-C       OT CD  ST AC-     DD 12-20-92  FDD 12-20-92  |
  1153. |                                                                        |
  1154. |** SOI COMPLEATED                                                       |
  1155. |WC%                                                                     |
  1156. |________________________________________________________________________|
  1157.  
  1158.  ________________________________________________________________________
  1159. |                                                                        |
  1160. | WC%                                                                    |
  1161. | WC% SOI                                                                |
  1162. |                                                                        |
  1163. |                                                                        |
  1164. | H ORD N73322444                                                        |
  1165. |                                                                        |
  1166. |            [1]-  DEC 19, 1992   10:12:21 AM                            |
  1167. |           [2]- SERVICE ORDER ASSIGNMNET INQUIRY                        |
  1168. |                                                                        |
  1169. | [3]                         [4]         [5]                            |
  1170. |  |                           |           |                             |
  1171. | ORD N733224444-A             OT(NC)      ST(AC- )      FACS(YES)       |
  1172. |                                                                        |
  1173. |    [7]          [8]           [6]           [9]                        |
  1174. |     |            |             |             |                         |
  1175. |    DD(12-20-92) FDD(12-20-92) EST(11-16:14) SG(G)  DT(XX   ) OC(COR)   |
  1176. |                                                                        |
  1177. |    [10]              [11]          [12]           [13]                 |
  1178. |     |                 |             |              |                   |
  1179. |    MDF WORK REQ(YES) MDF COMPL(NO) LAC COMPL(NO) RCP(NO)               |
  1180. |                                                                        |
  1181. |                                                                        |
  1182. |    WPN 9446 WLST 1= P  2=     3=     4=    5=    6=     7=    8=       |
  1183. |    COORDINATION REQUIRED                                               |
  1184. |    RMK   FAT TBCC,RO D77901070                                         |
  1185. |    RMK   FAT TBCC,RO D77901070                                         |
  1186. |                                                                        |
  1187. |[35]                                                                    |
  1188. | |                                                                      |
  1189. | CP  48-0942                                                            |
  1190. |                                                                        |
  1191. |     [34]           [35]     [36]           [37]                        |
  1192. |      |              |        |              |                          |
  1193. |      ST SF   PC     FS WK   DATE 11-28-89   RZ 13                      |
  1194. |                                                                        |
  1195. |      LOC PF01008  -[39]                                                |
  1196. |                                                                        |
  1197. | OE 012-25-006 -[19]                                                    |
  1198. |                                                                        |
  1199. |     [20]           [21]     [22]           [23]      [24]       [25]   |
  1200. |      |              |        |              |         |          |     |
  1201. |      ST SF PC       FS WK   DATE 11-12-91   CS 1MB    US 1MS   FEA TNNL|
  1202. |                                                                        |
  1203. |      PIC 10288                                                         |
  1204. |                                                                        |
  1205. |      LCC BB1 -[27]                                                     |
  1206. |                                                                        |
  1207. |      CCF   ESX -[26]                                                   |
  1208. |                                                                        |
  1209. |      LOC PF01007 -[32]                                                 |
  1210. |                                                                        |
  1211. | TN   571-5425  -[14]                                                   |
  1212. |                                                                        |
  1213. |     [15]      [16]     [17]            [18]                            |
  1214. |      |         |        |               |                              |
  1215. |      ST WK  PD FS WK  DATE 12-03-91    TYPE X                          |
  1216. |                                                                        |
  1217. |      [38]                 [28]   [29]        [30]         [31]         |
  1218. |       |                    |      |           |            |           |
  1219. |    **ORD D77901070-C       OT CD  ST AC-     DD 12-20-92  FDD 12-20-92 |
  1220. |                                                                        |
  1221. | ** SOI COMPLETED -[40]                                                 |
  1222. |                                                                        |
  1223. | WC%  -[41]                                                             |
  1224. |________________________________________________________________________|
  1225.  
  1226. [1] Date and Time the SOI was Requested in COSMOS
  1227. [2] Title of Output Message
  1228. [3] Order Number
  1229. [4] Order Type
  1230. [5] Status of Order
  1231. [6] EST (11-16:14) When Service Order was Established into COSMOS
  1232. [7] Due Date
  1233. [8] Frame Due Date
  1234. [9] Segment Group
  1235. [10] Main Distributing Frame Work Required
  1236. [11] Main Distributing Frame Work Complete
  1237. [12] Loop Assignment Center Completed
  1238. [13] FACS Y
  1239.  
  1240.             >-- The order has downloaded from SOAC to MARCH(MARCH)
  1241.      RCP N
  1242.  
  1243. [14] Telephone Number
  1244. [15] Present State of Telephone Number
  1245. [16] Future Status of Telephone Number
  1246. [17] Date of Last Activity on Telephone Number
  1247. [18] Type of Telephone Number
  1248. [19] Line Equipment
  1249. [20] Present Status of Line Equipment
  1250. [21] Future Status of Phone Line
  1251. [22] Date of Last Activity on Line Equipment
  1252. [23] Class of Service
  1253. [24] USOC
  1254. [25] Features
  1255. [26] Custom Calling Feature
  1256. [27] Line Class Code
  1257. [28] Order Type that is Clearing Telephone Number
  1258. [29] Status of Order that is Clearing Telephone Number
  1259. [30] Due Date
  1260. [31] Frame Due Date
  1261. [32] Location of Line Equipment on Frame
  1262. [33] Cable and Pair
  1263. [34] Present Status of Cable and Pair
  1264. [35] Future Status of Cable and Pair
  1265. [36] Date of Last Activity on Cable and Pair
  1266. [37] Resistance Zone
  1267. [38] Order Number Clearing Cable
  1268. [39] Location of Cable and Pair on Frame
  1269. [40] SOI Complete Message
  1270. [41] Wire Center and Prompt Symbol to Indicate Computer is Ready for Another
  1271.      Transaction
  1272. [42] Primary Independent Carrier is 10288 (AT&T's Ten Triple X Code)
  1273.  
  1274.  
  1275.  J. MSR - MARCH Status Report (MARCH)
  1276.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1277.  _______________________________________________________________________
  1278. |                                                                       |
  1279. |  switch name                                                          |
  1280. |                                                                       |
  1281. |  ==================================================================== |
  1282. |                         march status report                           |
  1283. |      sw:switch name                    tue oct 30 11:14:48 1992       |
  1284. |                       pending work functions                          |
  1285. |  ==================================================================== |
  1286. |                         past due         due today       future due   |
  1287. |  ____________________________________________________________________ |
  1288. |  use moi for:             0                0                  0       |
  1289. |  reject file              0                1                270       |
  1290. |  review file              0                0                  0       |
  1291. |  held release status     28               14                 44       |
  1292. |  normal release status    0                7                184       |
  1293. |  ____________________________________________________________________ |
  1294. |  use pac for:             0               15                          |
  1295. |  change notices           0                3                          |
  1296. |  unknown switch notices   0                0                          |
  1297. |  =====================================================================|
  1298. |                                                                       |
  1299. |  ** msr completed                                                     |
  1300. |_______________________________________________________________________|
  1301.  
  1302.  _______________________________________________________________________
  1303. |                                                                       |
  1304. |  switch name                                                          |
  1305. |                                                                       |
  1306. |                                                                       |
  1307. |  ==================================================================== |
  1308. |         [1]                                                           |
  1309. |          |              march status report                           |
  1310. |      sw:switch name             [2]-   tue oct 30 11:14:48 1992       |
  1311. |                       pending work functions                          |
  1312. |  ==================================================================== |
  1313. |                           [3]              [5]             [12]       |
  1314. |                            |                |                |        |
  1315. |                         past due         due today       future due   |
  1316. |  ____________________________________________________________________ |
  1317. |                                                                       |
  1318. |  use moi for:             0                2 -[6]             0       |
  1319. |                                                                       |
  1320. |  reject file              0                1 -[7]             0       |
  1321. |                                                                       |
  1322. |  held release status      5 -[4]           6 -[8]             0       |
  1323. |                                                                       |
  1324. |  normal release status    0                3 -[9]             3 -[13] |
  1325. |  ____________________________________________________________________ |
  1326. |                                                                       |
  1327. |  use pac for:             0               15  -[10]                   |
  1328. |                                                                       |
  1329. |  change notices           0                3 -[11]                    |
  1330. |                                                                       |
  1331. |  unknown switch notices   0                0                          |
  1332. |  =====================================================================|
  1333. |                                                                       |
  1334. |  ** msr completed                                                     |
  1335. |_______________________________________________________________________|
  1336.  
  1337. [1] Office MSR request in (switch name/address)
  1338. [2] Date and time of request
  1339. [3] Past due service order column
  1340. [4] Past due service order on hold
  1341. [5] Due today service order column
  1342. [6] Order due today in the reject file
  1343. [7] Orders due today in review file
  1344. [8] Orders due today on hold
  1345. [9] Orders due today with a normal release status
  1346. [10] PAC service orders which have been changed
  1347. [11] PAC switch advisory notices encountered today
  1348. [12] Future due service order column
  1349. [13] Order due in the future with a normal release status
  1350.  
  1351.  
  1352.  K. Other Notes
  1353.  ~~~~~~~~~~~~~~
  1354.      LCC or Line Class Code is, in short, what kind of line the Bell customer
  1355. may have.  They are the phone line type ID.  These IDs are used by the SCC
  1356. (Switching Control Center) and the switches as an ID to what type of billing
  1357. you have.  Here is a list of some common LCCs that a standard BOC uses.
  1358. Note:  This is not in stone.  These may change from area to area.
  1359.  
  1360. 1FR  - One Flat Rate
  1361. 1MR  - One Measured Rate
  1362. 1PC  - One Pay Phone
  1363. CDF  - DTF Coin
  1364. PBX  - Private Branch Exchange (Direct Inward Dialing ext.)
  1365. CFD  - Coinless ANI7 Charge-a-Call
  1366. INW  - InWATS
  1367. OWT  - OutWATS
  1368. PBM  - 0 HO/MO MSG REG (No ANI)
  1369. PMB  - LTG = 1 HO/MO Regular ANI6
  1370.  
  1371.  
  1372.  L. Recommended Reading
  1373.  ~~~~~~~~~~~~~~~~~~~~~~
  1374. Agent Steal's file in LODTJ #4
  1375. Acronyms 1988 [from Metal Shop Private BBS] (Phrack 20, File 11)
  1376. Lifting Ma Bell's Cloak Of Secrecy by VaxCat (Phrack 24, File 9)
  1377. _______________________________________________________________________________
  1378.  
  1379.  
  1380.