Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
mailbox_mapping Struct Reference

A mapping between an SMDI mailbox ID and an Asterisk mailbox. More...

Collaboration diagram for mailbox_mapping:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
const ast_string_field context
 
unsigned int cur_state:1
 
struct {
   struct mailbox_mapping *   next
 
entry
 
struct ast_smdi_interfaceiface
 
const ast_string_field mailbox
 
const ast_string_field smdi
 

Detailed Description

A mapping between an SMDI mailbox ID and an Asterisk mailbox.

Definition at line 186 of file res_smdi.c.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 199 of file res_smdi.c.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

The Name of the mailbox for the SMDI link.

The name of the mailbox on the Asterisk side

The name of the voicemail context in use

Definition at line 199 of file res_smdi.c.

◆ context

const ast_string_field context

Definition at line 199 of file res_smdi.c.

Referenced by poll_mailbox().

◆ cur_state

unsigned int cur_state

This is the current state of the mailbox. It is simply on or off to indicate if there are messages waiting or not.

Definition at line 189 of file res_smdi.c.

Referenced by poll_mailbox().

◆ 

struct { ... } entry

◆ iface

struct ast_smdi_interface* iface

A Pointer to the appropriate SMDI interface

Definition at line 191 of file res_smdi.c.

Referenced by append_mailbox_mapping(), destroy_mailbox_mapping(), and poll_mailbox().

◆ mailbox

const ast_string_field mailbox

Definition at line 199 of file res_smdi.c.

Referenced by poll_mailbox().

◆ next

struct mailbox_mapping* next

Definition at line 200 of file res_smdi.c.

◆ smdi

const ast_string_field smdi

Definition at line 199 of file res_smdi.c.

Referenced by append_mailbox_mapping(), and poll_mailbox().


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