sipXcallLib home page


PsLampId.h
Go to the documentation of this file.
1 //
2 // Copyright (C) 2004-2006 SIPfoundry Inc.
3 // Licensed by SIPfoundry under the LGPL license.
4 //
5 // Copyright (C) 2004-2006 Pingtel Corp. All rights reserved.
6 // Licensed to SIPfoundry under a Contributor Agreement.
7 //
8 // $$
10 
11 #ifndef _PsLampId_h_
12 #define _PsLampId_h_
13 
15 {
16  LAMP_HEADSET = 0x01,
17  LAMP_HOLD = 0x02,
18  LAMP_MESSAGES = 0x04,
19  LAMP_MUTE = 0x08,
20  LAMP_SPEAKER = 0x10
21 };
22 #endif // _PsLampId_h_
Definition: PsLampId.h:17
Definition: PsLampId.h:18
Definition: PsLampId.h:19
Definition: PsLampId.h:16
Definition: PsLampId.h:20
PsLampId
Definition: PsLampId.h:14