]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Add 'rtp show settings' cli command
authorRodrigo Ramírez Norambuena <a@rodrigoramirez.com>
Tue, 3 Mar 2020 14:42:16 +0000 (14:42 +0000)
committerSean Bright <sean.bright@gmail.com>
Thu, 5 Mar 2020 20:16:45 +0000 (14:16 -0600)
commit7dcabaef08ba34113b32e18f991f762438dca460
tree7e118c9b9f7eaf9a6b4f2f389d69b8213a1083c7
parent1522c4467c7696147c80c2a7adf4f4f19998e6c4
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
doc/CHANGES-staging/res_rtp_asterisk_show_settings_cli.txt [new file with mode: 0644]
res/res_rtp_asterisk.c