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
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:
A call to managed code is made, either via Dispatch or a specific event (such as receiving a response).
A call to ProxyRequest or ProxyResponse is made.
A call to EndFork is made.
A call to Respond is made.
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.