< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
Hi, I'm test my UA with sip.iptel.org and opensips.org for attended transfer feature.I'm follow the code that in the basicclientcall.cxx:=================voidBasicClientCall::onNewSession(ServerInviteSessionHandle h, InviteSession::OfferAnswerType oat, const SipMessage& msg){InfoLog(<< "onNewSession(ServerInviteSessionHandle): msg=" << msg.brief());mInviteSessionHandle = h->getSessionHandle();// First check if this INVITE is to replace an existing sessionif(msg.exists(h_Replaces)){pair<InviteSessionHandle, int> presult;presult = mDum.findInviteSession(msg.header(h_Replaces));if(!(presult.first == InviteSessionHandle::NotValid())){===================Here always fail to mDum.findInviteSession, the presult.first is equals to InviteSessionHandle::NotValid().But when I test with sip2sip.info it works fine.Best regards,
_______________________________________________
resiprocate-users mailing list
resiprocate-users@xxxxxxxxxxxxxxx
List Archive: http://list.resiprocate.org/archive/resiprocate-users/