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:
@@ -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";
|
||||
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
<font face="arial">
|
||||
<b>Message From "${caller_id_name}" <a href="tel:${caller_id_number}">${caller_id_number}</a></b><br/>
|
||||
<hr noshade="noshade" size="1"/>
|
||||
Created: ${message_date}<br/>
|
||||
Duration: ${message_duration}<br/>
|
||||
Account: ${account}@${domain_name}<br/>
|
||||
</font>
|
||||
-1
@@ -1 +0,0 @@
|
||||
Voicemail from ${caller_id_name} <${caller_id_number}> ${message_duration}
|
||||
+4
-4
@@ -1,7 +1,7 @@
|
||||
<font face="arial">
|
||||
<b>Message From "${caller_id_name}" <a href="tel:${caller_id_number}">${caller_id_number}</a></b><br/>
|
||||
<p>The conference moderator pin is ${moderator_pin} and it ended on ${conference_date_end}.</p>
|
||||
<p>You can download your conference recording by clicking <a href='http://${domain_name}/app/conference_centers/conference_session_details.php?uuid=${conference_uuid}'>here</a>.</p>
|
||||
<hr noshade="noshade" size="1"/>
|
||||
Created: ${message_date}<br/>
|
||||
Duration: ${message_duration}<br/>
|
||||
Account: ${account}@${domain_name}<br/>
|
||||
Moderator PIN: ${moderator_pin}
|
||||
Ended: ${conference_date_end}<br/>
|
||||
</font>
|
||||
+1
-1
@@ -1 +1 @@
|
||||
Voicemail from ${caller_id_name} <${caller_id_number}> ${message_duration}
|
||||
New recording available for conference ${moderator_pin} ${conference_date_end}.
|
||||
Reference in New Issue
Block a user