Home
last modified time | relevance | path

Searched refs:KeypadButtonMessage (Results 1 – 4 of 4) sorted by relevance

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_protocol.h177 KeypadButtonMessage = 0x0003, enumerator
1659 } KeypadButtonMessage; /*!< KeyPad Button Message - Client -> Server */ member
H A Dsccp_device.c2852 REQ(msg, KeypadButtonMessage);
2856 msg->data.KeypadButtonMessage.lel_kpButton = htolel(digit);
2857 msg->data.KeypadButtonMessage.lel_lineInstance = htolel(line);
2858 msg->data.KeypadButtonMessage.lel_callReference = htolel(callid);
H A Dsccp_protocol.c1826 …[KeypadButtonMessage] = { KeypadButtonMessage, "Keypad Button Message", offsize(sccp_data_t, Keypa…
H A Dsccp_actions.c177 [KeypadButtonMessage] = {handle_keypad_button, TRUE},
2993 int digit = letohl(msg_in->data.KeypadButtonMessage.lel_kpButton); in handle_keypad_button()
3016 lineInstance = letohl(msg_in->data.KeypadButtonMessage.lel_lineInstance); in handle_keypad_button()
3019 callid = letohl(msg_in->data.KeypadButtonMessage.lel_callReference); in handle_keypad_button()