Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_kazoo/
H A Dkazoo_cdr.c165 add_jstat(j_in, stats->inbound.skip_packet_count, "Skip-Packet-Count"); in kz_switch_ivr_set_json_call_stats()
185 add_jstat(j_out, stats->outbound.skip_packet_count, "Skip-Packet-Count"); in kz_switch_ivr_set_json_call_stats()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_state_machine.c104 (int)audio_stats->inbound.skip_packet_count, in switch_core_standard_on_hangup()
122 (int)audio_stats->outbound.skip_packet_count, in switch_core_standard_on_hangup()
H A Dswitch_ivr.c2690 add_stat(x_in, stats->inbound.skip_packet_count, "skip_packet_count"); in switch_ivr_set_xml_call_stats()
2749 add_stat(x_out, stats->outbound.skip_packet_count, "skip_packet_count"); in switch_ivr_set_xml_call_stats()
3197 add_jstat(j_in, stats->inbound.skip_packet_count, "skip_packet_count"); in switch_ivr_set_json_call_stats()
3239 add_jstat(j_out, stats->outbound.skip_packet_count, "skip_packet_count"); in switch_ivr_set_json_call_stats()
H A Dswitch_core_media.c1982 add_stat(stats->inbound.skip_packet_count, "in_skip_packet_count"); in set_stats()
2002 add_stat(stats->outbound.skip_packet_count, "out_skip_packet_count"); in set_stats()
H A Dswitch_rtp.c7856 rtp_session->stats.inbound.skip_packet_count++; in rtp_common_read()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h686 switch_size_t skip_packet_count; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_sangoma_codec/
H A Dmod_sangoma_codec.c892 stream->write_function(stream, "Skip packet count: %lu\n", stats->skip_packet_count); in sangoma_print_stats()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_commands/
H A Dmod_commands.c3443 add_stat(stats->inbound.skip_packet_count, "in_skip_packet_count"); in jsonify_stats()
3466 add_stat(stats->outbound.skip_packet_count, "out_skip_packet_count"); in jsonify_stats()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx3654 if (arg1) (arg1)->skip_packet_count = arg2; in CSharp_FreeSWITCHfNative_switch_rtp_numbers_t_skip_packet_count_set___()
3664 result = ((arg1)->skip_packet_count); in CSharp_FreeSWITCHfNative_switch_rtp_numbers_t_skip_packet_count_get___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs43522 public SWIGTYPE_p_switch_size_t skip_packet_count { property in FreeSWITCH.Native.switch_rtp_numbers_t