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?
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?