res_rtp_asterisk: Add 'rtp show settings' cli command

This change introduce a CLI command for the RTP to display the general
configuration.

In the first step add the follow fields of the configurations:
  - rtpstart
  - rtpend
  - dtmftimeout
  - rtpchecksum
  - strictrtp
  - learning_min_sequential
  - icesupport

Change-Id: Ibe5450898e2c3e1ed68c10993aa1ac6bf09b821f
This commit is contained in:
Rodrigo Ramírez Norambuena
2020-03-03 14:42:16 +00:00
committed by Sean Bright
parent 1522c4467c
commit 7dcabaef08
2 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Subject: res_rtp_asterisk
This change include a new cli command 'rtp show settings'
The command display by general settings of rtp configuration. For this
point is added the fields: rtpstart, rtpend, dtmftimeout, rtpchecksum,
strictrtp, learning_min_sequential and icesupport.