Set call_screen_enabled as a variable in directory.lua.

This commit is contained in:
Mark Crane
2015-06-23 20:33:22 +00:00
parent 22dd5b6658
commit e40abdda91

View File

@@ -216,6 +216,7 @@
--variables
sip_from_user = row.extension;
call_group = row.call_group;
call_screen_enabled = row.call_screen_enabled;
user_record = row.user_record;
hold_music = row.hold_music;
toll_allow = row.toll_allow;