Home
last modified time | relevance | path

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

/dports/net/sems/sems-f89581a/core/
H A DAmOfferAnswer.cpp94 (state == OA_Completed)) { in checkStateChange()
112 if(state != OA_Completed){ in clearTransitionalState()
175 if(((state == OA_Completed) || in onReplyIn()
243 case OA_Completed: in onRxSdp()
249 setState(OA_Completed); in onRxSdp()
279 case OA_Completed: in onTxSdp()
285 setState(OA_Completed); in onTxSdp()
359 || (state == OA_Completed); in onReplyOut()
377 (state == OA_Completed || state == OA_OfferSent) && in onReplyOut()
391 (reply.code == 200 && reply.cseq_method == SIP_METH_INVITE && state == OA_Completed)) { in onReplyOut()
[all …]
H A DAmOfferAnswer.h43 OA_Completed, enumerator
H A DAmSipDialog.cpp105 (oa.getState() != AmOfferAnswer::OA_Completed)); in onRxReqSanity()
/dports/net/sems/sems-f89581a/apps/sbc/
H A DCallLeg.cpp444 if (forward && dlg->getOAState() == AmOfferAnswer::OA_Completed) { in setOther()
1402 case AmOfferAnswer::OA_Completed: in changeRtpMode()
1458 case AmOfferAnswer::OA_Completed: in changeRtpMode()
1625 dlg->getOAState() == AmOfferAnswer::OA_Completed) in updateLocalSdp()