Dovid writes:
Normally the request is directed to the proxy. The
proxy then authenticates
before forwarding to the PSTN gateway. In the above example, there was a
Route header. In which case doesn't it mean
if (loose_route()) { #Route header exists.
t_relay(); #Forward now. Don't authenticate.
break;
};
if i ware you, i would authenticate the request AFTER calling loose
route.
-- juha