Asterisk - The Open Source Telephony Project
18.5.0
|
#include <confbridge.h>
Data Fields | |
int(* | func )(struct confbridge_user *user) |
struct { | |
struct post_join_action * next | |
} | list |
Definition at line 265 of file confbridge.h.
int(* func) (struct confbridge_user *user) |
Definition at line 266 of file confbridge.h.
Referenced by conf_add_post_join_action(), and join_conference_bridge().
struct { ... } list |
Referenced by conf_add_post_join_action(), join_conference_bridge(), and leave_conference().
struct post_join_action* next |
Definition at line 267 of file confbridge.h.