mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 09:10:36 +00:00
Merge "res_pjsip_history: Add a module that provides PJSIP history for debugging" into 13
This commit is contained in:
25
CHANGES
25
CHANGES
@@ -8,6 +8,31 @@
|
|||||||
===
|
===
|
||||||
==============================================================================
|
==============================================================================
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------
|
||||||
|
--- Functionality changes from Asterisk 13.7.0 to Asterisk 13.8.0 ------------
|
||||||
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
res_pjsip_history
|
||||||
|
------------------
|
||||||
|
* A new module, res_pjsip_history, has been added that provides SIP history
|
||||||
|
viewing/filtering from the CLI. The module is intended to be used on systems
|
||||||
|
with busy SIP traffic, where existing forms of viewing SIP messages - such
|
||||||
|
as the res_pjsip_logger - may be inadequate. The module provides two new
|
||||||
|
CLI commands:
|
||||||
|
- 'pjsip set history {on|off|clear}' - this enables/disables SIP history
|
||||||
|
capturing, as well as clears an existing history capture. Note that SIP
|
||||||
|
packets captured are stored in memory until cleared. As a result, the
|
||||||
|
history capture should only be used for debugging/viewing purposes, and
|
||||||
|
should *NOT* be left permanently enabled on a system.
|
||||||
|
- 'pjsip show history' - displays the captured SIP history. When invoked
|
||||||
|
with no options, the entire captured history is displayed. Two options
|
||||||
|
are available:
|
||||||
|
-- 'entry <num>' - display a detailed view of a single SIP message in
|
||||||
|
the history
|
||||||
|
-- 'where ...' - filter the history based on some expression. For more
|
||||||
|
information on filtering, view the current CLI help for the
|
||||||
|
'pjsip show history' command.
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
--- Functionality changes from Asterisk 13.6.0 to Asterisk 13.7.0 ------------
|
--- Functionality changes from Asterisk 13.6.0 to Asterisk 13.7.0 ------------
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|||||||
1352
res/res_pjsip_history.c
Normal file
1352
res/res_pjsip_history.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user