Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Resources | addressContext | zone | sipTrunkGroup | signaling | registration

registration

Defines the parameters controlling registration relay behavior.

Configuration

ParameterPresenceTypeDefaultDescription
requireRegistrationOenumerationnone This flag should be SUPPORTED when the associated trunk group is used for endpoints optionally requiring registration. It should be REQUIRED in cases where absolutely no unregistered IAD may make any calls. It should be SUPPORTED-GROUP to allow calls from unregistered users and to allow calls from users whose username does not match with the stored URI. It should be REQUIRED-NONPRIORITY when unregistered IAD cannot make any non-priority calls. NONE (default) is selected when no registration validation is to be performed.
expiresOuint163600 This is the time (in seconds) a SIP endpoint's registration session lasts before requiring re-registration. The minimum value is 15 seconds but it should typically be much longer. This value does not apply if the endpoint is NAT'd.
insideExpiresMinimumOuint323600 This controls the initial expires value in a REGISTER relayed to a registrar. The max of this value and the value received from the IAD will be used.
includeXOriginalAddrOenumerationdisabled Flag that specifies if the X Original Addr header needs to go in REGISTER message.
bulkRegisterFormatOenumerationdisabled This flag determines how the registration requests are formatted
intRefreshFactorMinOuint160 This determines internal refresh factor minimum for calculating the internal expire towards the registrar.
intRefreshFactorMaxOuint160 This determines internal refresh factor maximum for calculating the internal expire towards the registrar.
extRefreshFactorMinOuint160 This determines external refresh factor minimum for calculating the external expire towards the registrar.
extRefreshFactorMaxOuint160 This determines external refresh factor maximum for calculating the external expire towards the registrar.
alwaysRandomIntExpiresOenumerationdisabled This controls how the random value is used for internal expires If set to disabled, the internal timeout value is randomized for only initial REGISTER message.. If set to enabled, the internal timeout value is randomized for all REGISTER messages (initial and refresh)
alwaysRandomExtExpiresOenumerationdisabled This controls how the random value is used for external expires If set to disabled, the external timeout value is randomized for only initial REGISTER message.. If set to enabled, the external timeout value is randomized for all REGISTER messages (initial and refresh)
useRUriForRegisterRoutingOenumerationdisabled If enabled, will perform request URI based routing of the received REGISTER message.
preserveRcbOnRefreshRegErrResponseOenumerationdisabled If enabled, RCB will not be deleted on receiving error response(4xx/5xx/6xx) for Refresh Registration. This RCB will be preserved untill last negotiated/active registration timer expires and SBC allows if any new calls/non-invite requests received from this registered user. If disabled, Existing behaviour(RCB will be deleted after 64 seconds).
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusZone:zone={name}/sonusSipTrunkGroup:sipTrunkGroup={name}/signaling/registration