View | Details | Raw Unified | Return to bug 15006
Collapse All | Expand All

(-)a/etc/SIPconfig.xml (-1 / +8 lines)
Lines 32-38 Link Here
32
      port="127.0.0.1:6001/tcp"
32
      port="127.0.0.1:6001/tcp"
33
      transport="RAW" 
33
      transport="RAW" 
34
      protocol="SIP/2.00"
34
      protocol="SIP/2.00"
35
      client_timeout="600"
35
      timeout="60" />
36
      timeout="60" />
37
<!--- client_timeout times out active connections which have not received
38
     input from the client. Many persistent connections will send a status request
39
     every 5-7 mins so setting this to less than that will add instability to the connection
40
     if explicitly set to zero, no timeout is applied to the connection.
41
     NB the parameter timeout applies to the login process only and should be set to a lower value
42
     to time out failed connections
43
-->
36
  </listeners>
44
  </listeners>
37
45
38
  <accounts>
46
  <accounts>
39
- 

Return to bug 15006