home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / zines / phrack1 / phrack11.003 < prev    next >
Encoding:
Text File  |  2003-06-11  |  7.3 KB  |  160 lines

  1.                                ==Phrack Inc.==
  2.  
  3.                      Volume Two, Issue Eleven, Phile #3 of 12
  4.  
  5.              .___.                                              .___.
  6.              |___|                                              |___|
  7.              |                                                  |
  8.             /^\                                                /^\
  9.          [+]PLP[+]------------------------------------------[+]PLP[+]
  10.             \^/               ^                 ^              \^/
  11.             |S|  P          ^[+]The Executioner[+]^         P  |S|
  12.             |e| PLP       ^[+]PhoneLine Phantoms![+]^      PLP |e|
  13.             |x|  P _____[+]The Network Technicians[+]______ P  |x|
  14.             |y|   ^        ------------------------       ^    |y|
  15.             |-|  [+] PACT: Prefix Access Code Translator [+]   |-|
  16.             |T|   ^ ====================================  ^    |T|
  17.             |N|  [+]Written for PHRACK Inc. Issue Eleven.[+]   |N|
  18.             |T|                                                |T|
  19.             |-|_______.  Call Phreak Klass, Room 2600  ._______|-|
  20.             |PHRACK XI| [806][799][0016] Login:EDUCATE |PHRACK XI|
  21.             --------| |________________________________| |--------
  22.                     |____________________________________|
  23.  
  24.  
  25.      The PACT (Prefix Access Code Translator) feature provides preliminary
  26. translation data for features using access codes that are prefixed by a
  27. special code. A standard numbering and dialing plan requires that individual
  28. line and small business customers' (custom) calling use prefixed access code
  29. dialing for feature access.  PACT is offered on a per office basis. The PACT
  30. is NOT used for the interpretation of Centrex dialing customers.
  31.      When a call is originated by the customer, a call register is used to
  32. store the data about the call. The customer dials a prefix and a 2 digit
  33. access code (table a). The PACT then looks at the digits to determine what
  34. action should take place. Reorder or special service error messages will be
  35. heard if you enter an unassigned code. If the code is accepted, then that
  36. particular action will be performed. The PACT consists of the PACT head table
  37. and the prefixed access code translator. The PACT feature allows the dialing
  38. of a special code for a prefix. These are the '*' and '#'. If you have rotary,
  39. then '11' and '12' are used respectively. To use PACT, the prefix must be
  40. followed by a 2-digit code. This combination is then defined in terms of type
  41. and subtype (table b).
  42.  
  43.                                    TABLE A
  44.          ____________________________________________________________
  45.          | Access Code            |        Description of function  |
  46.          |________________________|_________________________________|
  47.          | *2X - *3X (x= 0-9)     | Growth to 2 or 3 digit codes    |
  48.          |                        | (Future may call for these)     |
  49.          |                        |                                 |
  50.          | *4X - *5X - *7X        | Local Area Signalling Services  |
  51.          |                        |                                 |
  52.          |       *72              | Call Forwarding Activation      |
  53.          |                        |                                 |
  54.          |       *73              | Call Forwarding Deactivation    |
  55.          |                        |                                 |
  56.          |       *74              | 1-digit speed dialing           |
  57.          |                        |                                 |
  58.          |       *75              | 2-digit speed dialing           |
  59.          |                        |                                 |
  60.          |       #56              | Circuit Switched Digital        |
  61.          |                        | Capability                      |
  62.          |________________________|_________________________________|
  63.  
  64.     The subtranslator is always built 100 words long. A word is a binary code
  65. which, when sent as a whole, act as a command. One word is equal to a 2-digit
  66. access code. This subtranslator contains the PTW (Primary Translation Word).
  67. The PTW contains the feature type subtype and feature subtype index to
  68. determine the function of the dialed code. The feature subtype allows four
  69. subtype tables to exist for feature type 31 (LASS). Index 0 is for LASS. Index
  70. 1 is used for LASS on a pay per usage basis. Index 2 and 3 are currently not
  71. used.
  72.  
  73.                        TABLE B (written in report form)
  74.                        ================================
  75.  
  76. Feature Type: 0 (Unassigned)
  77.  
  78. Feature Type: 1 (1-digit abbr. dialing)
  79.  
  80.    Subtypes: 0 (Speed Call)
  81.              1 (Change the Speed Call List)
  82.              2 (Invalid)
  83.  
  84. Feature Type: 2 (2-digit dialing.)
  85.  
  86.    Subtypes: (Same as Feature 1)
  87.  
  88. Feature Type: 3 (Circuit Switch Digital Capability)
  89.  
  90.    Subtype: 1 (CSDC 56 kilo bit service)
  91.  
  92. Feature Type: 4 (Usage Sensitive 3-way)
  93.  
  94. Feature Type: 5 (Cancel Call Waiting)
  95.  
  96. Feature Type: 20 (Call Forwarding Activate)
  97.  
  98. Feature Type: 21 (Call Forwarding deactivate)
  99.  
  100. Feature Type: 22 (Project Acct. Service (Autoplex))
  101.  
  102. Feature Type: 26 (Customer changeable Inter LATA carrier)
  103.  
  104. Feature Type: 27 (Voice/Data Protection)
  105.  
  106. Feature Type: 28 (MDS-Message Desk Service)
  107.  
  108.    Subtypes: 0 (MDS activation)
  109.              1 (MDS deactivation)
  110.  
  111. Feature Type: 30 (Residence Data Facility Pooling)
  112.  
  113. Feature Type: 31 (Local Area Signalling Services-LASS)
  114. [index 0]
  115.  
  116.    Subtypes: 0 (AR-Automatic Recall {Incoming Calls})
  117.              1 (AR-Outgoing calls)
  118.              2 (AR activation incoming/outgoing)
  119.              3 (AR deactivation)
  120.              4 (Customer Originated Trace Activation)
  121.              5 (Distinctive Alert Activation)
  122.              6 (ICLID activation)
  123.              7 (Selective Call Rejection Activation)
  124.              8 (Selective Call Forwarding activation)
  125.              9 (Private Call Activation)
  126.             10 (Distinctive Alert -OFF)
  127.             11 (ICLID-OFF)
  128.             12 (SCR-OFF)
  129.             13 (SCF-OFF)
  130.             14 (Private Call-OFF)
  131.             15 (Distinctive Alert ON/OFF) toggle for opposite
  132.             16 ICLID toggle on/off
  133.             17 SCR toggle on/off
  134.             18 SCF toggle on/off
  135.             19 Private Call on/off
  136.             20 Selective Call Acceptance-ON
  137.             21 SCA OFF
  138.             22 SCA toggle on/off
  139.             23 (Computer Access Restriction) on
  140.             24 CAR off
  141.             25 CAR on/off
  142.          26-31 (reserved for future LASS functions)
  143.  
  144. Index 1 Pay Per View
  145.  
  146.        subtype: 0 (Order placement)
  147.                 1 (Order Cancel)
  148.  
  149.      The PACT function is extremely important for LASS functions. PACT is what
  150. lets you tell your switch what you want done. Without the PACT, communication
  151. between you and your CO would not exist. PACT is the base foundation for the
  152. use access codes.
  153.          ============================================================
  154.          = If you have any questions or comments, please leave mail =
  155.          = either on Phreak Klass Room 2600 or at 214-733-5283.     =
  156.          ============================================================
  157.          = (c) The Executioner/PLP/TNT                              =
  158.          ============================================================
  159. ==============================================================================
  160.