[reSIProcate] Handling unanswered INVITE requests
- From: Dmitry Semyonov <dsemyonov@xxxxxxx>
- Date: Tue, 17 Aug 2004 17:21:59 +0400 (MSD)
Hello.
I'm sending INVITE to non-existing IP via DUM.
I want to be able to
1) cancel retransmissions of such INVITE.
2) know whether DUM is still retransmitting the request or not.
I can't do either (1) or (2) since I don't know the
InviteSessionHandle, which is normally reported via onXxx() callbacks,
because no callback is called in the described situation.
Is it a missing functionality, or is it my misunderstanding of the
DUM concepts?
Thanks.
...Bye..Dmitry.