Home
last modified time | relevance | path

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

/dports/net/h323plus/h323plus-1_27_2/src/h450/
H A Dh450pdu.cxx1752 if (!mwiInfo.mwiCtrId) { in BuildMWIActivate()
1759 if (mwiInfo.mwiCalls > 0) { in BuildMWIActivate()
1792 if (!mwiInfo.mwiCtrId) { in BuildMWIInterrogateResult()
1799 if (mwiInfo.mwiCalls > 0) { in BuildMWIInterrogateResult()
1831 H323Connection::MWIInformation mwiInfo; in AttachToSetup() local
1834 mwiType = (Type)mwiInfo.mwitype; in AttachToSetup()
1851 BuildMWIActivate(arg, mwiInfo); in AttachToSetup()
1860 BuildMWIDeactivate(arg, mwiInfo); in AttachToSetup()
1893 H323Connection::MWIInformation mwiInfo; in AttachToConnect() local
2011 H323Connection::MWIInformation mwiInfo; in OnReceiveMWIActivate() local
[all …]
/dports/net/h323plus/h323plus-1_27_2/include/
H A Dh323con.h955 const MWIInformation & mwiInfo ///< Message wait indication structure
968 virtual PBoolean OnReceivedMWI(const MWIInformation & mwiInfo);
H A Dh323ep.h770 virtual PBoolean OnReceivedMWI(const H323Connection::MWIInformation & mwiInfo);
/dports/net/h323plus/h323plus-1_27_2/src/
H A Dh323ep.cxx2579 PBoolean H323EndPoint::OnReceivedMWI(const H323Connection::MWIInformation & mwiInfo) argument
2581 …TRACE(2,"EP\tReceived MWI for " << mwiInfo.mwiUser << " NoOfCalls " << mwiInfo.mwiCalls << " Messa…
H A Dh323.cxx4099 void H323Connection::SetMWINonCallParameters(const H323Connection::MWIInformation & mwiInfo) in SetMWINonCallParameters() argument
4104 mwiInformation = mwiInfo; in SetMWINonCallParameters()
4112 PBoolean H323Connection::OnReceivedMWI(const MWIInformation & mwiInfo) in OnReceivedMWI() argument
4114 return endpoint.OnReceivedMWI(mwiInfo); in OnReceivedMWI()