Share via


proxyByDefault element

Applies to: Lync 2013 Preview | Lync Server 2013 | Lync Server 2013 Preview

proxyByDefault element

Specifies the default proxy behavior for the application.

Syntax

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

Attributes

None.

Child elements

None.

Parent element

applicationManifest element

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 do 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 it can be replaced with any string value that you assign to your namespace using the xmlns attribute of the applicationManifest element.

See also

Other resources

SIP application manifests

Application attribute elements

SIP application manifest example