Chain iax engine debug enabler in module.

git-svn-id: http://voip.null.ro/svn/yate@5553 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2013-06-24 15:00:58 +00:00
parent f7f0d0e58e
commit 31bdf96404
1 changed files with 1 additions and 0 deletions

View File

@ -2126,6 +2126,7 @@ void YIAXDriver::setupEngine(const String& name, bool& valid, bool enable, bool
getBindAddr(params,addr,port);
// Create the engine
eng = new YIAXEngine(name,addr,port,init);
eng->debugChain(this);
eng->m_default = def;
bound = eng->bound();
m_engines.append(eng);