home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / openh323.tar.gz / openh323.tar / openh323 / src / h4506.asn < prev    next >
Text File  |  2001-05-03  |  932b  |  34 lines

  1. Call-Waiting-Operations
  2. {
  3.   itu-t recommendation h 450 6 version1(0)  call-waiting-operations(0)
  4. }
  5.  
  6. DEFINITIONS AUTOMATIC TAGS ::=
  7. BEGIN
  8.  
  9.   IMPORTS Extension FROM H4501 -- Manufacturer-specific-service-extension-definition
  10.           {
  11.             itu-t recommendation h 450 1 version1(0) msi-definition(18)
  12.           }
  13.  
  14.           MixedExtension FROM H4504 -- Call-Hold-Operations
  15.           {
  16.             itu-t recommendation h 450 4 version1(0) call-hold-operations(0)
  17.           };
  18.  
  19.   CallWaitingOperations    ::= ENUMERATED
  20.   {
  21.     callWaiting(105)
  22.   }
  23.  
  24.   CallWaitingArg ::= SEQUENCE
  25.   {
  26.     nbOfAddWaitingCalls INTEGER (0..255) OPTIONAL, -- indicates the number of waiting calls at the served user 
  27.                                                    -- in addition to the call to which this operation applies.
  28.     extensionArg        SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL,
  29.     ...
  30.   }
  31.  
  32. END -- of Call-Waiting-Operations
  33.  
  34.