debug messages for conference center

This commit is contained in:
luis daniel lucio quiroz
2015-02-13 18:51:19 +00:00
parent d7f46b4fdb
commit 0bc858bffa
2 changed files with 3 additions and 5 deletions

View File

@@ -723,7 +723,9 @@
--send the call to the conference
cmd = meeting_uuid.."-"..domain_name.."@"..profile.."+flags{".. flags .."}";
freeswitch.consoleLog("INFO","[conference center] conference " .. cmd .. "\n");
session:execute("conference", cmd);
end
end
end
end