Set call_screen_enabled as a variable in directory.lua.
This commit is contained in:
@@ -216,6 +216,7 @@
|
|||||||
--variables
|
--variables
|
||||||
sip_from_user = row.extension;
|
sip_from_user = row.extension;
|
||||||
call_group = row.call_group;
|
call_group = row.call_group;
|
||||||
|
call_screen_enabled = row.call_screen_enabled;
|
||||||
user_record = row.user_record;
|
user_record = row.user_record;
|
||||||
hold_music = row.hold_music;
|
hold_music = row.hold_music;
|
||||||
toll_allow = row.toll_allow;
|
toll_allow = row.toll_allow;
|
||||||
|
|||||||
Reference in New Issue
Block a user