Versions Compared

Key

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

 

The

Spacevars
0product
 supports optionally dropping a received initial INVITE requests without generating any reply (including a 100 response) based on the following algorithm:

  1. userPart of Request-URI matches a registration RCB:

    1. If hostpart of Request-URI matches the hostpart of the REGISTER Contact used for RCB, continue normal processing.

    2. Otherwise, silently drop the initial INVITE

  2. userPart of Request-URI does not match a registration RCB:

    1. If userpart of the Request-URI matches a PSX routing label, continue normal processing.

    2. Otherwise, silently drop the initial INVITE

The CLI syntax to suppress the response for non-route invite is shown below:

Code Block
languagenone
set addressContext <acName> zone <zoneName> sipTrunkGroup <tgName> signaling suppressNonRouteInviteResponse enabled
Info
titleNote

Refer to SIP Trunk Group - Signaling - CLI for details.

 

Pagebreak