Home
last modified time | relevance | path

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

/dports/net/yate/yate-6.4.0-1/modules/
H A Dysipchan.cpp789 bool m_matchPort; member in __anonc8a38d1d0111::YateSIPLine
8699 m_matchPort(true), m_matchUser(true), m_forceNotify(false) in YateSIPLine()
8715 if (m_matchPort && port && (getPartyPort() != port)) in matchInbound()
9075 m_matchPort = msg.getBoolValue(YSTRING("match_port"),true); in update()