Am 11.07.2011 12:39, schrieb IƱaki Baz Castillo:
2011/7/11 Klaus Darilion
<klaus.mailinglists(a)pernau.at>at>:
This is what I tested: $ru contains a URN and $du
contains a SIP URI.
There are lots of "warnings" but it works using sl module. But it does
not work usiong tm module which raises an error.
It should work as $du is set. Could you please test setting a tel URI
in the RURI? This is:
$ru = "tel:+12345678";
$du = "sip:someserver.com";
t_relay();
It should work with no warnings.
True!
And the same should be true for a URN
URI in the RURI (or whatever in fact).
Unfortunately it is not the case:
$ru = "urn:service:sos";
-> ERROR: pv [pv_core.c:186]: failed to parse the R-URI
$du = "sip:someserver.com";
t_relay();
-> ERROR: tm [t_lookup.c:1331]: ERROR: new_t: uri invalid
-> ERROR: tm [t_lookup.c:1478]: ERROR: t_newtran: new_t failed
regards
Klaus