Moved jingle specific modules away, load them on demand from jingle channel.

git-svn-id: http://yate.null.ro/svn/yate/trunk@2419 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2009-01-09 15:21:26 +00:00
parent 9f8215ba16
commit 3feb774bb3
1 changed files with 1 additions and 0 deletions

View File

@ -4036,6 +4036,7 @@ YJGDriver::YJGDriver()
{
Output("Loaded module YJingle");
m_statusCmd << "status " << name();
Engine::extraPath("jingle");
}
YJGDriver::~YJGDriver()