mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Added RTP protocol information to flow statistics
This commit is contained in:
parent
29906527a8
commit
77426f7ece
4 changed files with 407 additions and 80 deletions
|
|
@ -177,9 +177,9 @@ template = {
|
|||
['SIP_CALL_STATE'] = NTOP_BASE_ID+363,
|
||||
|
||||
-- RTP
|
||||
['RTP_FIRST_SSRC'] = NTOP_BASE_ID+150,
|
||||
['RTP_FIRST_SEQ'] = NTOP_BASE_ID+150,
|
||||
['RTP_FIRST_TS'] = NTOP_BASE_ID+151,
|
||||
['RTP_LAST_SSRC'] = NTOP_BASE_ID+152,
|
||||
['RTP_LAST_SEQ'] = NTOP_BASE_ID+152,
|
||||
['RTP_LAST_TS'] = NTOP_BASE_ID+153,
|
||||
['RTP_IN_JITTER'] = NTOP_BASE_ID+154,
|
||||
['RTP_OUT_JITTER'] = NTOP_BASE_ID+155,
|
||||
|
|
@ -190,11 +190,20 @@ template = {
|
|||
['RTP_OUT_MAX_DELTA'] = NTOP_BASE_ID+160,
|
||||
['RTP_IN_PAYLOAD_TYPE'] = NTOP_BASE_ID+161,
|
||||
['RTP_SIP_CALL_ID'] = NTOP_BASE_ID+348,
|
||||
['RTP_MOS'] = NTOP_BASE_ID+370,
|
||||
['RTP_R_FACTOR'] = NTOP_BASE_ID+371,
|
||||
['RTP_IN_MOS'] = NTOP_BASE_ID+370,
|
||||
['RTP_IN_R_FACTOR'] = NTOP_BASE_ID+371,
|
||||
['RTP_RTT'] = NTOP_BASE_ID+380,
|
||||
['RTP_IN_TRANSIT'] = NTOP_BASE_ID+381,
|
||||
['RTP_OUT_TRANSIT'] = NTOP_BASE_ID+382,
|
||||
['RTP_DTMF_TONES'] = NTOP_BASE_ID+395,
|
||||
['RTP_IN_PKT_DROP'] = NTOP_BASE_ID+430,
|
||||
['RTP_OUT_PKT_DROP'] = NTOP_BASE_ID+431,
|
||||
['RTP_OUT_MOS'] = NTOP_BASE_ID+432,
|
||||
['RTP_OUT_R_FACTOR'] = NTOP_BASE_ID+433,
|
||||
['RTP_MOS'] = NTOP_BASE_ID+434,
|
||||
['RTP_R_FACTOR'] = NTOP_BASE_ID+436,
|
||||
['RTP_SSRC'] = NTOP_BASE_ID+437,
|
||||
|
||||
|
||||
-- Process
|
||||
['SRC_PROC_PID'] = NTOP_BASE_ID+168,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue