Ultima Online Protocol :: CallType (C#)
      using System;
      
      namespace Help
      {
          public enum CallType
          {
              Stuck,
              Other,
              Harassment,
              Advice
          }
      }
    
The values in the enumeration run from 0 (Stuck) to 3 (Advice).