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

[reSIProcate-users] differentiating Server and Client Invite Sessions from handle


Is there a "simpler" way to differentiate ServerInviteSession and
ClientInviteSession using InviteSessionHandle ? For example, in
"OnAnswer()", I would like to know what kind of invite sessions I'm dealing
with, a server or client. I'm dealing with a system which can act as UAC and
UAS.

-Vasanthi