#define FORWARD_STAT_MESSAGE 0x0090 struct forward_stat_message { uint32_t activeforward; uint32_t lineNumber; uint32_t forwardall; char forwardallnum[24]; uint32_t forwardNoAns; char forwardNAnum[24]; uint32_t space[28]; }; Notes: activeforward - Is set to 0 to clear the forwarding state on the phone Is set to 7 to set the forwarding state on the phone (activates the icon) Values between 0 and 7 have not been captured, but may exist/have a purpose forwardallnum/forwardNAnum - Contain the number the phone is forwarded to, depending on which forwarding mode is being set The message should be sent after successfully setting or clearing the forwarding state from the phone.