Home
last modified time | relevance | path

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

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/conf/
H A Dsccp.conf21 autoanswer_tone = Zip
H A Dsccp.conf.freepbx20 autoanswer_tone = 0x32
H A Dsccp_templated.conf21 autoanswer_tone = 0x32
H A Dsccp.conf.annotated52 ;autoanswer_tone = Zip ; Autoanswer conf…
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_globals.h82 skinny_tone_t autoanswer_tone; /*!< Auto Answer Tone */ member
H A Dchan_sccp.c162 GLOB(autoanswer_tone) = SKINNY_TONE_ZIP; in sccp_prePBXLoad()
H A Dsccp_config_entries.hh67 …{"autoanswer_tone", G_OBJ_REF(autoanswer_tone), TYPE_ENUM(skinny,tone), SCCP_CONFIG_FLA…
H A Dsccp_pbx.c155 c->setTone(c, GLOB(autoanswer_tone), SKINNY_TONEDIRECTION_USER); in sccp_pbx_call_autoanswer_thread()
H A Dsccp_cli.c813 … CLI_AMI_LIST_WIDTH, "%s (0x%02x)", skinny_tone2str(GLOB(autoanswer_tone)), GLOB(autoanswer_tone)); in sccp_show_globals()
H A Dsccp_channel.c2756 …sccp_destination_local_channel->setTone(sccp_destination_local_channel, GLOB(autoanswer_tone), SKI… in sccp_channel_transfer_complete()