On Wed, 2008-05-21 at 15:37 +0200, Blasutto Philippe wrote: > I would like that my gateway have to register to sipx before it can > send INVITE to it. It is for security purpose, I don't want that any > gateway could send INVITE to SIPX.
sipXecs does not have any concept of "inbound authorization" - that is, when a request (INVITE or otherwise) is received, sipXecs does not require that it come from an authenticated or registered source. All permissions checking is based on what it happening when a request is forwarded _out_ of the proxy. So you can't require a permission to send _to_ sipXecs (subtle distinction, but important). At the moment, it's not easy to require a permission to call internal extensions, but you can require permission for any call through a gateway. -- Scott Lawrence tel:+1.781.229.0533;ext=162 or sip:[EMAIL PROTECTED] sipXecs project coordinator - SIPfoundry http://www.sipfoundry.org/sipXecs CTO, Voice Solutions - Bluesocket Inc. http://www.bluesocket.com/ http://www.pingtel.com/ _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
