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:41:51 +02:00
parent 6c1049d219
commit dac68452eb
1 changed files with 1 additions and 2 deletions

View File

@ -88,7 +88,7 @@ using namespace pj;
*
****************************************************************************/
#define DEFAULT_SIPLIMITER_THRESH -1.0
#define PJSIP_VERSION "10042022"
#define PJSIP_VERSION "21042022"
/****************************************************************************
@ -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;