[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

new-transaction-policy

Syntax

new-transaction-policy policy-name {
term term-name {
from {
contact [ contact-fields ];
method {
method-invite;
method-message;
method-options;
method-publish;
method-refer;
method-register;
method-subscribe;
}
request-uri [ uri-fields ];
source-address [ ip-addresses ];
}
then {
(accept | reject);
route {
egress-service-point service-point-name;
next-hop (request-uri | address ipv4-address <port port-number> <transport-protocol (udp|tcp)>);
}
trace;
}
}
}

Hierarchy Level

[edit services border-signaling-gateway gateway gateway-name sip]

Release Information

Statement introduced in JUNOS Release 9.4.

Description

Specify new transaction policies for out-of-dialog transactions including dialog-opening transactions. Transaction policies are useful when the policy does not need to differentiate between events. For example, you can use new transaction policies to route all transactions according to the same rules.

Options

policy-name—Identifier for the new transaction policy.

The remaining statements are explained separately.

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.

Related Topics

JUNOS Multiplay Solutions Guide


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]