Home
last modified time | relevance | path

Searched refs:caller_controls (Results 1 – 3 of 3) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dmod_conference.c2720 char *caller_controls = NULL; in conference_new() local
3017 caller_controls = val; in conference_new()
3202 conference->caller_controls = switch_core_strdup(conference->pool, caller_controls); in conference_new()
H A Dmod_conference.h665 char *caller_controls; member
H A Dconference_member.c968 controls = conference->caller_controls; in conference_member_add()