Am 04.07.2011 14:26, schrieb IƱaki Baz Castillo:
2011/7/4 Klaus Darilion
<klaus.mailinglists(a)pernau.at>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.
Indeed. In my case I do not care anyway. I have to use sip: as the
gateway does not support TLS :-)
klaus