h460.h

Go to the documentation of this file.
00001 // H460.h:
00002 /*
00003  * Virteos H.460 Implementation for the h323plus Library.
00004  *
00005  * Virteos is a Trade Mark of ISVO (Asia) Pte Ltd.
00006  *
00007  * Copyright (c) 2004 ISVO (Asia) Pte Ltd. All Rights Reserved.
00008  *
00009  * The contents of this file are subject to the Mozilla Public License
00010  * Version 1.1 (the "License"); you may not use this file except in
00011  * compliance with the License. You may obtain a copy of the License at
00012  * http://www.mozilla.org/MPL/
00013  *
00014  * Alternatively, the contents of this file may be used under the terms
00015  * of the General Public License (the  "GNU License"), in which case the
00016  * provisions of GNU License are applicable instead of those
00017  * above. If you wish to allow use of your version of this file only
00018  * under the terms of the GNU License and not to allow others to use
00019  * your version of this file under the MPL, indicate your decision by
00020  * deleting the provisions above and replace them with the notice and
00021  * other provisions required by the GNU License. If you do not delete
00022  * the provisions above, a recipient may use your version of this file
00023  * under either the MPL or the GNU License."
00024  *
00025  * Software distributed under the License is distributed on an "AS IS"
00026  * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
00027  * the License for the specific language governing rights and limitations
00028  * under the License.
00029  *
00030  * The Original Code is derived from and used in conjunction with the 
00031  * OpenH323 Project (www.openh323.org/)
00032  *
00033  * The Initial Developer of the Original Code is ISVO (Asia) Pte Ltd.
00034  *
00035  *
00036  * Contributor(s): Many thanks to Simon Horne.
00037  *
00038  * $Revision: 20651 $
00039  * $Author: rjongbloed $
00040  * $Date: 2008-08-11 02:59:27 +0000 (Mon, 11 Aug 2008) $
00041  */
00042 
00043 
00044 #ifdef P_USE_PRAGMA
00045 #pragma interface
00046 #endif
00047 
00048 #include <opal/buildopts.h>
00049 
00050 #if OPAL_H460
00051 
00052 
00053 class H460_MessageType
00054 {
00055   public:
00056     enum {
00057       e_gatekeeperRequest           = 0xf0,
00058       e_gatekeeperConfirm           = 0xf1,
00059       e_gatekeeperReject            = 0xf2,
00060       e_registrationRequest         = 0xf3,
00061       e_registrationConfirm         = 0xf4, 
00062       e_registrationReject          = 0xf5,
00063       e_admissionRequest            = 0xf6,
00064       e_admissionConfirm            = 0xf7,
00065       e_admissionReject             = 0xf8,
00066       e_locationRequest             = 0xf9,
00067       e_locationConfirm             = 0xfa,
00068       e_locationReject              = 0xfb,
00069       e_nonStandardMessage          = 0xfc,
00070       e_serviceControlIndication    = 0xfd,
00071       e_serviceControlResponse      = 0xfe,
00072       e_unregistrationRequest       = 0xe0,
00073       e_inforequest                 = 0xe1,
00074       e_inforequestresponse         = 0xe2,
00075       e_disengagerequest            = 0xe3,
00076       e_disengageconfirm            = 0xe4,
00077       e_setup                               = 0x05,   // Match Q931 message id
00078       e_callProceeding              = 0x02,   // Match Q931 message id
00079       e_connect                     = 0x07,   // Match Q931 message id
00080       e_alerting                    = 0x01,   // Match Q931 message id
00081       e_facility                    = 0x62,   // Match Q931 message id
00082       e_releaseComplete             = 0x5a,   // Match Q931 message id
00083       e_unallocated                 = 0xff
00084     };
00085 };
00086 
00087 #endif // OPAL_H460

Generated on Mon Sep 15 11:49:08 2008 for OPAL by  doxygen 1.5.1