DIAMETER::retransmission_default

Description

This command gets or sets the current connection’s retransmission settings.

Syntax

DIAMETER::retransmission_default action [disabled | busy | unable | retransmit]
DIAMETER::retransmission_default error-codes [error code list]
DIAMETER::retransmission_default timeout [value]

DIAMETER::retransmission action [disabled | busy | unable | retransmit]

  • Gets the current connection’s retransmission action. Possible actions are:
    • disabled - request messages will not be queued for retransmission
    • busy - when retransmission is triggered for a request message an answer message with a ‘busy’ result code will be returned to the originator.
    • unable - when retransmission is triggered for a request message an answer message with a ‘unable to deliver’ result code will be returned to the originator.
    • retransmit - when retransmission is triggered for a request message the request message will be retransmitted.

DIAMETER::retransmission error-codes [error code list]

  • Gets or sets the current connection’s retransmission list of error codes used to automatically trigger retransmission. An example list is as follows: ‘3002 3004’

DIAMETER::retransmission timeout [value]

  • Gets or sets the current connection’s retransmission timeout in seconds.

Examples

when CLIENT_ACCEPTED {
    DIAMETER::retransmission_default action busy
}