Asterisk - The Open Source Telephony Project GIT-master-3dee037
|
#include <confbridge.h>
Data Fields | |
int(* | func )(struct confbridge_user *user) |
struct { | |
struct post_join_action * next | |
} | list |
Definition at line 267 of file confbridge.h.
int(* func) (struct confbridge_user *user) |
Definition at line 268 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 269 of file confbridge.h.