Share via


proxyByDefault Element

 
Communications Server 2007 Server SDK Documentation

proxyByDefault Element

Specifies the default proxy behavior for the application.

Usage

<lc:proxyByDefault action="true" | "false" />

Attributes

None.

Child Elements

None.

Parent Element

applicationManifest

Remarks

  • If true, the server automatically proxies any messages that are not handled by the application. If false, the message is dropped and applications that follow this application in the application execution order will not receive it. The default value is true.

  • A message is considered handled if one of the following happens during the execution of the application???s MSPL script:

  • For more information about application execution order see Managing a SIP Application on Office Communications Server.

  • 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

SIP Application Manifests
Application Attribute Elements
SIP Application Manifest Example

  
  What did you think of this topic?
  © 2007 Microsoft Corporation. All rights reserved.