Setting up a sip trunk

My sip provider does not require any user names and passwords.
They simple accept calls based on IP Address.

How do u set up the sip trunk to Accept calls from my SIP provider based on IP address. My sip provider can send calls from 1 of 5 IP addresses.

I also need to send calls out the same trunk.

My sip provider does not require any user names and passwords.
They simple accept calls based on IP Address.

How do u set up the sip trunk to Accept calls from my SIP provider based on IP address. My sip provider can send calls from 1 of 5 IP addresses.

I also need to send calls out the same trunk.

Currently all calls come in
Executing [6468620064@from-sip-external:2]

If you are desperate click on the support tab and work with one of the fine FreePBX engineers.

If you are not desperate enough to pay you need to study the Asterisk docs and understand how to setup a peer. Use as few arguments as you can. The host= must match the IP of your carrier. Type will be friend and insecure=very. The rest you have to experiment with.

Let me guess - someone told you to use “from-sip-external” as your context, so you did. But in FreePBX, it should be context=from-trunk

That may not be the only problem, but if that’s what you did, that’s certainly a major issue.