On Thu, 2009-10-15 at 05:10 -0700, Kurosh wrote: > We are trying to disable the authentication for Registrar and Proxy > since Radius is not yet supported and we have our own user database. > > I came across the following comments: > > -------------------------------------- > > "In registrar-config.in set: > > SIP_REGISTRAR_AUTHENTICATE_SCHEME : NONE In proxy-config.in set: > > SIP_PROXY_USE_AUTH_SERVER : DISABLE" > > ------------------------------------- > > But the above comment is referring to 2 files (registrar-config.in > and proxy-config.in) which I can't find on the system. > > Please advise, how this task is possible, or at least where these > files should be.
The equivalent files in the 4.x releases are /etc/sipxpbx/registrar-config and /etc/sipxpbx/sipXproxy-config, but those are now written by sipXconfig based on template files with .vm extensions in /etc/sipxpbx/sipxregistrar and /etc/sipxbx/sipxproxy respectively. Those settings are NOT supported - they were originally put in for the convenience of developers, and will very likely be removed at some point (I can't remember the last time we actually used them for anything). If you want to use Radius authentication, then the thing to do is to add support for a new authentication scheme that uses it, not turn off authentication altogether. _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
