libisdn
|
00001 /* 00002 * 5ESS specific IDs and functions 00003 * Copyright (C) 2009 Stefan Knoblich <s.knoblich@axsentis.de> 00004 */ 00005 00006 #ifndef _5ESS_H_ 00007 #define _5ESS_H_ 00008 00009 #include "Q931.h" 00010 00011 /***************************************************************************** 00012 5ESS specific messages, IEs and functions 00013 *****************************************************************************/ 00014 00015 #define ATT5ESSie_GENERIC_BILLING_DATA 0x56 /* 0101 0110 */ 00016 #define ATT5ESSie_ITEM 0x4d /* 0100 1101 */ 00017 #define ATT5ESSie_ORIGINATING_ACCESS_SERVICE_TYPE 0x43 /* 0100 0011 */ 00018 #define ATT5ESSie_ORIGINATING_LINE_INFORMATION 0x01 /* 0000 0001 */ 00019 #define ATT5ESSie_SPECIFIC_EVENT 0x47 /* 0100 0111 */ 00020 #define ATT5ESSie_USER_ENTERED_CODE 0x02 /* 0000 0010 */ 00021 00022 #if defined(Q931_PRIVATE) 00023 void ATT5ESSCreateTE(struct Q931Dialect *dlct); 00024 #endif /* Q931_PRIVATE */ 00025 00026 #endif /* _5ESS_H_ */