Browse Source

MT#59038 add VSC options to NG script

Change-Id: If78e52b00afc5e3b08a27c77e6945469a1931a3f
pull/1802/head
Richard Fuchs 2 years ago
parent
commit
41e70d8cf7
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      utils/rtpengine-ng-client

+ 7
- 0
utils/rtpengine-ng-client View File

@ -51,6 +51,7 @@ my @flags = qw(
pause
early-media
block-short
recording-vsc
);
my @string_opts = qw(
@ -89,6 +90,12 @@ my @string_opts = qw(
audio-player
dtmf-log-dest
output-destination
vsc-start-rec
vsc-stop-rec
vsc-pause-rec
vsc-start-stop-rec
vsc-pause-resume-rec
vsc-start-pause-resume-rec
);
my @int_opts = qw(


Loading…
Cancel
Save