[reSIProcate] how to stop outbound call when no any response ?
- From: "maodonghu" <hhmmdd@xxxxxxx>
- Date: Thu, 17 Aug 2006 19:59:18 +0800
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@xxxxxxx
2006-08-17