home *** CD-ROM | disk | FTP | other *** search
/ Hackers Toolkit v2.0 / Hackers_Toolkit_v2.0.iso / HTML / archive / Phreaking / Texts / pact.txt < prev    next >
Text File  |  1999-11-04  |  6KB  |  132 lines

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