
Data Fields | |
| struct ast_bridge_config | bconfig |
| struct ast_channel * | chan |
| struct ast_channel * | peer |
| unsigned int | return_to_pbx:1 |
Definition at line 253 of file features.c.
struct ast_bridge_config bconfig [read] |
Definition at line 255 of file features.c.
Referenced by ast_bridge_call_thread(), and builtin_atxfer().
struct ast_channel* chan [read] |
Definition at line 256 of file features.c.
Referenced by action_bridge(), ast_bridge_call_thread(), and builtin_atxfer().
struct ast_channel* peer [read] |
Definition at line 257 of file features.c.
Referenced by action_bridge(), ast_bridge_call_thread(), and builtin_atxfer().
| unsigned int return_to_pbx |
Definition at line 258 of file features.c.
Referenced by action_bridge(), and ast_bridge_call_thread().
1.6.1