Permit anonymous sip calls

i don’t know how to configure my asterisk to permit anonimous incoming sip calls.
can anyone help me?
thank you.

Not sure what you mean.

You need to have a SIP provider who will assign you a phone number to receive incoming calls via SIP.

You could configure asterisk to accept connections from any sip phones potentially, but this would register them with an extension on your phone system where they could make calls. This would not be a normal situation at all.

Maybe tell me your intentions and i could explain further?

Hi

[quote]Not sure what you mean.
You need to have a SIP provider who will assign you a phone number to receive incoming calls via SIP.
You could configure asterisk to accept connections from any sip phones potentially, but this would register them with an extension on your phone system where they could make calls. This would not be a normal situation at all.
Maybe tell me your intentions and i could explain further?[/quote]

The above post is absolute rubbish.

All you need to do is in the sip.conf

allowguest=yes ; allows anonymous inbound calls
; calls land in default context
; needed for inbound ENUM calls

Then make sure that the context= in the sip.conf general section can ONLY make internal calls and have NO possible way to connect to an out going route

Ian

I appreciate you answering the question. I misunderstood what he was trying to do.

I think your calling my post rubbish was a bit rude. I was just trying to help since no one had answered. Once he clarified what he wanted I would have revised my answer. :frowning: