Setup Inbound priority for Interceptor
Introduction
By default of 2 intercepted UCC's call each other then the Outbound UCC will have priority over the Inbound UCC, Learn More
Configuration
-
Navigate to Install directory:
C:\Program Files\SipInterceptor
-
Open the config:
SipInterceptor.Service.exe.config
-
Add the key "inboundBeforeOutboundInternalUsers":
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<appSettings>
<add key="inboundBeforeOutboundInternalUsers" value="true" />
</appSettings>
</configuration>
-
Open the Services
-
Warning This step will disconnect active intercepted calls.
Anywhere365 Sip Interceptor Service
Did you find this page helpful?
Yes No
Sorry about that
Why wasn't this helpful? (check all that apply)
Thank you for your feedback.
Want to tell us more?
Email your feedback to our documentation team.
Great!
Thanks for taking the time to give us some feedback.