Configuration Examples 623
SmartWare Software Configuration Guide 51 • Location Service
Configuration Examples
In this configuration example, inheritance is used.
Example:
location-service INALP
domain inalp.com
identity-group REGISTER
authentication outbound
authenticate 1 authentication-service AUTH_INALP username john
registration outbound
registrar sip.inalp.com
lifetime 600
register auto
identity 300 inherits REGISTER
identity
identity 400 inherits REGISTER
Exactly the same can be configured without inheritance. All inherited parameters can be configured in the
identity itself. Inheritance is useful if multiple identities share the same configuration.
Example:
location-service INALP
domain inalp.com
identity 300
authentication outbound
authenticate 1 authentication-service AUTH_INALP username john
registration outbound
registrar sip.inalp.com
lifetime 600
register auto
identity 400
authentication outbound
authenticate 1 authentication-service AUTH_INALP username john
registration outbound
registrar sip.inalp.com
lifetime 600
register auto