Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:00 2007

Asterisk developer's documentation :: Codename Pineapple


ast_smdi_mwi_message Struct Reference

#include <smdi.h>


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 52 of file smdi.h.

Public Member Functions

 ASTOBJ_COMPONENTS (struct ast_smdi_mwi_message)

Data Fields

char cause [SMDI_MWI_FAIL_CAUSE_LEN+1]
char fwd_st [SMDI_MAX_STATION_NUM_LEN+1]
timeval timestamp


Member Function Documentation

ASTOBJ_COMPONENTS struct  ast_smdi_mwi_message  ) 
 


Field Documentation

char cause[SMDI_MWI_FAIL_CAUSE_LEN+1]
 

Definition at line 55 of file smdi.h.

char fwd_st[SMDI_MAX_STATION_NUM_LEN+1]
 

Definition at line 54 of file smdi.h.

struct timeval timestamp
 

Definition at line 56 of file smdi.h.

Referenced by ast_smdi_mwi_message_pop().


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

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen