1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-04 22:19:38 +00:00

FRITZBOX: moh_upload.mp3

git-svn-id: https://svn.fhem.de/fhem/trunk@7375 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch 2014-12-31 12:35:08 +00:00
parent 84446902d6
commit b97c2bbabd

View File

@ -1151,7 +1151,7 @@ sub FRITZBOX_SetMOH($@)
my @cmdArray;
my $result;
my $name = $hash->{NAME};
my $uploadFile = '/var/tmp/moh_upload';
my $uploadFile = '/var/tmp/moh_upload.mp3';
my $mohFile = '/var/tmp/fx_moh';
if (lc $type eq lc $mohtype[0] || $type eq "0")