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

[reSIProcate] getting the auth used for accepting an invite


Hi,

 

Anyone know a good way to get the auth (user/realm) that was used to authenticate an INVITE after receiving onNewSession?  Or how to store the user/realm used and then look it up when receiving onNewSession().  I am thinking for cases where there is more than 1 auth in the request.  My first thought was just iterate through the auth’s like DUM does, but this pretty redundant and inefficient.

 

Thanks,

 

-justin