Re: [SR-Users] Pseudo-variables and branches

2013-09-04 Thread Daniel-Constantin Mierla
Hello, $rd is the domain from the latest r-uri, not from original r-uri. Can you check to be sure there is no revert_uri() used somewhere around? If still a problem, then load debugger module, set its parameter cfgtrace to 1 and send the log messages here to see what actions are executed, ma

[SR-Users] Pseudo-variables and branches

2013-08-24 Thread Steve Davies
Hi - Can someone help me understand how pseudo-variables interact with branches? I've written this logic in my failure route to do a reroute of calls if the primary destination fails: if ( is_method("INVITE") && !t_check_status("407") && ($rd != "127.0.0.1") ) { # Maybe s