Thu Apr 28 2011 17:14:04

Asterisk developer's documentation


ast_smdi_mwi_message Struct Reference

An SMDI message waiting indicator message. More...

#include <smdi.h>

Collaboration diagram for ast_smdi_mwi_message:

Data Fields

ast_mutex_t _lock
char cause [SMDI_MWI_FAIL_CAUSE_LEN+1]
char fwd_st [SMDI_MAX_STATION_NUM_LEN+1]
char name [80]
struct ast_smdi_mwi_messagenext [1]
unsigned int objflags
unsigned int refcount
struct timeval timestamp

Detailed Description

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.

Definition at line 54 of file smdi.h.


Field Documentation

Definition at line 55 of file smdi.h.

char cause[SMDI_MWI_FAIL_CAUSE_LEN+1]

Definition at line 57 of file smdi.h.

Referenced by run_externnotify(), and smdi_read().

char fwd_st[SMDI_MAX_STATION_NUM_LEN+1]

Definition at line 55 of file smdi.h.

Referenced by run_externnotify(), and smdi_read().

char name[80]

Definition at line 55 of file smdi.h.

Referenced by smdi_read().

Definition at line 55 of file smdi.h.

unsigned int objflags

Definition at line 55 of file smdi.h.

unsigned int refcount

Definition at line 55 of file smdi.h.

struct timeval timestamp

Definition at line 58 of file smdi.h.

Referenced by msg_timestamp(), and smdi_read().


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