Set call_screen_enabled as a variable in directory.lua.
This commit is contained in:
parent
1510c1c631
commit
ad34763c8d
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue