]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
MODSOFIA-38
authorBrian West <brian@freeswitch.org>
Tue, 17 Nov 2009 15:20:40 +0000 (15:20 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 17 Nov 2009 15:20:40 +0000 (15:20 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15491 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia_glue.c

index eb191bbead86cef5bcd8da250c74595170e09307..b69aa5560c59ec01929e7c8ee40d262427cdd1a8 100644 (file)
@@ -1906,7 +1906,7 @@ static void set_stats(switch_rtp_t *rtp_session, private_object_t *tech_pvt, con
                add_stat(stats->inbound.jb_packet_count, "in_jb_packet_count");
                add_stat(stats->inbound.dtmf_packet_count, "in_dtmf_packet_count");
                add_stat(stats->inbound.cng_packet_count, "in_cng_packet_count");
-               add_stat(stats->inbound.cng_packet_count, "in_flush_packet_count");
+               add_stat(stats->inbound.flush_packet_count, "in_flush_packet_count");
 
                add_stat(stats->outbound.raw_bytes, "out_raw_bytes");
                add_stat(stats->outbound.media_bytes, "out_media_bytes");