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

A refer. More...

Collaboration diagram for ast_refer:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
const ast_string_field endpoint
 
const ast_string_field from
 
const ast_string_field refer_to
 
const ast_string_field tech
 
const ast_string_field to
 
int to_self
 
struct ao2_containervars
 

Detailed Description

A refer.

Definition at line 57 of file refer.c.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 69 of file refer.c.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Where the refer is going

Where we "say" the refer came from

Where to refer to

An endpoint associated with this refer

The technology of the endpoint associated with this refer

Definition at line 69 of file refer.c.

◆ endpoint

const ast_string_field endpoint

Definition at line 69 of file refer.c.

Referenced by ast_refer_get_endpoint(), and ast_refer_set_endpoint().

◆ from

const ast_string_field from

Definition at line 69 of file refer.c.

Referenced by ast_refer_get_from(), ast_refer_set_from(), and send_refer().

◆ refer_to

const ast_string_field refer_to

Definition at line 69 of file refer.c.

Referenced by ast_refer_get_refer_to(), ast_refer_set_refer_to(), and send_refer().

◆ tech

const ast_string_field tech

Definition at line 69 of file refer.c.

Referenced by ast_refer_get_tech(), and ast_refer_set_tech().

◆ to

const ast_string_field to

Definition at line 69 of file refer.c.

Referenced by ast_refer_get_to(), ast_refer_send(), ast_refer_set_to(), and send_refer().

◆ to_self

int to_self

Definition at line 71 of file refer.c.

Referenced by ast_refer_alloc(), ast_refer_get_to_self(), ast_refer_set_to_self(), and send_refer().

◆ vars

struct ao2_container* vars

Technology/dialplan specific variables associated with the refer

Definition at line 73 of file refer.c.

Referenced by ast_refer_alloc(), ast_refer_get_var(), ast_refer_get_var_and_unlink(), ast_refer_var_iterator_init(), refer_destructor(), and refer_set_var_full().


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