Share via


allowRegistrationBeforeUserServices Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

allowRegistrationBeforeUserServices Element

Specifies whether an application should be allowed to register before the UserServices module.

Syntax

<lc:allowRegistrationBeforeUserServices="true" | "false" />

Attributes

None.

Child Elements

None.

Parent Element

applicationManifest

Remarks

  • If set to true, the application will be allowed to register before the UserServices module. If an application attempts to register before the UserServices module but does not have this property set to true, registration fails and a server event log entry is generated.

  • The namespace prefix "lc" in the preceding usage example is the default namespace prefix, but can be replaced with any string value that you assign to your namespace using the xmlns attribute of the applicationManifest element.

See Also

Concepts

SIP Application Manifests

Application Attribute Elements

SIP Application Manifest Example