Bugfix: removed enableAutoSelect method in SipLogic since it enters an audio loop or generate echos by own announcements

This commit is contained in:
Adi Bier / DL1HRC 2022-04-21 20:35:43 +02:00
parent 42e428841f
commit 18148ad85a
1 changed files with 0 additions and 1 deletions

View File

@ -693,7 +693,6 @@ bool SipLogic::initialize(void)
msg_handler->allMsgsWritten.connect(mem_fun(*this, &SipLogic::allMsgsWritten));
selector->addSource(msg_handler);
selector->enableAutoSelect(msg_handler,10);
selector->setFlushWait(msg_handler,false);
m_logic_con_out = selector;