diff --git a/lib/NGCP/Panel/Utils/Subscriber.pm b/lib/NGCP/Panel/Utils/Subscriber.pm index 2dca03b606..5cab5a6634 100644 --- a/lib/NGCP/Panel/Utils/Subscriber.pm +++ b/lib/NGCP/Panel/Utils/Subscriber.pm @@ -2377,7 +2377,7 @@ sub convert_voicemailgreeting{ # die('Wrong mime-type '.$mime_type.' for the voicemail greeting. Must be a audio file in the "wav" format'); # return; #} - my @cmd = ( $filepath, '-e', 'gsm', '-b', '16', '-r', '16000', '-c', '1', $filepath_converted); + my @cmd = ( $filepath, '-e', 'gsm', '-b', '16', '-r', '8000', '-c', '1', $filepath_converted); my $output = ''; $c->log->debug("cmd=".join(" ", 'sox', @cmd)); eval {