Commit d88c2b3c91611109df2c041be703a128a7395eda

Authored by Cédric RICARD
2 parents 388c5fdc ed84c864

Merge branch 'master' into ANUBIS_1_13

* master: (2 commits)
  Added new MUSCLE message ids for License and Model messages
  add _CXM_UPD_GET_CLASS_FILE into UPDATE SERVICE
Showing 1 changed file with 177 additions and 171 deletions   Show diff stats
CXM_message_constants.anubis
1   -/*
2   - *
3   - * User: David RENE
4   - * Date: 07/04/2007
5   - * Time: 16:06
6   - * (c) Calexium
7   - *
8   - */
9   -
10   -public define Word32 _NO_NAME_MSG = 0x00000000.
11   -
12   -// **************** MAILBOX PROTOCOL ***************
13   -
14   -public define Word32 _C_SCAN_FOR_BOXES = 0x33770001. // Ask Boxes to publish their informations
15   -public define Word32 _C_PUBLISH_BOX_STATUS = 0x33770002. // Used by Boxes to publish their informations
16   -public define Word32 _C_SHUTDOWN_BOX = 0x33770003. // Used to ask a box to shutdown
17   -public define Word32 _CXM_SET_BOX_NETWORK_PARAMS = 0x33770004. // Define network configuration of boxes
18   -public define Word32 _CXM_RESET_ADMIN_PWD = 0x33770005. // Ask the MailFountain to reset the admin pwd.
19   -public define Word32 _CXM_FULL_RESET = 0x33770006. // Ask the MailFountain to proceed to a full reset of its data. After that, the MailFountain is totally empty (mail, config, domain, logs, etc...)
20   -public define Word32 _CXM_FORCE_PUBLISH_MF_CONFIG = 0x33770007. // Ask the MailFountain to proceed a Config publishing to DomainManager
21   -
22   - // **************** PACKAGE BUILDER ***************
23   -
24   -public define Word32 _CXM_PKG_MSG_BASIS = 0x33770400. //
25   -public define Word32 _CXM_PKG_CONTAINER = 0x33770401.
26   -public define Word32 _CXM_PKG_HEADER_PART = 0x33770402. // Header Message for Script
27   -public define Word32 _CXM_PKG_SCRIPT_PART = 0x33770403. // Main Message for Script
28   -public define Word32 _CXM_PKG_S_ADD_FILE = 0x33770404. // script action to add file in the destination
29   -public define Word32 _CXM_PKG_S_RUN = 0x33770405. // script action to run a command
30   -public define Word32 _CXM_PKG_INDEX_PART = 0x33770440. // ID of package Index part
31   -public define Word32 _CXM_PKG_IDX_ENTRY = 0x33770441. // Index entry information
32   -
33   - // **************** UPDATE SERVICE ***************
34   -
35   -public define Word32 _CXM_UPDATE_SERVICE_MSG_BASIS = 0x33770800. //
36   -public define Word32 _CXM_UPD_SERVICE_ID = 0x33770801.
37   -public define Word32 _CXM_UPD_HAS_UPDATE = 0x33770802. //
38   -public define Word32 _CXM_UPD_LIST_CLASS_FILES = 0x33770803. // List the files contained in the class path
39   -
40   - // **************** SERVICE NEGOCIATION ***************
41   -
42   -public define Word32 _CXM_SERVICE_NEGOCIATION_BASIS = 0x33770C00. //
43   -public define Word32 _CXM_REQUEST_FOR_SERVICE = 0x33770C01. //
44   -public define Word32 _CXM_LOGIN = 0x33770C02. //
45   -
46   - // **************** GENERIC PROTOCOL ***************
47   -
48   -public define Word32 _CXM_GENERIC_PROTOCOL_BASIS = 0x33771000. //
49   -public define Word32 _CXM_ACK = 0x33771001. //
50   -public define Word32 _CXM_ACK_RESULT_MSG = 0x33771002. //
51   -
52   - // **************** FTP SERVICE ***************
53   -
54   -public define Word32 _CXM_FTP_SERVICE_MSG_BASIS = 0x33771400. //
55   -public define Word32 _CXM_FTP_SERVICE_ID = 0x33771401.
56   -public define Word32 _CXM_FTP_GET_FILE = 0x33771402.
57   -public define Word32 _CXM_FTP_START_TRANSFERT = 0x33771403.
58   -public define Word32 _CXM_FTP_DATA = 0x33771404.
59   -
60   - // ************** LOGGER SERVICE **************
61   -
62   -public define Word32 _CXM_LOGGER_SERVICE_MSG_BASIS = 0x33771800. //
63   -public define Word32 _CXM_LOGGER_SERVICE_ID = 0x33771801.
64   -public define Word32 _CXM_LOGGER_LOG = 0x33771802.
65   -
66   - // ************** DOMAIN SERVICE **************
67   -
68   -// MF <-> DomainManager
69   -public define Word32 _CXM_DOMAIN_SERVICE_MSG_BASIS = 0x33771C00. //
70   -public define Word32 _CXM_DOMAIN_SERVICE_ID = 0x33771C01.
71   -public define Word32 _CXM_DOMAIN_PUBLISH_MF_CONFIG = 0x33771C02.
72   -public define Word32 _CXM_DOMAIN_GET_NAME = 0x33771C03.
73   -public define Word32 _CXM_DOMAIN_GET_MY_IP = 0x33771C04.
74   -public define Word32 _CXM_DOMAIN_PUBLISH_MY_IP = 0x33771C05.
75   -public define Word32 _CXM_DOMAIN_PUBLISH_DYN_TEST = 0x33771C06.
76   -public define Word32 _CXM_DOMAIN_GET_STATUS = 0x33771C07.
77   -public define Word32 _CXM_DOMAIN_GET_DOMAIN_INFO = 0x33771C08.
78   -public define Word32 _CXM_DOMAIN_CRITICAL_ALERT = 0x33771C09.
79   -public define Word32 _CXM_DOMAIN_COMMAND_RESULT = 0x33771C0A.
80   -
81   -
82   -// DomainManager <-> Gandi
83   -public define Word32 _CXM_GANDI_SERVICE_ID = 0x33771D00.
84   -public define Word32 _CXM_GANDI_CHECK_AVAILABILITY = 0x33771D01. // 'NAME' (String): Base names (without extension) of the wanted domains
85   - // --> CXM_ACK with 'DOMAINS' (String): Array of avaiblable domains
86   -public define Word32 _CXM_GANDI_CREATE_CONTACT = 0x33771D02. // 'CLASS' (String):
87   - // 'FIRSTNAME', 'LASTNAME', 'ADDRESS', 'ZIPCODE', 'CITY', 'COUNTRY', 'PHONE', 'EMAIL' (String)
88   - // --> CXM_ACK with 'CONTACT_HANDLE' (String): Created handle for this contact
89   -public define Word32 _CXM_GANDI_CREATE_DOMAIN = 0x33771D03. // 'DOMAIN' (String): Domain full name
90   - // 'OWNER' (String): Owner handle
91   - // --> CXM_ACK with 'DOMAIN_HANDLE' (String): Created handle for this domain
92   - // ************** MF INSTALLER SERVICE **************
93   -
94   -public define Word32 _CXM_INSTALLER_SERVICE_MSG_BASIS= 0x33772000.
95   -public define Word32 _CXM_INSTALLER_SERVICE_ID = 0x33772001.
96   -public define Word32 _CXM_INSTALLER_REGISTER_APP_ID = 0x33772002.
97   -public define Word32 _CXM_INSTALLER_GET_NEW_SERIALS = 0x33772003.
98   -public define Word32 _CXM_INSTALLER_CONFIRM_SERIALS_PUBLICATION = 0x33772004.
99   -public define Word32 _CXM_INSTALLER_GET_MODELS = 0x33772005. // returns the MF models list
100   -
101   -// *************************************************
102   -// ************* MF API *************
103   -
104   -// ************* ACCOUNTS SERVICE *************
105   -
106   -public define Word32 _CXM_ACCOUNT_SERVICE_MSG_BASIS = 0x33772100.
107   -
108   -// ************* MAILINGS SERVICE *************
109   -
110   -public define Word32 _CXM_MAILING_SERVICE_MSG_BASIS = 0x33772200.
111   -public define Word32 _CXM_MAILING_SERVICE_ID = 0x33772200. // same as MSG_BASIS
112   -
113   -public define Word32 _CXM_MAILING_CREATE_CONTACT = 0x33772201.
114   -public define Word32 _CXM_MAILING_UPDATE_CONTACT = 0x33772202.
115   -public define Word32 _CXM_MAILING_DELETE_CONTACT = 0x33772203.
116   -
117   -public define Word32 _CXM_MAILING_CREATE_MAILING = 0x33772211.
118   -public define Word32 _CXM_MAILING_UPDATE_MAILING = 0x33772212.
119   -public define Word32 _CXM_MAILING_DELETE_MAILING = 0x33772213.
120   -
121   -public define Word32 _CXM_MAILING_ADD_CONTACT_TO_MAILING = 0x33772221.
122   -public define Word32 _CXM_MAILING_REMOVE_CONTACT_FROM_MAILING = 0x33772222.
123   -
124   -
125   -// ************* DIRECTORY SERVICE *************
126   -
127   -public define Word32 _CXM_DIRECTORY_SERVICE_MSG_BASIS = 0x33772300.
128   -
129   -// ************* BACKUP SERVICE *************
130   -
131   -public define Word32 _CXM_BACKUP_SERVICE_MSG_BASIS = 0x33772400.
132   -public define Word32 _CXM_BACKUP_SERVICE_ID = 0x33772401.
133   -public define Word32 _CXM_BACKUP_GET_STATUS = 0x33772402. /// Get backup status for a given MF (can subscribe, subscribed, subscription end date...)
134   -public define Word32 _CXM_BACKUP_STARTING_BACKUP = 0x33772403. /// Notify BackupService that backup process is starting
135   -public define Word32 _CXM_BACKUP_FINISHING_BACKUP = 0x33772404. /// Notify BackupService that backup process is finishing
136   -public define Word32 _CXM_BACKUP_STARTING_RESTORE = 0x33772405. /// Notify BackupService that restore process is starting
137   -public define Word32 _CXM_BACKUP_FINISHING_RESTORE = 0x33772406. /// Notify BackupService that restore process is finishing
138   -
139   -// ************* STATISTICS SERVICE *************
140   -
141   -public define Word32 _CXM_STATS_SERVICE_MSG_BASIS = 0x33772500.
142   -
143   -// ************* SUPERVISER SERVICE *************
144   -
145   -public define Word32 _CXM_SUPERVISER_SERVICE_MSG_BASIS = 0x33772600.
146   -public define Word32 _CXM_SUPERVISER_SERVICE_ID = 0x33772600.
147   -public define Word32 _CXM_SUPERVISER_GET_STATUS = 0x33772601.
148   -
149   -// ************* TEGAMIGAWA SERVICE *************
150   -
151   -public define Word32 _CXM_TEGAMIGAWA_SERVICE_MSG_BASIS = 0x33772700.
152   -public define Word32 _CXM_TEGAMIGAWA_SERVICE_ID = 0x33772700.
153   -public define Word32 _CXM_TEGAMIGAWA_REGISTER_CLIENT = 0x33772701.
154   -
155   -// *************** KAIWA SERVICE ***************
156   -
157   -public define Word32 _CXM_KAIWA_SERVICE_MSG_BASIS = 0x33772800.
158   -public define Word32 _CXM_KAIWA_SERVICE_ID = 0x33772800.
159   -public define Word32 _CXM_KAIWA_REGISTER_CLIENT = 0x33772801.
160   -public define Word32 _CXM_KAIWA_FRIEND_REQUEST = 0x33772802.
161   -public define Word32 _CXM_KAIWA_ADD_FRIEND = 0x33772803.
162   -public define Word32 _CXM_KAIWA_REMOVE_FRIEND = 0x33772804.
163   -public define Word32 _CXM_KAIWA_BLOCK_FRIEND = 0x33772805.
164   -public define Word32 _CXM_KAIWA_ONLINE_STATUS = 0x33772806.
165   -public define Word32 _CXM_KAIWA_SEND_MESSAGE = 0x33772807.
166   -public define Word32 _CXM_KAIWA_RECEIVE_MESSAGE = 0x33772808.
167   -
168   -// *************************************************
169   -// ************* KERO_PBX API *************
170   -
171   -public define Word32 _CXM_KERO_PBX_MSG_BASIS = 0x33780000. // Ask Boxes to publish their informations
  1 +/*
  2 + *
  3 + * User: David RENE
  4 + * Date: 07/04/2007
  5 + * Time: 16:06
  6 + * (c) Calexium
  7 + *
  8 + */
  9 +
  10 +public define Word32 _NO_NAME_MSG = 0x00000000.
  11 +
  12 +// **************** MAILBOX PROTOCOL ***************
  13 +
  14 +public define Word32 _C_SCAN_FOR_BOXES = 0x33770001. // Ask Boxes to publish their informations
  15 +public define Word32 _C_PUBLISH_BOX_STATUS = 0x33770002. // Used by Boxes to publish their informations
  16 +public define Word32 _C_SHUTDOWN_BOX = 0x33770003. // Used to ask a box to shutdown
  17 +public define Word32 _CXM_SET_BOX_NETWORK_PARAMS = 0x33770004. // Define network configuration of boxes
  18 +public define Word32 _CXM_RESET_ADMIN_PWD = 0x33770005. // Ask the MailFountain to reset the admin pwd.
  19 +public define Word32 _CXM_FULL_RESET = 0x33770006. // Ask the MailFountain to proceed to a full reset of its data. After that, the MailFountain is totally empty (mail, config, domain, logs, etc...)
  20 +public define Word32 _CXM_FORCE_PUBLISH_MF_CONFIG = 0x33770007. // Ask the MailFountain to proceed a Config publishing to DomainManager
  21 +
  22 + // **************** PACKAGE BUILDER ***************
  23 +
  24 +public define Word32 _CXM_PKG_MSG_BASIS = 0x33770400. //
  25 +public define Word32 _CXM_PKG_CONTAINER = 0x33770401.
  26 +public define Word32 _CXM_PKG_HEADER_PART = 0x33770402. // Header Message for Script
  27 +public define Word32 _CXM_PKG_SCRIPT_PART = 0x33770403. // Main Message for Script
  28 +public define Word32 _CXM_PKG_S_ADD_FILE = 0x33770404. // script action to add file in the destination
  29 +public define Word32 _CXM_PKG_S_RUN = 0x33770405. // script action to run a command
  30 +public define Word32 _CXM_PKG_INDEX_PART = 0x33770440. // ID of package Index part
  31 +public define Word32 _CXM_PKG_IDX_ENTRY = 0x33770441. // Index entry information
  32 +
  33 + // **************** UPDATE SERVICE ***************
  34 +
  35 +public define Word32 _CXM_UPDATE_SERVICE_MSG_BASIS = 0x33770800. //
  36 +public define Word32 _CXM_UPD_SERVICE_ID = 0x33770801.
  37 +public define Word32 _CXM_UPD_HAS_UPDATE = 0x33770802. //
  38 +public define Word32 _CXM_UPD_LIST_CLASS_FILES = 0x33770803. // List the files contained in the class path
  39 +public define Word32 _CXM_UPD_GET_CLASS_FILE = 0x33770804. // get the file contained in the class path. Return info for download
  40 +
  41 + // **************** SERVICE NEGOCIATION ***************
  42 +
  43 +public define Word32 _CXM_SERVICE_NEGOCIATION_BASIS = 0x33770C00. //
  44 +public define Word32 _CXM_REQUEST_FOR_SERVICE = 0x33770C01. //
  45 +public define Word32 _CXM_LOGIN = 0x33770C02. //
  46 +
  47 + // **************** GENERIC PROTOCOL ***************
  48 +
  49 +public define Word32 _CXM_GENERIC_PROTOCOL_BASIS = 0x33771000. //
  50 +public define Word32 _CXM_ACK = 0x33771001. //
  51 +public define Word32 _CXM_ACK_RESULT_MSG = 0x33771002. //
  52 +
  53 + // **************** FTP SERVICE ***************
  54 +
  55 +public define Word32 _CXM_FTP_SERVICE_MSG_BASIS = 0x33771400. //
  56 +public define Word32 _CXM_FTP_SERVICE_ID = 0x33771401.
  57 +public define Word32 _CXM_FTP_GET_FILE = 0x33771402.
  58 +public define Word32 _CXM_FTP_START_TRANSFERT = 0x33771403.
  59 +public define Word32 _CXM_FTP_DATA = 0x33771404.
  60 +
  61 + // ************** LOGGER SERVICE **************
  62 +
  63 +public define Word32 _CXM_LOGGER_SERVICE_MSG_BASIS = 0x33771800. //
  64 +public define Word32 _CXM_LOGGER_SERVICE_ID = 0x33771801.
  65 +public define Word32 _CXM_LOGGER_LOG = 0x33771802.
  66 +
  67 + // ************** DOMAIN SERVICE **************
  68 +
  69 +// MF <-> DomainManager
  70 +public define Word32 _CXM_DOMAIN_SERVICE_MSG_BASIS = 0x33771C00. //
  71 +public define Word32 _CXM_DOMAIN_SERVICE_ID = 0x33771C01.
  72 +public define Word32 _CXM_DOMAIN_PUBLISH_MF_CONFIG = 0x33771C02.
  73 +public define Word32 _CXM_DOMAIN_GET_NAME = 0x33771C03.
  74 +public define Word32 _CXM_DOMAIN_GET_MY_IP = 0x33771C04.
  75 +public define Word32 _CXM_DOMAIN_PUBLISH_MY_IP = 0x33771C05.
  76 +public define Word32 _CXM_DOMAIN_PUBLISH_DYN_TEST = 0x33771C06.
  77 +public define Word32 _CXM_DOMAIN_GET_STATUS = 0x33771C07.
  78 +public define Word32 _CXM_DOMAIN_GET_DOMAIN_INFO = 0x33771C08.
  79 +public define Word32 _CXM_DOMAIN_CRITICAL_ALERT = 0x33771C09.
  80 +public define Word32 _CXM_DOMAIN_COMMAND_RESULT = 0x33771C0A.
  81 +
  82 +
  83 +// DomainManager <-> Gandi
  84 +public define Word32 _CXM_GANDI_SERVICE_ID = 0x33771D00.
  85 +public define Word32 _CXM_GANDI_CHECK_AVAILABILITY = 0x33771D01. // 'NAME' (String): Base names (without extension) of the wanted domains
  86 + // --> CXM_ACK with 'DOMAINS' (String): Array of avaiblable domains
  87 +public define Word32 _CXM_GANDI_CREATE_CONTACT = 0x33771D02. // 'CLASS' (String):
  88 + // 'FIRSTNAME', 'LASTNAME', 'ADDRESS', 'ZIPCODE', 'CITY', 'COUNTRY', 'PHONE', 'EMAIL' (String)
  89 + // --> CXM_ACK with 'CONTACT_HANDLE' (String): Created handle for this contact
  90 +public define Word32 _CXM_GANDI_CREATE_DOMAIN = 0x33771D03. // 'DOMAIN' (String): Domain full name
  91 + // 'OWNER' (String): Owner handle
  92 + // --> CXM_ACK with 'DOMAIN_HANDLE' (String): Created handle for this domain
  93 + // ************** MF INSTALLER SERVICE **************
  94 +
  95 +public define Word32 _CXM_INSTALLER_SERVICE_MSG_BASIS= 0x33772000.
  96 +public define Word32 _CXM_INSTALLER_SERVICE_ID = 0x33772001.
  97 +public define Word32 _CXM_INSTALLER_REGISTER_APP_ID = 0x33772002.
  98 +public define Word32 _CXM_INSTALLER_GET_NEW_SERIALS = 0x33772003.
  99 +public define Word32 _CXM_INSTALLER_CONFIRM_SERIALS_PUBLICATION = 0x33772004.
  100 +public define Word32 _CXM_INSTALLER_GET_MODELS = 0x33772005. // returns the MF models list
  101 +
  102 +// *************************************************
  103 +// ************* MF API *************
  104 +
  105 +// ************* ACCOUNTS SERVICE *************
  106 +
  107 +public define Word32 _CXM_ACCOUNT_SERVICE_MSG_BASIS = 0x33772100.
  108 +
  109 +// ************* MAILINGS SERVICE *************
  110 +
  111 +public define Word32 _CXM_MAILING_SERVICE_MSG_BASIS = 0x33772200.
  112 +public define Word32 _CXM_MAILING_SERVICE_ID = 0x33772200. // same as MSG_BASIS
  113 +
  114 +public define Word32 _CXM_MAILING_CREATE_CONTACT = 0x33772201.
  115 +public define Word32 _CXM_MAILING_UPDATE_CONTACT = 0x33772202.
  116 +public define Word32 _CXM_MAILING_DELETE_CONTACT = 0x33772203.
  117 +
  118 +public define Word32 _CXM_MAILING_CREATE_MAILING = 0x33772211.
  119 +public define Word32 _CXM_MAILING_UPDATE_MAILING = 0x33772212.
  120 +public define Word32 _CXM_MAILING_DELETE_MAILING = 0x33772213.
  121 +
  122 +public define Word32 _CXM_MAILING_ADD_CONTACT_TO_MAILING = 0x33772221.
  123 +public define Word32 _CXM_MAILING_REMOVE_CONTACT_FROM_MAILING = 0x33772222.
  124 +
  125 +
  126 +// ************* DIRECTORY SERVICE *************
  127 +
  128 +public define Word32 _CXM_DIRECTORY_SERVICE_MSG_BASIS = 0x33772300.
  129 +
  130 +// ************* BACKUP SERVICE *************
  131 +
  132 +public define Word32 _CXM_BACKUP_SERVICE_MSG_BASIS = 0x33772400.
  133 +public define Word32 _CXM_BACKUP_SERVICE_ID = 0x33772401.
  134 +public define Word32 _CXM_BACKUP_GET_STATUS = 0x33772402. /// Get backup status for a given MF (can subscribe, subscribed, subscription end date...)
  135 +public define Word32 _CXM_BACKUP_STARTING_BACKUP = 0x33772403. /// Notify BackupService that backup process is starting
  136 +public define Word32 _CXM_BACKUP_FINISHING_BACKUP = 0x33772404. /// Notify BackupService that backup process is finishing
  137 +public define Word32 _CXM_BACKUP_STARTING_RESTORE = 0x33772405. /// Notify BackupService that restore process is starting
  138 +public define Word32 _CXM_BACKUP_FINISHING_RESTORE = 0x33772406. /// Notify BackupService that restore process is finishing
  139 +
  140 +// ************* STATISTICS SERVICE *************
  141 +
  142 +public define Word32 _CXM_STATS_SERVICE_MSG_BASIS = 0x33772500.
  143 +
  144 +// ************* SUPERVISER SERVICE *************
  145 +
  146 +public define Word32 _CXM_SUPERVISER_SERVICE_MSG_BASIS = 0x33772600.
  147 +public define Word32 _CXM_SUPERVISER_SERVICE_ID = 0x33772600.
  148 +public define Word32 _CXM_SUPERVISER_GET_STATUS = 0x33772601.
  149 +
  150 +// ************* OTHER MESSAGES *************
  151 +
  152 +public define Word32 _CXM_MF_MODEL = 1296912196. // 'MMOD'
  153 +public define Word32 _CXM_MF_LICENSE = 1296845123. // 'MLIC'
  154 +
  155 +// ************* TEGAMIGAWA SERVICE *************
  156 +
  157 +public define Word32 _CXM_TEGAMIGAWA_SERVICE_MSG_BASIS = 0x33772700.
  158 +public define Word32 _CXM_TEGAMIGAWA_SERVICE_ID = 0x33772700.
  159 +public define Word32 _CXM_TEGAMIGAWA_REGISTER_CLIENT = 0x33772701.
  160 +
  161 +// *************** KAIWA SERVICE ***************
  162 +
  163 +public define Word32 _CXM_KAIWA_SERVICE_MSG_BASIS = 0x33772800.
  164 +public define Word32 _CXM_KAIWA_SERVICE_ID = 0x33772800.
  165 +public define Word32 _CXM_KAIWA_REGISTER_CLIENT = 0x33772801.
  166 +public define Word32 _CXM_KAIWA_FRIEND_REQUEST = 0x33772802.
  167 +public define Word32 _CXM_KAIWA_ADD_FRIEND = 0x33772803.
  168 +public define Word32 _CXM_KAIWA_REMOVE_FRIEND = 0x33772804.
  169 +public define Word32 _CXM_KAIWA_BLOCK_FRIEND = 0x33772805.
  170 +public define Word32 _CXM_KAIWA_ONLINE_STATUS = 0x33772806.
  171 +public define Word32 _CXM_KAIWA_SEND_MESSAGE = 0x33772807.
  172 +public define Word32 _CXM_KAIWA_RECEIVE_MESSAGE = 0x33772808.
  173 +
  174 +// *************************************************
  175 +// ************* KERO_PBX API *************
  176 +
  177 +public define Word32 _CXM_KERO_PBX_MSG_BASIS = 0x33780000. // Ask Boxes to publish their informations
... ...