summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2014-03-28 18:32:50 +0000
committerMatthew Jordan <mjordan@digium.com>2014-03-28 18:32:50 +0000
commitef0c9fe4d80ac4e05b9894f922b186b5970e5644 (patch)
treecae8a025f5057a0fb4fd672d74fe54896ef6face /CHANGES
parenta35ce3924b2d0eea8aba2b9f9b1c3195f8ff604b (diff)
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/ ........ Merged revisions 411534 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@411556 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES23
1 files changed, 13 insertions, 10 deletions
diff --git a/CHANGES b/CHANGES
index 3b8461e48..1422ea8b2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -89,21 +89,11 @@ Debugging
without configuration changes. These dynamic logger channels will only
exist until the next restart of asterisk.
-------------------------------------------------------------------------------
---- Functionality changes from Asterisk 12.1.0 to Asterisk 12.2.0 ------------
-------------------------------------------------------------------------------
-
-ARI
-------------------
- * The live recording object on recording events now contains a target_uri
- field which contains the URI of what is being recorded.
-
Core
------------------
* Exposed sorcery-based configuration files like pjsip.conf to dialplans via
the new AST_SORCERY diaplan function.
-=======
ARI
------------------
* The live recording object on recording events now contains a target_uri
@@ -138,6 +128,19 @@ RealTime
* A new set of Alembic scripts has been added for CDR tables. This will create
a 'cdr' table with the default schema that Asterisk expects.
+res_hep
+------------------
+ * A new module, res_hep, has been added, that acts as a generic packet
+ capture agent for the Homer Encapsulation Protocol (HEP) version 3.
+ It can be configured via hep.conf. Other modules can use res_hep to send
+ message traffic to a HEP capture server.
+
+res_hep_pjsip
+------------------
+ * A new module, res_hep_pjsip, has been added that will forward PJSIP
+ message traffic to a HEP capture server. See res_hep for more
+ information.
+
res_pjsip
------------------
* transport and endpoint ToS options (tos, tos_audio, and tos_video) may now