
Data Fields | |
| struct ast_bridge_config | bconfig |
| struct ast_callid * | callid |
| struct ast_channel * | chan |
| struct ast_channel * | peer |
| unsigned int | return_to_pbx:1 |
Definition at line 991 of file features.c.
| struct ast_bridge_config bconfig |
Definition at line 993 of file features.c.
Referenced by bridge_call_thread(), and builtin_atxfer().
| struct ast_callid* callid |
Definition at line 996 of file features.c.
Referenced by bridge_call_thread(), and bridge_call_thread_launch().
| struct ast_channel* chan |
Definition at line 994 of file features.c.
Referenced by action_bridge(), bridge_call_thread(), bridge_call_thread_launch(), and builtin_atxfer().
| struct ast_channel* peer |
Definition at line 995 of file features.c.
Referenced by action_bridge(), bridge_call_thread(), bridge_call_thread_launch(), and builtin_atxfer().
| unsigned int return_to_pbx |
Definition at line 997 of file features.c.
Referenced by action_bridge(), and bridge_call_thread().