2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

96_SIP : fix not working set Extensions

git-svn-id: https://svn.fhem.de/fhem/trunk@17069 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Wzut 2018-07-31 15:36:50 +00:00
parent 635db90209
commit 5f0f431d5a

View File

@ -55,7 +55,7 @@ use Blocking; # http://www.fhemwiki.de/wiki/Blocking_Call
#use Data::Dumper;
my $sip_version ="V1.9 / 27.07.18";
my $sip_version ="V1.91 / 31.07.18";
my $ua; # SIP user agent
my @fifo;
@ -112,7 +112,7 @@ sub SIP_Initialize($$)
"audio_converter:sox,ffmpeg ". #
"history_file ".
"history_size ".
"phonebook ",
"phonebook ".
"disabled:0,1 ".$readingFnAttributes;
}