Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_smdi_md_message Struct Reference

An SMDI message desk message. More...

#include <smdi.h>

Data Fields

char calling_st [SMDI_MAX_STATION_NUM_LEN+1]
 
char fwd_st [SMDI_MAX_STATION_NUM_LEN+1]
 
char mesg_desk_num [SMDI_MESG_DESK_NUM_LEN+1]
 
char mesg_desk_term [SMDI_MESG_DESK_TERM_LEN+1]
 
char name [SMDI_MESG_NAME_LEN]
 
struct timeval timestamp
 
char type
 

Detailed Description

An SMDI message desk message.

The ast_smdi_md_message structure contains the parsed out parts of an smdi message. Each ast_smdi_interface structure has a message queue consisting ast_smdi_md_message structures.

Definition at line 65 of file smdi.h.

Field Documentation

◆ calling_st

char calling_st[SMDI_MAX_STATION_NUM_LEN+1]

Definition at line 70 of file smdi.h.

Referenced by __analog_ss_thread(), analog_ss_thread(), smdi_msg_read(), and smdi_read().

◆ fwd_st

char fwd_st[SMDI_MAX_STATION_NUM_LEN+1]

Definition at line 69 of file smdi.h.

Referenced by __analog_ss_thread(), analog_ss_thread(), smdi_msg_read(), and smdi_read().

◆ mesg_desk_num

char mesg_desk_num[SMDI_MESG_DESK_NUM_LEN+1]

Definition at line 67 of file smdi.h.

Referenced by smdi_md_q_cmp_fn(), smdi_msg_find(), smdi_msg_read(), and smdi_read().

◆ mesg_desk_term

char mesg_desk_term[SMDI_MESG_DESK_TERM_LEN+1]

Definition at line 68 of file smdi.h.

Referenced by smdi_md_q_cmp_fn(), smdi_msg_find(), smdi_msg_read(), and smdi_read().

◆ name

char name[SMDI_MESG_NAME_LEN]

◆ timestamp

struct timeval timestamp

Definition at line 72 of file smdi.h.

Referenced by msg_timestamp(), and smdi_read().

◆ type

char type

Definition at line 71 of file smdi.h.

Referenced by __analog_ss_thread(), analog_ss_thread(), Property::load(), smdi_msg_read(), and smdi_read().


The documentation for this struct was generated from the following file: