]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_hep/res_hep_pjsip: Add a HEPv3 capture agent module and a logger for PJSIP
authorMatthew Jordan <mjordan@digium.com>
Fri, 28 Mar 2014 18:09:03 +0000 (18:09 +0000)
committerMatthew Jordan <mjordan@digium.com>
Fri, 28 Mar 2014 18:09:03 +0000 (18:09 +0000)
commitdccb74849e4eb1750dffbd6d83180f061e06b9b8
tree494bf5caa94c46b3508ceec5263f9de99f919094
parent21165859f2451101b75ee1ba33c393872ba2daae
res_hep/res_hep_pjsip: Add a HEPv3 capture agent module and a logger for PJSIP

This patch adds the following:
(1) A new module, res_hep, which implements a generic packet capture agent for
the Homer Encapsulation Protocol (HEP) version 3. Note that this code is based
on a patch provided by Alexandr Dubovikov; I basically just wrapped it up,
added configuration via the configuration framework, and threw in a
taskprocessor.
(2) A new module, res_hep_pjsip, which forwards all SIP message traffic that
passes through the res_pjsip stack over to res_hep for encapsulation and
transmission to a HEPv3 capture server.

Much thanks to Alexandr for his Asterisk patch for this code and for a *lot*
of patience waiting for me to port it to 12/trunk. Due to some dithering on
my part, this has taken the better part of a year to port forward (I still
blame CDRs for the delay).

ASTERISK-23557 #close

Review: https://reviewboard.asterisk.org/r/3207/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@411534 65c4cc65-6c06-0410-ace0-fbb531ad65f3
CHANGES
configs/hep.conf.sample [new file with mode: 0644]
include/asterisk/res_hep.h [new file with mode: 0644]
res/res_hep.c [new file with mode: 0644]
res/res_hep.exports.in [new file with mode: 0644]
res/res_hep_pjsip.c [new file with mode: 0644]