| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
An SMDI message waiting indicator message. More...
#include <smdi.h>
| Data Fields | |
| char | cause [SMDI_MWI_FAIL_CAUSE_LEN+1] | 
| char | fwd_st [SMDI_MAX_STATION_NUM_LEN+1] | 
| char | name [SMDI_MESG_NAME_LEN] | 
| struct timeval | timestamp | 
An SMDI message waiting indicator message.
The ast_smdi_mwi_message structure contains the parsed out parts of an smdi message. Each ast_smdi_interface structure has a message queue consisting ast_smdi_mwi_message structures.
| char cause[SMDI_MWI_FAIL_CAUSE_LEN+1] | 
Definition at line 54 of file smdi.h.
Referenced by run_externnotify(), and smdi_read().
| char fwd_st[SMDI_MAX_STATION_NUM_LEN+1] | 
Definition at line 53 of file smdi.h.
Referenced by run_externnotify(), and smdi_read().
| char name[SMDI_MESG_NAME_LEN] | 
Definition at line 52 of file smdi.h.
Referenced by PathSegment::get_child(), SwaggerType::load(), smdi_mwi_q_cmp_fn(), and smdi_read().
| struct timeval timestamp | 
Definition at line 55 of file smdi.h.
Referenced by msg_timestamp(), and smdi_read().