Home
last modified time | relevance | path

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

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/conf/
H A Dsccp.conf26 dnd_tone = 0x0
H A Dsccp.conf.annotated63 ;dnd_tone = Silence ; Sets to 0 to di…
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_globals.h85 skinny_tone_t dnd_tone; /*!< DND Tone */ member
H A Dsccp_indicate.c184 if (GLOB(dnd_tone) && d->dndFeature.status == SCCP_DNDMODE_SILENT) { in __sccp_indicate()
185 sccp_dev_starttone(d, GLOB(dnd_tone), 0, 0, SKINNY_TONEDIRECTION_USER); in __sccp_indicate()
H A Dsccp_config_entries.hh75 …{"dnd_tone", G_OBJ_REF(dnd_tone), TYPE_ENUM(skinny,tone), SCCP_CONFIG_FLAG_NONE, …