Remove the hard coded conference profile name.
This commit is contained in:
parent
35bbb56162
commit
0a08f39ab7
|
|
@ -622,7 +622,6 @@
|
||||||
dbh:release();
|
dbh:release();
|
||||||
|
|
||||||
--send the call to the conference
|
--send the call to the conference
|
||||||
profile = "default";
|
|
||||||
cmd = meeting_uuid.."-"..domain_name.."@"..profile.."+flags{".. flags .."}";
|
cmd = meeting_uuid.."-"..domain_name.."@"..profile.."+flags{".. flags .."}";
|
||||||
session:execute("conference", cmd);
|
session:execute("conference", cmd);
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue