SOLVED unwanted incoming calls recording - cannot find out why?

ps1

New Member
Feb 12, 2017
8
0
1
126
hi

have an installation that should be like many others but this on has call recording on by default.
every destination i add has

action set record_path=${recordings_dir}/${domain_name}/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)} true 0 40 True
action set record_name=${uuid}.mp3 true 0 50 True
action set record_append=true true 0 60 True
action set record_in_progress=true true 0 70 True
action set record_stereo=true true 0 80 True
action set recording_follow_transfer=true true 0 90 True
action record_session ${record_path}/${record_name}

and actually records every call.

I cannot find out why...

* all extensions have "record disabled"
* default settings: transcribe false, no other "suspect" defaults
* variables: nothing found with search "record"


Version 5.5.9 (<- the one with the behaviour) and 5.5.10 (diff)

any hints where to search why this one instance is recording by default?
 
thank you. yes its a bug, i found the information after posting .-)
5.5.10 has the bugfix