Home
last modified time | relevance | path

Searched refs:m_forceNotify (Results 1 – 1 of 1) sorted by relevance

/dports/net/yate/yate-6.4.0-1/modules/
H A Dysipchan.cpp791 bool m_forceNotify; member in __anonc8a38d1d0111::YateSIPLine
8699 m_matchPort(true), m_matchUser(true), m_forceNotify(false) in YateSIPLine()
8734 if ((m_valid == valid) && !(m_forceNotify || reason)) in setValid()
8737 if (m_forceNotify || (m_registrar && m_username)) { in setValid()
9122 m_forceNotify = (protocol() == Tcp) || (protocol() == Tls); in update()