fix loading of webconference application

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1734 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 17 years ago
parent 923c4dbe40
commit 1a0aac1e16

@ -72,6 +72,11 @@ int WebConferenceFactory::RoomSweepInterval;
bool WebConferenceFactory::ignore_pin = false;
int WebConferenceFactory::onLoad()
{
return getInstance()->load();
}
int WebConferenceFactory::load()
{
// only execute this once
if (configured)
@ -297,7 +302,7 @@ AmSession* WebConferenceFactory::onInvite(const AmSipRequest& req,
}
AmSession* s = new WebConferenceDialog(prompts, getInstance(), cred);
AmSessionEventHandlerFactory* uac_auth_f =
AmPlugIn::instance()->getFactory4Seh("uac_auth");
if (uac_auth_f != NULL) {

@ -109,6 +109,8 @@ class WebConferenceFactory
void sweepRooms();
int load();
public:
static string DigitsDir;
static PlayoutType m_PlayoutType;

Loading…
Cancel
Save