2011/7/4 Klaus Darilion klaus.mailinglists@pernau.at:
I want to avoid: $ru = "sip:" + $rU + "@" + "1.2.3.4:5060";
This would be a bit hack as, for now, there is no way to know which URI schema (sip or sips) has the RURI (there is no a pv for it). So if you are forcing "sip:" you could break something if the original RURI had "sips" schema.