Call Data (number of bytes varies with the value of Action)
Length=8
Action=1. Pre-session save. Call Data contains the following fields to represent the outgoing session information:
┌─────────────────────────┬───────┐ │Field │Length │ ├─────────────────────────┼───────┤ │Session Type │WORD │ ├─────────────────────────┼───────┤ │Session ID │WORD │ └─────────────────────────┴───────┘
Action=2. Post-session save. Call Data contains the following fields to represent the changing (incoming and outgoing Session IDs) session information:
┌─────────────────────────┬───────┐ │Field │Length │ ├─────────────────────────┼───────┤ │Session ID In │WORD │ ├─────────────────────────┼───────┤ │Session ID Out │WORD │ └─────────────────────────┴───────┘
Action=4. Post-session restore. Call Data contains the following fields to represent the restored (incoming) session information:
┌─────────────────────────┬───────┐ │Field │Length │ ├─────────────────────────┼───────┤ │Session ID │WORD │ ├─────────────────────────┼───────┤ │Session Type │WORD │ └─────────────────────────┴───────┘
Action=8. Session termination. Call Data contains the following fields to represent the terminating session information:
┌─────────────────────────┬───────┐ │Field │Length │ ├─────────────────────────┼───────┤ │Session Type │WORD │ ├─────────────────────────┼───────┤ │Session ID │WORD │ └─────────────────────────┴───────┘
Action=16. Session creation. Call Data contains the following fields to represent the newly created session information:
┌─────────────────────────┬───────┐ │Field │Length │ ├─────────────────────────┼───────┤ │Session ID │WORD │ ├─────────────────────────┼───────┤ │Session Type │WORD │ └─────────────────────────┴───────┘Length=12
Action=32. Start of session switch. Call Data contains the following fields to represent session-switching (incoming and outgoing session) information:
┌─────────────────────────┬───────┐ │Field │Length │ ├─────────────────────────┼───────┤ │Session In ID │WORD │ ├─────────────────────────┼───────┤ │Session In Type │WORD │ ├─────────────────────────┼───────┤ │Session Out ID │WORD │ ├─────────────────────────┼───────┤ │Session Out Type │WORD │ └─────────────────────────┴───────┘
Action=64. End of session switch. Call Data contains the following fields to represent session-switching information:
┌─────────────────────────┬───────┐ │Field │Length │ ├─────────────────────────┼───────┤ │Session In ID │WORD │ ├─────────────────────────┼───────┤ │Session In Type │WORD │ ├─────────────────────────┼───────┤ │Session Out ID │WORD │ ├─────────────────────────┼───────┤ │Session Out Type │WORD │ └─────────────────────────┴───────┘Length=24
Action=128. AIM pre-save verify. This type of notification is issued to device drivers to verify that the new AIM parameters are valid. The new values are not actually set until the AIM post-save activate notification.
Action=256. AIM post-save activate. The Call Data area format for Length=24 (all Action values) is defined as follows:
┌─────────────────────────┬───────┐ │Field │Length │ ├─────────────────────────┼───────┤ │AIM_Errors │DWORD │ ├─────────────────────────┼───────┤ │AIM_Active │WORD │ ├─────────────────────────┼───────┤ │AIM_Timeout │WORD │ ├─────────────────────────┼───────┤ │AIM_FKAccept │DWORD │ ├─────────────────────────┼───────┤ │AIM_FKRate │DWORD │ ├─────────────────────────┼───────┤ │AIM_FKDelay │DWORD │ └─────────────────────────┴───────┘
AIM_Errors
Bits 31-5