Hi all
I have a scenario in which I explicitly need to extract NATed IPs of the endpoints, for both RRQ & ARQ. For ARQ I did it by simply checking if callingeP->isNated() then get its NAT IP, in RadAuthBase::Check(
RasPDU<H225_AdmissionRequest> & arqPdu, ARQAuthData& authData) in Radauth.cxx, but for RRQ I cant seem to find any way to get NAT IPs for endpoints in
int RadAuthBase::Check(RasPDU<H225_RegistrationRequest>& rrqPdu, RRQAuthData& authData) method in the same file i.e RadAuth.cxx.
I simply need to extract the public/NAT IP of the endpoints requesting Registration.
Any comments are welcome
Regards