proxyByDefault Element
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 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:
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 Lync 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
Concepts
SIP Application Manifests (Lync Server 2010 SDK)
SIP Application Manifest Example