[from-internal]
exten = 100,1,Answer()
same = n,Wait(1)
same = n,Playback(hello-world)
same = n,Hangup()
How do I get rid of these requests? Is it security breach?
I was trying to create basic internal telephony between two numbers with pjsip.
Does anyone have comprehensible guide?
Welcome to the internet. You have a lot of attackers out there looking for vulnerable systems. You can do a few things.
Block your server from the internet and only allow traffic from specific IP’s. You can use something like TailScale (https://tailscale.com/) so you can get to your PBX if you are not on the same network.