jcolp
(Joshua Colp)
October 19, 2024, 7:53pm
21
This made me remember an old implementation detail. When rejecting calls or other SIP messages, we challenge them for authentication (even if they match no endpoint) so that outside parties can’t enumerate valid usernames. This is done by having an internal “artificial” endpoint get created whose sole purpose is to do this. Its name is that of a UUID, and it wouldn’t show up in “pjsip show endpoints” because its existence is confined to the first level of handling of traffic. It’s possible that …
It’s harmless, but someone could file a new issue on Github[1] to hide it. Since it doesn’t really impact anything and is cosmetic, I don’t anticipate getting to it anytime soon unless someone takes an interest.
[1] GitHub · Where software is built
3 Likes
Bloodpack
(Horst Zimmermann)
October 19, 2024, 8:19pm
22
Thanks for confirming it is harmless and only cosmetic…
I did open a github issue but on the wrong repo, i will correct that
EDIT:
opened a new issue on the right repo Link to issue
jcolp:
It’s harmless,
Maybe, but if on this table we are supposed to see only extensions, then it’s not correct.
system
(system)
Closed
October 27, 2024, 4:31pm
24
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.