Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_kazoo/
H A Dkazoo_cdr.c106 cJSON_AddItemToObject(j_err, "Consecutive-Flaws", cJSON_CreateNumber(ep->consecutive_flaws)); in kz_switch_ivr_set_json_call_flaws()
131 cJSON_AddItemToObject(j_err, "Consecutive-Flaws", cJSON_CreateNumber(ep->consecutive_flaws)); in kz_switch_ivr_set_json_call_flaws()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c422 uint32_t consecutive_flaws; member
1580 if (rtp_session->consecutive_flaws++) { in do_mos()
1581 int penalty = rtp_session->consecutive_flaws; in do_mos()
1585 rtp_session->consecutive_flaws, penalty); in do_mos()
1592 rtp_session->stats.inbound.error_log->consecutive_flaws++; in do_mos()
1596 rtp_session->consecutive_flaws = 0; in do_mos()
1650 rtp_session->consecutive_flaws = 0; in reset_jitter_seq()
H A Dswitch_ivr.c2735 switch_snprintf(var_val, sizeof(var_val), "%" SWITCH_TIME_T_FMT, ep->consecutive_flaws); in switch_ivr_set_xml_call_stats()
3229 cJSON_AddItemToObject(j_err, "consecutiveFlaws", cJSON_CreateNumber(ep->consecutive_flaws)); in switch_ivr_set_json_call_stats()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h675 uint32_t consecutive_flaws; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx3446 if (arg1) (arg1)->consecutive_flaws = arg2; in CSharp_FreeSWITCHfNative_switch_error_period_t_consecutive_flaws_set___()
3456 result = (uint32_t) ((arg1)->consecutive_flaws); in CSharp_FreeSWITCHfNative_switch_error_period_t_consecutive_flaws_get___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs36340 public uint consecutive_flaws { property in FreeSWITCH.Native.switch_error_period_t