Home
last modified time | relevance | path

Searched refs:OnAnswerCall (Results 1 – 25 of 43) sorted by relevance

12

/dports/net/opal/opal-3.10.10/samples/mfc/
H A DmfcEndPoint.cpp69 H323Connection::AnswerCallResponse CMfcEndPoint::OnAnswerCall(H323Connection & connection, const PS…
/dports/net/h323plus/h323plus-1_27_2/samples/simple/
H A Dmain.h51 …virtual H323Connection::AnswerCallResponse OnAnswerCall(H323Connection &, const PString &, const H…
H A Dmain.cxx752 SimpleH323EndPoint::OnAnswerCall(H323Connection & connection, in OnAnswerCall() function in SimpleH323EndPoint
/dports/net/opal/opal-3.10.10/src/h323/
H A Dh323ep.cxx1004 H323EndPoint::OnAnswerCall(H323Connection & connection, in OnAnswerCall() function in H323EndPoint
1010 return connection.OnAnswerCall(caller); in OnAnswerCall()
1014 H323EndPoint::OnAnswerCall(OpalConnection & connection, in OnAnswerCall() function in H323EndPoint
1018 return OpalEndPoint::OnAnswerCall(connection, caller); in OnAnswerCall()
H A Dh323.cxx1178 AnsweringCall(OnAnswerCall(remotePartyName, *setupPDU, *connectPDU, *progressPDU)); in OnReceivedSignalSetup()
1681 H323Connection::OnAnswerCall(const PString & caller, in OnAnswerCall() function in H323Connection
1687 return endpoint.OnAnswerCall(*this, caller, setupPDU, connectPDU, progressPDU); in OnAnswerCall()
1691 H323Connection::OnAnswerCall(const PString & caller) in OnAnswerCall() function in H323Connection
1693 return OpalRTPConnection::OnAnswerCall(caller); in OnAnswerCall()
/dports/net/opal/opal-3.10.10/include/opal/
H A Dcall.h226 virtual OpalConnection::AnswerCallResponse OnAnswerCall(
H A Dendpoint.h343 virtual OpalConnection::AnswerCallResponse OnAnswerCall(
H A Dmanager.h517 virtual OpalConnection::AnswerCallResponse OnAnswerCall(
H A Dconnection.h758 virtual AnswerCallResponse OnAnswerCall(
/dports/net/opal/opal-3.10.10/include/h323/
H A Dh323ep.h636 virtual OpalConnection::AnswerCallResponse OnAnswerCall(
643 virtual OpalConnection::AnswerCallResponse OnAnswerCall(
H A Dh323con.h772 virtual AnswerCallResponse OnAnswerCall(
779 virtual AnswerCallResponse OnAnswerCall(
/dports/net/opal/opal-3.10.10/src/opal/
H A Dendpoint.cxx449 OpalEndPoint::OnAnswerCall(OpalConnection & connection, in OnAnswerCall() function in OpalEndPoint
452 return manager.OnAnswerCall(connection, caller); in OnAnswerCall()
H A Dconnection.cxx542 OpalConnection::AnswerCallResponse OpalConnection::OnAnswerCall(const PString & callerName) in OnAnswerCall() function in OpalConnection
544 return endpoint.OnAnswerCall(*this, callerName); in OnAnswerCall()
H A Dmanager.cxx704 OpalConnection::AnswerCallResponse OpalManager::OnAnswerCall(OpalConnection & connection, in OnAnswerCall() function in OpalManager
707 return connection.GetCall().OnAnswerCall(connection, caller); in OnAnswerCall()
H A Dcall.cxx246 OpalConnection::AnswerCallResponse OpalCall::OnAnswerCall(OpalConnection & PTRACE_PARAM(connection), in OnAnswerCall() function in OpalCall
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_h323/
H A Dmod_h323.h347 …virtual H323Connection::AnswerCallResponse OnAnswerCall(const PString & caller, const H323SignalPD…
H A Dmod_h323.cpp872 H323Connection::AnswerCallResponse FSH323Connection::OnAnswerCall(const PString &caller, in OnAnswerCall() function in FSH323Connection
/dports/net/h323plus/h323plus-1_27_2/include/
H A Dh323con.h1029 virtual AnswerCallResponse OnAnswerCall(
H A Dh323ep.h981 virtual H323Connection::AnswerCallResponse OnAnswerCall(
/dports/net/opal/opal-3.10.10/src/Python/opal/
H A DOpalCall.sip207 virtual OpalConnection::AnswerCallResponse OnAnswerCall(
H A DOpalEndPoint.sip285 virtual OpalConnection::AnswerCallResponse OnAnswerCall(
H A DH323EndPoint.sip470 virtual OpalConnection::AnswerCallResponse OnAnswerCall(
H A DOpalConnection.sip706 virtual AnswerCallResponse OnAnswerCall(
711 This should only be called if the OnAnswerCall() callback function has
/dports/net/yate/yate-6.4.0-1/modules/
H A Dh323chan.cpp515 virtual H323Connection::AnswerCallResponse OnAnswerCall(const PString& caller,
1824 H323Connection::AnswerCallResponse YateH323Connection::OnAnswerCall(const PString &caller, in OnAnswerCall() function in __anon9160ee180111::YateH323Connection
/dports/net/h323plus/h323plus-1_27_2/src/
H A Dh323.cxx1623 AnsweringCall(OnAnswerCall(remotePartyName, setupPDU, *connectPDU)); in OnReceivedSignalSetup()
2292 H323Connection::OnAnswerCall(const PString & caller, in OnAnswerCall() function in H323Connection
2296 return endpoint.OnAnswerCall(*this, caller, setupPDU, connectPDU); in OnAnswerCall()

12