]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip/pjsip_options: Add StatsD statistics for PJSIP contacts 54/1654/2
authorMatt Jordan <mjordan@digium.com>
Wed, 18 Nov 2015 16:07:09 +0000 (10:07 -0600)
committerMatt Jordan <mjordan@digium.com>
Thu, 19 Nov 2015 17:57:28 +0000 (11:57 -0600)
commit90d9a70789a0874cff3a29caca5046995a54dbd4
tree88472c2348ba2cfbc06f143d812e54a04dc87f95
parent75097a0955ca707ac8f6dc0d4def9b9d3b9c2b8a
res_pjsip/pjsip_options: Add StatsD statistics for PJSIP contacts

This patch adds the ability to send StatsD statistics related to the
state of PJSIP contacts. This includes:
 * A GUAGE statistic measuring the count of contacts in a particular state.
   This measures how many contacts are reachable, unreachable, etc.
 * The RTT time for each contact, if those contacts are qualified. This
   provides StatsD engines useful time-based data about each contact.

ASTERISK-25571

Change-Id: Ib8378d73afedfc622be0643b87c542557e0b332c
CHANGES
res/res_pjsip/location.c
res/res_pjsip/pjsip_options.c