[reSIProcate] DUM: InviteSession
- From: "Derek MacDonald" <Derek@xxxxxxxx>
- Date: Fri, 4 Jun 2004 17:30:15 -0700
Calling all DUM architects,
Our discussion on InviteSession and its children didn't make it into the
code, specifically the enqueue related change.
My recollection of enqueue:
call setOffer or setAnswer
call enqueue()
the handler will receive an onQueuedReadyToSend with a SipMessage for them
to adorn
send is called.
Correct? Horribly wrong?
I also found...
virtual void sendOfferInAnyMessage();
virtual void sendAnswerInAnyMessage();
in ServerInviteSession, but not in InviteSession, which is odd. Were these
deprecated by enqueue?
Derek
PS -- In InviteSession.cxx, is there any particular reason the bodies of
setOffer and setAnswer are commented out? Uncommented comment outs are
confusing.