Home
last modified time | relevance | path

Searched refs:pbx_test_flag (Results 1 – 6 of 6) sorted by relevance

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast/
H A Dast.c628 …if(!pbx_channel || pbx_test_flag(pbx_channel_flags(pbx_channel), AST_FLAG_ZOMBIE) || pbx_check_han… in sccp_astgenwrap_handleHangup()
665 if(pbx_test_flag(pbx_channel_flags(pbx_channel), AST_FLAG_BLOCKING)) { /* not sure if required */ in sccp_astgenwrap_handleHangup()
778 if (!pbx_test_flag(pbx_channel_flags(pbx_channel), AST_FLAG_MOH)) { in sccp_astwrap_moh_start()
787 if (pbx_test_flag(pbx_channel_flags(pbx_channel), AST_FLAG_MOH)) { in sccp_astwrap_moh_stop()
H A Ddefine.h410 #define pbx_test_flag ast_test_flag macro
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_cli.c821 …CLI_AMI_OUTPUT_BOOL("Jitterbuffer enabled ", CLI_AMI_LIST_WIDTH, pbx_test_flag(GLOB(global_jbconf)… in sccp_show_globals()
822 …CLI_AMI_OUTPUT_BOOL("Jitterbuffer forced ", CLI_AMI_LIST_WIDTH, pbx_test_flag(GLOB(global_jbconf),… in sccp_show_globals()
826 …CLI_AMI_OUTPUT_BOOL("Jitterbuffer log ", CLI_AMI_LIST_WIDTH, pbx_test_flag(GLOB(global_jbconf), A… in sccp_show_globals()
H A Dsccp_feature.c233 if(pbx_test_flag(pbx_channel_flags(original), AST_FLAG_ZOMBIE)) { in sccp_feat_perform_pickup()
H A Dsccp_conference.c749 if (pbx_test_flag(pbx_channel_flags(participant->conferenceBridgePeer), AST_FLAG_BLOCKING)) { in sccp_conference_thread()
H A Dsccp_config.c1394 if (pbx_test_flag(jb, flag) != (unsigned) sccp_true(value)) { in sccp_config_parse_jbflags()