DIAMETER::retransmission

Description

This command allows the setting or getting of the current message’s retransmission settings.

Syntax

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

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

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

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

  • Gets or sets the current message’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 message’s retransmission timeout in seconds.

Examples

when DIAMETER_INGRESS {
    DIAMETER::retransmission action retransmit
}