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

sip

Syntax

sip {
message-manipulation-rules {
manipulation-rule rule-name {
actions {
sip-header header-field-name {
field-value {
modify-regular-expression regular-expression with field-value;
add field-value;
add-missing field-value;
add-overwrite field-value;
remove-regular-expression regular-expression;
remove-all;
reject-regular-expression regular-expression;
}
}
request-uri request-uri {
field-value {
modify-regular-expression regular-expression with field-value;
}
}
}
}
}
new-call-usage-policy policy-name {
term term-name {
from {
contact [ contact-fields ];
method {
method-invite;
}
request-uri [ uri-fields ];
source-address [ ip-addresses ];
}
then {
media-policy {
data-inactivity-detection{
inactivity-duration seconds;
}
no-anchoring;
service-class service-class-name;
}
trace;
}
}
new-call-usage-policy-set policy-set-name {
policy-name [ policy-names ];
}
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);
admission-control admission-control-profile;
message-manipulation {
forward-manipulation {
manipulation-rule-name;
}
reverse-manipulation {
manipulation-rule-name;
}
}
route {
egress-service-point service-point-name;
next-hop (request-uri | address ipv4-address | <port port-number> <transport-protocol (udp | tcp)>);
}
trace;
}
}
}
new-transaction-policy-set policy-set-name {
policy-name [ policy-names ];
}
timers {
inactive-callseconds;
timer-c seconds;
}
}

Hierarchy Level

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

Release Information

Statement introduced in JUNOS Release 9.4.

data-inactivity-detection option introduced in JUNOS 9.6.

message-manipulation-rules option introduced in JUNOS Release 9.6.

Description

Configure SIP policies and timers.

Options

The 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]