Home
last modified time | relevance | path

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

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/conf/
H A Dsccp.conf24 transfer_tone = 0
H A Dsccp.conf.freepbx22 transfer_tone = 0
H A Dsccp_templated.conf23 transfer_tone = 0
H A Dsccp.conf.annotated58 ;transfer_tone = 0 ; Confirmation to…
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_globals.h84 skinny_tone_t transfer_tone; /*!< Transfer Tone */ member
H A Dsccp_config_entries.hh71 …{"transfer_tone", G_OBJ_REF(transfer_tone), TYPE_ENUM(skinny,tone), SCCP_CONFIG_FLAG_NO…
H A Dsccp_cli.c816 …ne", CLI_AMI_LIST_WIDTH, "%s (0x%02x)", skinny_tone2str(GLOB(transfer_tone)), GLOB(transfer_tone)); in sccp_show_globals()
H A Dsccp_channel.c2754 if (GLOB(transfer_tone) && sccp_destination_local_channel->state == SCCP_CHANNELSTATE_CONNECTED) { in sccp_channel_transfer_complete()