Conference, announce that the conference is being recorded for active conferences when its changed in the gui. Add a pin search tool for conference rooms. Finish conference center templates.

This commit is contained in:
Mark Crane
2013-02-28 18:55:36 +00:00
parent c9748225ea
commit c06ccfd33e
9 changed files with 63 additions and 436 deletions
@@ -29,11 +29,6 @@
max_tries = 3;
digit_timeout = 5000;
--include the lua script
scripts_dir = string.sub(debug.getinfo(1).source,2,string.len(debug.getinfo(1).source)-(string.len(argv[0])+1));
include = assert(loadfile(scripts_dir .. "/resources/config.lua"));
include();
--connect to the database
--ODBC - data source name
if (dsn_name) then
@@ -581,7 +576,9 @@
end
end
end
--session:setHangupHook("session_hangup_hook");
--set the hangup hook function
session:setHangupHook("session_hangup_hook");
--send the call to the conference
profile = "default";