Home
last modified time | relevance | path

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

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_conference.c110 boolean_t mute_on_entry; /*!< Mute new participant when they enter the conference */ member
302 conference->mute_on_entry = device->conf_mute_on_entry; in sccp_conference_create()
433 if (conference->mute_on_entry) { in sccp_conference_createParticipant()
1847 CLI_AMI_TABLE_FIELD(MuteOnEntry, "-12.12", s, 12, conference->mute_on_entry ? "Yes" : "No") \ in sccp_cli_show_conferences()