Home
last modified time | relevance | path

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

/dports/net/sems/sems-f89581a/core/
H A DAmSipDialog.h90 int onSdpCompleted();
180 virtual int onSdpCompleted(const AmSdp& local, const AmSdp& remote)=0;
H A DAmOfferAnswer.cpp96 ret = dlg->onSdpCompleted(); in checkStateChange()
183 if (reply.code == 200) dlg->onSdpCompleted(); in onReplyIn()
H A DAmSipDialog.cpp155 int AmSipDialog::onSdpCompleted() in onSdpCompleted() function in AmSipDialog
160 onSdpCompleted(oa.getLocalSdp(), oa.getRemoteSdp()); in onSdpCompleted()
H A DAmB2BSession.h230 int onSdpCompleted(const AmSdp& local_sdp, const AmSdp& remote_sdp);
H A DAmSession.h580 virtual int onSdpCompleted(const AmSdp& offer, const AmSdp& answer);
H A DAmB2BSession.cpp566 int AmB2BSession::onSdpCompleted(const AmSdp& local_sdp, const AmSdp& remote_sdp) in onSdpCompleted() function in AmB2BSession
580 return AmSession::onSdpCompleted(local_sdp,remote_sdp); in onSdpCompleted()
H A DAmSession.cpp980 int AmSession::onSdpCompleted(const AmSdp& local_sdp, const AmSdp& remote_sdp) in onSdpCompleted() function in AmSession
/dports/net/sems/sems-f89581a/apps/ivr/
H A DIvr.h150 int onSdpCompleted(const AmSdp& offer, const AmSdp& answer);
H A DIvr.cpp816 int IvrDialog::onSdpCompleted(const AmSdp& offer, const AmSdp& answer)
830 return AmB2BCallerSession::onSdpCompleted(offer,answer);
/dports/net/sems/sems-f89581a/apps/dsm/
H A DDSMCall.h82 int onSdpCompleted(const AmSdp& offer, const AmSdp& answer);
H A DDSMCall.cpp193 int DSMCall::onSdpCompleted(const AmSdp& offer, const AmSdp& answer) in onSdpCompleted() function in DSMCall
207 return AmB2BCallerSession::onSdpCompleted(offer,answer); in onSdpCompleted()
/dports/net/sems/sems-f89581a/apps/sbc/
H A DCallLeg.h390 virtual int onSdpCompleted(const AmSdp& local, const AmSdp& remote);
H A DCallLeg.cpp1680 int CallLeg::onSdpCompleted(const AmSdp& offer, const AmSdp& answer) in onSdpCompleted() function in CallLeg
1690 return AmB2BSession::onSdpCompleted(offer, answer); in onSdpCompleted()