Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel

In this section:

Table of Contents

Panel

...

borderColorgreen
bgColortransparent
borderWidth2

...

Back to Table of Contents

Back to SIP Services

In this section:

Table of Contents

Info
iconfalse

Related articles:

SIP Trunk Group - Services - CLI

Preconditions Interworking

The

Spacevars
0series4
provides a preconditions support feature to reserve network resources as a preventative measure to minimize chances of session failure due to lack of resources before alerting the called party. This prevents a "ghost ring" where the called party is alerted before the call is set up.

This feature supports ISUP-SIP and SIP-SIP preconditions inter-working, and provides transparency by dropping/adding of preconditions attributes between supporting or non-supporting peers. The preconditions are configured from the

Spacevars
0product
at the SIP Trunk Group level using the parameters “preconditions” (for incoming requests) and “transmitPreconditions” (for outgoing requests).

The CLI syntax is shown below:

Code Block
% set addressContext <addressContext_name> zone <zone_name> sipTrunkGroup <sipTrunkGroup_name> services preconditions [none | required | supported]
% set addressContext <addressContext_name> zone <zone_name> sipTrunkGroup <sipTrunkGroup_name> services transmitPreconditions [none | required | supported]
Info
titleInfo

Refer to SIP Trunk Group - Services - CLI for configuration details. 

 

Preconditions Interworking Using 183 Response

The

Spacevars
0product
also provides preconditions support for 183 responses using following CLI syntax, (This flag is for specific call flows and is not intended for generic use)

Code Block
% set addressContext <addressContext_name> zone <zone_name> sipTrunkGroup <sipTrunkGroup_name> services preconditionIntwkUsing183 <disable|enable>
Note

Do not enable preConditionIntwkUsing183 when End-to-End Prack is configured.

Pagebreak