TT#39354 CLEARMODE codec added to codecs_list

Change-Id: I8e3a336ea36706990779ed9828f330bb1e9ed92e
changes/17/22417/2
Jozef Kenyeres 7 years ago
parent fab6dce504
commit e18be37f75

@ -145,7 +145,7 @@ sub validate {
if( my $value = $field->value ){
#todo: 1.Should we allow only some particular separator?
#todo: 2.Lengths of the provisioning.voip_usr_preferences.value and kamailio.usr_preferences.value =128,all available values length is 141. We can't insert all codecs.
my $enum = { map { lc( $_ ) => 1 } qw/AMR AMR-WB CelB CN DVI4 G722 G723 G728 G729 GSM H261 H263 H263-1998 h264
my $enum = { map { lc( $_ ) => 1 } qw/AMR AMR-WB CelB CLEARMODE CN DVI4 G722 G723 G728 G729 GSM H261 H263 H263-1998 h264
JPEG L16 MP2T MPA MPV nv opus PCMA PCMU QCELP speex telephone-event vp8 vp9/ };
my @codecs = split(/,/, $value);
my %codecs_dup;

Loading…
Cancel
Save