Home
last modified time | relevance | path

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

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_globals.h103 boolean_t trustphoneip; /*!< Trust Phone IP Support (Boolean, default=on) */ member
H A Dsccp_config_entries.hh95 …{"trustphoneip", G_OBJ_REF(trustphoneip), TYPE_BOOLEAN, SCCP_CONFIG_FLAG_OBSOLETE, …
215 …{"trustphoneip", D_OBJ_REF(trustphoneip), TYPE_BOOLEAN, SCCP_CONFIG_FLAG_GET_GLOBAL_DE…
H A Dsccp_device.h252 boolean_t trustphoneip; /*!< Trust Phone IP Support (Boolean, default=off) DEPRECATED */ member
H A Dsccp_cli.c809 CLI_AMI_OUTPUT_BOOL("Trust phone ip (deprecated)", CLI_AMI_LIST_WIDTH, GLOB(trustphoneip)); in sccp_show_globals()
1115 CLI_AMI_OUTPUT_BOOL("Trust phone ip (deprecated)", CLI_AMI_LIST_WIDTH, d->trustphoneip); in sccp_show_device()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/conf/database_updates/
H A Dupdate_mysql_v5.sql13 ALTER TABLE `sccpdevice` DROP COLUMN `trustphoneip`;