I think this happend because of a bad configuration on my kamailio.cfg. I was replacing a
$ru in the NOTIFY messages with a non existent user. I fixed it and it works fine.
subst_uri("/^(sip:[a-z|0-9]*_)?([0-9]+)@(.*)$/sip:\2@\3/i");
Now it is only replaced on INVITE messages
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1120#issuecomment-299395216