From 46d360d0ad431c307604d77b919fad5b17eebb98 Mon Sep 17 00:00:00 2001 From: Kirill Solomko Date: Tue, 24 Oct 2017 10:30:52 +0200 Subject: [PATCH] Revert "TT#22550 set codec to WAV in the API sound file update" This reverts commit e10cc8971546959763c64d2c50291b702fb3d522. Change-Id: I8bbd12f3cdbc07154224284cdbd743255ba66dc2 (cherry picked from commit 171a0faccaa0a6844013e889ea3b466eda998580) --- lib/NGCP/Panel/Role/API/SoundFiles.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/NGCP/Panel/Role/API/SoundFiles.pm b/lib/NGCP/Panel/Role/API/SoundFiles.pm index 44a906871e..2c4cad6fd0 100644 --- a/lib/NGCP/Panel/Role/API/SoundFiles.pm +++ b/lib/NGCP/Panel/Role/API/SoundFiles.pm @@ -191,7 +191,6 @@ sub update_item { last; } - $resource->{codec} = 'WAV'; $resource->{data} = $recording; delete $resource->{handle};