< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] Change to InviteSessionHandler


DUM will now handle Re-Invites w/ out an offer, but InviteSessionHandler had to be changed:

 

virtual void onOfferRejected(InviteSessionHandle, const SipMessage& msg)=0;

 

to:

 

virtual void onOfferRejected(InviteSessionHandle, const SipMessage* msg)=0;

 

The SipMessage ptr can be null, usually because an ACK comes back w/out an answer.

 

--Derek

 

CONFIDENTIALITY NOTICE

This email and any files transmitted with it contains proprietary information and, unless expressly stated otherwise, all contents and attachments are confidential. This email is intended for the addressee(s) only and access by anyone else is unauthorized. If you are not an addressee, any disclosure, distribution, printing or copying of the contents of this email or its attachments, or any action taken in reliance on it, is unauthorized and may be unlawful. If you are not an addressee, please inform the sender immediately and then delete this email and any copies of it. Thank you for your co-operation.