Vipul Varshney..(maverick) wrote: > i am making a calll forwarding and call waiting application with the > help of a statefull proxy server and a location database. > > which parameter can i use to pass the forward uri in the location > server. Or should i modify the data structure for that. Please see proxy_calculate_target() function in proxy.h. Currently it returns 404 (Not Found) if it detects that the target domain is itself. You need to change this with the new logic that looks up the destination and put it in the request URI. cheers, -benny