I do notice that with these 2 examples, there is no `To User` in the subscribe request (after looking in the `bt full` output). The To header looks like this: ``` To: sip:mydomain:8060 ``` Which could cause an issue. I can add a check for that where no `$tU` exists and filter those out if needed.