Complete List of timeout command

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
max_d29
Posts: 19
Joined: Mon Oct 11, 2010 3:51 am

Complete List of timeout command

Post by max_d29 »

1. Brekeke Product Name and version: 2.4.73

2. Java version: 6/22

3. OS type and the version: windowx xp sp3

4. UA (phone), gateway or other hardware/software involved: Tenor Quitnum Gateway

5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :


6. Your problem: Goodmorning,
would i like to know if exist a complete list of all possible command for setting all the timeout of brekeke sip server for use in the deploy or advance configuration. (ex. timeout.invite, timeout.ringing....etcc...). in dialplain tutorial, are invoke only some command but not all the possible command.

Thanks
mwill
Posts: 3
Joined: Tue Nov 16, 2010 12:19 pm

Post by mwill »

net.sip.timeout.inviting = 60000
net.sip.timeout.provisioning =60000
net.sip.timeout.ringing = 1200000
net.sip.timeout.accepted = 36000000
net.sip.timeout.talking = 0
net.sip.timeout.bye = 60000

net.sip.timeout.expand.inviting = false
net.sip.timeout.expand.provisioning = false
net.sip.timeout.expand.ringing = false
net.sip.timeout.expand.accepted = true
net.sip.timeout.expand.talking = true
net.sip.timeout.expand.bye = true


these values are default.
0 means unlimited
max_d29
Posts: 19
Joined: Mon Oct 11, 2010 3:51 am

Post by max_d29 »

BIG ! ! !
thx....

this parameter are possible insert only in deploy, not in matching..... isn't true?

bye
james
Posts: 501
Joined: Mon Dec 10, 2007 12:56 pm

Post by james »

These variables can be in DialPlan's DeployPatterns or [Configuration] > [Advanced] page.
(it means they are not in Matching.)

If you put a variable in DeployPatterns, you should add "&" in the front of variable name.
like a &net.sip.timeout.provisioning = 60000
max_d29
Posts: 19
Joined: Mon Oct 11, 2010 3:51 am

Post by max_d29 »

:wink:
perfect

thx
max_d29
Posts: 19
Joined: Mon Oct 11, 2010 3:51 am

Post by max_d29 »

goodmorning,
not is clear for me the use of timeout.expand parameter....
what is? what is the corret use of this parameter (false...true...???)

thx
max_d29
Posts: 19
Joined: Mon Oct 11, 2010 3:51 am

Re: Complete List of timeout command

Post by max_d29 »

max_d29 wrote:1. Brekeke Product Name and version: 2.4.73

2. Java version: 6/22

3. OS type and the version: windowx xp sp3

4. UA (phone), gateway or other hardware/software involved: Tenor Quitnum Gateway

5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :


6. Your problem: Goodmorning,
would i like to know if exist a complete list of all possible command for setting all the timeout of brekeke sip server for use in the deploy or advance configuration. (ex. timeout.invite, timeout.ringing....etcc...). in dialplain tutorial, are invoke only some command but not all the possible command.

Thanks
james
Posts: 501
Joined: Mon Dec 10, 2007 12:56 pm

Post by james »

>> not is clear for me the use of timeout.expand parameter....
what is? what is the corret use of this parameter (false...true...???)

if it is "true", its timeout period will be expanded after packets are exchanged.

it means, the timeout will not happen if there are active packets.
Post Reply