mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
voice-client: call_filter0 is default call_filter
This commit is contained in:
parent
e8a6ff899b
commit
906307df05
1 changed files with 1 additions and 1 deletions
|
|
@ -1268,7 +1268,7 @@ get_call_filter()
|
|||
fi
|
||||
|
||||
local call_filter enabled
|
||||
config_get call_filter $provider call_filter
|
||||
config_get call_filter $provider call_filter "call_filter0"
|
||||
if ! [ -z "$call_filter" -o "$call_filter" == "-" ] ; then
|
||||
macro="Macro($call_filter-$direction)"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue