[reSIProcate] how to stop outbound call when no any response ?

maodonghu hhmmdd at tom.com
Thu Aug 17 06:59:18 CDT 2006


resip, all
 				
I make call like this:

	SharedPtr<SipMessage> inv = account->mDum.makeInviteSession(NameAddr(target), &sdp, call);
	account->mDum.send(inv);

Usually I will got ClientInviteSession through onNewSession(ClientInviteSessionHandle h,...
and use invitesession->end() to cancel or hangup call.

But if no any message after make call, that means no onNewSession(ClientInviteSessionHandle h,...
How can I cancel the outbound call?

	


        maodonghu
        hhmmdd at tom.com
          2006-08-17




More information about the resiprocate-devel mailing list