Trunk
trunk
| Name | Data | Possible Values | Description |
|---|---|---|---|
ingress |
Type
Default
|
Rules
Values
|
Ingress Use a specific ingress Header Manipultion plan for this SIP Trunk. |
contact-host |
Type
Default
|
Contact Host Optional custom contact host (@host) in the Contact header of the SIP messages exchanged with this SIP Trunk. Note this value must be an IP of FQDN routable back to the SBC in order to receive calls. |
|
from-user |
Type
Default
|
Rules
|
From User User Name that will be used in the SIP "FROM" header. If not provided, the authentication username will be used. |
call-routing |
Type
Default
|
Rules
Values
|
Routing Plan Use a specific routing plan for this SIP Trunk. |
retry-seconds |
Type
Default
|
Rules
|
Register Retry Seconds Number of seconds to wait until retrying registration after a timeout or a failure.
For 503 (service unavailable) errors or timeout, the retry period remains constant (always the value specified here)
For other registration errors (ie, 403 Forbidden), the retry period will increase linearly multiplied by the number of failures. |
egress |
Type
Default
|
Rules
Values
|
Egress Use a specific egress Header Manipultion plan for this SIP Trunk. |
outbound-proxy |
Type
Default
|
Rules
|
Outbound Proxy Address Domain name or IP address to use as the SIP outbound proxy. If not provided, the Domain provided will be used.
Outbound Proxy address can also be in IP:PORT notation (i.e. 10.10.0.1:8888). |
inbound-media-profile |
Type
Default
|
Rules
Values
|
Inbound Media Profile Media profile that will be used on all incoming calls. |
register-proxy |
Type
Default
|
Rules
|
Registrar Proxy Address Domain name or IP address to use as the Registrar proxy. If not provided, the Proxy address will be used.
Registrar Proxy address can also be in IP:PORT notation (i.e. 10.10.0.1:8888). |
timeout-seconds |
Type
Default
|
Rules
|
Register Timeout Seconds Number of seconds to wait before declaring a REGISTER request unsuccessful if no reply |
realm |
Type
Default
|
Rules
|
Domain Domain Name (if DNS is supported) or IP address provided by the ITSP |
caller-id-in-from |
Type
Default
|
Rules
Values
|
Transparent CallerID For outbound calls, whether to use the From user caller id as received from the inbound leg. If disabled, the From user configured for this SIP trunk is used. |
ping |
Type
Default
|
Rules
|
OPTIONS Ping Frequency How many seconds to wait between SIP OPTIONS ping messages to see if the SIP host is responsive (minimum is 5 seconds).
If left empty no OPTIONS Ping requests will be sent to determine trunk |
outbound-media-profile |
Type
Default
|
Rules
Values
|
Outbound Media Profile Media profile that will be used on all outgoing calls. |
from-domain |
Type
Default
|
From Domain Domain name that will be used in the SIP "FROM" header. If not provided, the Domain provided will be used |
|
session-rate-limit |
Type
Default
|
Rules
|
Session Rate Limit Maximum number of sessions per period of time configured in 'Session Rate Period' |
username |
Type
Default
|
Rules
|
User Name The authentication username to be used in all outgoing INVITE and REGISTER messages in this trunk. |
register-transport |
Type
Default
|
Rules
Values
|
Transport SIP Transport used for calls in this SIP Trunk. |
max-sessions |
Type
Default
|
Rules
|
Max Sessions Maximum allowed concurrent sessions |
proxy |
Type
Default
|
Rules
|
Proxy Address Domain name or IP address to use as the SIP proxy. If not provided, the Domain provided will be used.
Proxy address can also be in IP:PORT notation (i.e. 10.10.0.1:8888). |
password |
Type
Default
|
Rules
|
Password The SIP trunk authentication password. |
distinct-to |
Type
Default
|
Rules
Values
|
Register To: Header This affects how the REGISTER To: header is created.
If 'From User' is selected, the REGISTER To: header will be the same as the user in the From: header. This is normal RFC3261 behavior.
If 'Username' is selected, the REGISTER To: header will be created using the specified 'User Name' for this sip trunk. |
expire-seconds |
Type
Default
|
Rules
|
Register Expire Seconds Time until SIP registration expires. In seconds. |
sip_profile |
Type
Default
|
Rules
Values
|
SIP Profile The SIP Profile this SIP trunk will be associated to. |
register |
Type
Default
|
Rules
Values
|
Registration Indicates whether or not to register to the trunk. |
contact-params |
Type
Default
|
Contact Parameters Extra SIP parameters to send in the "Contact" header of the SIP messages exchanged with this SIP Trunk. |
|
session-rate-period |
Type
Default
|
Rules
|
Session Rate Period Period of time in seconds to enforce the rate limit specified in 'Session Rate Limit' |
ping-max |
Type
Default
|
Rules
|
OPTIONS Max Ping Each successful ping is counted and tracked up to this value. It must be bigger than 0. This is useful to control the number of successful and failed pings before declaring a SIP trunk available or unavailable. Each successful ping will increase the counter, when the counter reaches 'OPTIONS Min Ping' the SIP trunk will be declared available Each failed ping will decrease the counter, when the counter goes below 'OPTIONS Min Ping' the SIP trunk will be declared unavailable
If left empty it will default to 1 |
ping-min |
Type
Default
|
Rules
|
OPTIONS Min Ping The minimum value of ping counts to reach before declaring a SIP trunk available. It must be bigger than 0. This is useful to control the number of successful and failed pings before declaring a SIP trunk available or unavailable. Each successful ping will increase the counter, when the counter reaches 'OPTIONS Min Ping' the SIP trunk will be declared available Each failed ping will decrease the counter, when the counter goes below 'OPTIONS Min Ping' the SIP trunk will be declared unavailable
If left empty it will default to 1 |