Commit ed84c864adbd4a90fdf5d265f34d909ea1825eba
1 parent
f2d3a297
Added new MUSCLE message ids for License and Model messages
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
CXM_message_constants.anubis
| ... | ... | @@ -151,3 +151,7 @@ public define Word32 _CXM_SUPERVISER_GET_STATUS = 0x33772601. |
| 151 | 151 | // ************* KERO_PBX API ************* |
| 152 | 152 | |
| 153 | 153 | public define Word32 _CXM_KERO_PBX_MSG_BASIS = 0x33780000. // Ask Boxes to publish their informations |
| 154 | + | |
| 155 | +// ************* OTHER MESSAGES ************* | |
| 156 | +public define Word32 _CXM_MF_MODEL = 1296912196. // 'MMOD' | |
| 157 | +public define Word32 _CXM_MF_LICENSE = 1296845123. // 'MLIC' | ... | ... |