This page was last edited on November 11, 2016, at 23:48.
Comments or questions about this documentation? Contact us for support!
Starting with SIP Server release 8.1.102.01, you can define SIP Server's default action for setting the state of an agent who was not able to answer the routed call before the after-routing-timeout expired. Enable this feature with the new configuration option after-routing-timeout-action or the AFTER_ROUTING_TIMEOUT_ACTION key in AttributeExtensions of TRouteCall.
Use the agent-no-answer-timeout option with the corresponding action specified by the agent-no-answer-action option to control direct calls to an agent.
Starting with SIP Server release 8.1.102.38, this feature is supported in multi-site deployments. If the original site is configured with the divert-on-ringing option set to false, but the routing destination resides at another site, this feature is supported only if SIP Server stays in the signalling path (oosp-transfer-enabled =false).
When configured, the after-routing-timeout action is performed at the SIP Server site of the call routing destination.
If after-routing-timeout is in progress and a caller ends the call, neither agent-no-answer-action nor no-answer-action is performed, and an agent state will not be changed.
The after-routing-timeout-action option configured at the site where the TRouteCall request is processed has higher priority than the agent-no-answer-action and no-answer-action parameters at the destination site.
Single-site deployments:
Multi-site deployments:
Setting: TServer section, Application level
Default Value: none
Valid Values:
Changes Take Effect: For the next call
Defines SIP Server's default action if the after-routing-timeout expires. If after-routing-timeout is disabled (set to 0), then SIP Server ignores the after-routing-timeout-action value.
When you set this option to a valid non-default value, it takes priority over the agent-no-answer-action and no-answer-action parameters, which are not applied to an agent logged in to a routing destination if the after-routing-timeout expires. In addition, none of the following parameters are applied if the after-routing-timeout is in progress: agent-no-answer-overflow, no-answer-overflow, or extn-no-answer-overflow.
Setting: TServer section, Application level
Default Value: 10
Valid Values: Any integer
Changes Take Effect: For the next call
Specifies the length of time, in seconds, that SIP Server waits before diverting the call from the Routing Point DN to the destination DN after TRouteCall was processed. If the call is not diverted before the specified number of seconds, the EventError message is issued, containing the Reference ID of the TRouteCall request.
Set the value of the option to 0 (zero) to disable this functionality.
Key: AFTER_ROUTING_TIMEOUT_ACTION
Type: String
Values:
Requests: TRouteCall
If set, the value of this key overrides any value set in the after-routing-timeout-action configuration option for the current call.