Anonymous requrest/ default contexty

does asterisk allow by default anonymous request to hit the server?
or does asterisk redirect context if not available to a default context called default?
if yes, then how to disallow?
m using chan_pjsip

The chan_pjsip module does not by default do this. You have to explicitly enable, when building Asterisk, the “anonymous” endpoint identifier and afterwards you also have to configure an endpoint named “anonymous” which is used for such traffic.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.