Here bt full from back trace.
Slava.
Hello Daniel,
I tried $rz option on top of request route and that
where I see wrong request uri like
sip:sips: . And as far
I can see it happenes only for SUBSCRIBE INVITE and
NOTIFY.
if($rz=="sips") {
$ru = "sip" +
$(ru{s.substr,4,0});
}
Slava.
Sent from mobile device typos are expected.
Hello,
On 25/02/15 17:19, Slava
Bendersky wrote:
Hello Daniel,
substr you suggested didn't worked.
See my previous email.
your previous email didn't say anything about the results.
That's why I asked. Be sure you don't have those spaces that
are in the email you wrote. Also, I had more parenthesis in
the parameter of the subst_uri().
Or you can try the alternative with:
if($rz=="sips") {
$ru = "sip" + $(ru{s.substr,4,0});
}
I asked for more details from the backtrace to confirm that
what I found is the cause for the crash in this case -- see
one of my previous emails from today.
Cheers,
Daniel