Home
last modified time | relevance | path

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

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/conf/
H A Dsqlite.sql28 conf_mute_on_entry varchar(3) DEFAULT 'off', field
H A Dsqlite3.sql43 conf_mute_on_entry varchar(3) DEFAULT 'off', field
H A Dpostgres.sql36 conf_mute_on_entry varchar(3) NULL default 'off', field
H A Dmysql-v5_old.sql33 `conf_mute_on_entry` varchar(3) default 'off',
H A Dmysql-v5_enum.sql33 `conf_mute_on_entry` ENUM('on','true','yes','off','false','no') NOT NULL default 'off',
H A Dsccp.conf.annotated229 ;conf_mute_on_entry = no ; Mute new partic…
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/conf/database_updates/
H A Dupdate_mysql_v5.sql59 ALTER TABLE `sccpdevice` CHANGE COLUMN `conf_mute_on_entry` ENUM('on','true','yes','off','false','n…
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_device.h301 boolean_t conf_mute_on_entry; /*!< Mute participants when they enter */ member
H A Dsccp_config_entries.hh265 …{"conf_mute_on_entry", D_OBJ_REF(conf_mute_on_entry), TYPE_BOOLEAN, SCCP_CONFIG_FLAG_NON…
H A Dsccp_conference.c300 if (device->conf_mute_on_entry) { in sccp_conference_create()
302 conference->mute_on_entry = device->conf_mute_on_entry; in sccp_conference_create()
H A Dsccp_appfunctions.c499 snprintf(buf, buf_len, "%s", d->conf_mute_on_entry ? "ON" : "OFF"); in sccp_func_sccpdevice()
H A Dsccp_cli.c1136 CLI_AMI_OUTPUT_BOOL("conf_mute_on_entry", CLI_AMI_LIST_WIDTH, d->conf_mute_on_entry); in sccp_show_device()