Configuration File Parameter Guide
354
ET685 Administrator and Provisioning Manual
Values:
positive integer
Default:
1800
Setting:
sip_reconnect_on_rejected_refer
Description:
Defines if the phone does automatic reconnect to A party if a REFER
(blind/attended transfer) has been rejected.
Suppose the following call flow:
- A calls B, A and B talking
- B puts A on hold
- B calls C, B and C talking
- B presses transfer key twice to initiate transfer A <-> C
- the call transfer (REFER request) will be rejected, e.g. with SIP Response
Code 603
now the value of this settings decides if:
- B will be automatically connected to A again, while C is on hold
(value "on": old behaviour, not default anymore)
or
- B holds A and C to select the party to talkagain after the transfer failure
(value: off: new and default behaviour introduced with this setting).
Values:
on, off
Default:
off
Setting:
sip_request_timeout
Description:
Specifies the amount of time before a sip client transaction will be timed
out.
Builtin value is "64", which means the max transaction time is calculated
as '64 * sip_retry_t1' before the transaction is considered to be failed. After
that the routing tries to send the request to the next possible server or the
request will be canceled at all.
Values:
1-64
Default:
64