I have tried extracting the value of $rd right at start of main route function i.e route(....) Still I am getting domain name from the INVITE packet. I have added this code as I want this check to execute at every incoming INVITE. if(is_method("INVITE")) { xlog("$rd"); xlog("$ru"); } And I am checking the log messages to note the effect of this code.
Regarding lookup("location"), it is used in route (Location), I have tried extracting value of "$rd" there also but still I am getting domain name from INVITE packet, not from Location Table. Any help will be much appreciated.
-- View this message in context: http://sip-router.1086192.n5.nabble.com/Issue-in-Multi-Domain-Environment-tp... Sent from the Users mailing list archive at Nabble.com.