TIMEOUT ON SERVER REQUEST
Moderator: Brekeke Support Team
TIMEOUT ON SERVER REQUEST
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: I've seting a dialplan, where when make a call routing in other ip:
match
$request=INVITE
To=sip:0(62812.+)@
deploy
To=sip:%1@10.107.21.54
So, if the 10.107.21.54 not are avalable the time expired, is set at 60 seconds. I want to setup this parameter timeout at 3 second..... but not found the correct parameter for make this work.
How can do?
Thx at all
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: I've seting a dialplan, where when make a call routing in other ip:
match
$request=INVITE
To=sip:0(62812.+)@
deploy
To=sip:%1@10.107.21.54
So, if the 10.107.21.54 not are avalable the time expired, is set at 60 seconds. I want to setup this parameter timeout at 3 second..... but not found the correct parameter for make this work.
How can do?
Thx at all
Last edited by max_d29 on Thu Nov 18, 2010 4:24 am, edited 1 time in total.
yes, but i not sent the invite, because, the remote server is down, than the problem is first...........
the brekeke try to contact the remote server for sent the invite, but this not are more present in lan.
then the brekeke wait 60 seconds first to responde at the remote request client the error 504............
so, for control this timeout not can use the &net.sip.timeout.inviting=3000
what kind of command i must to use int the dialplan?
thanks
ps. second question: yes push apply first to retry
third question: no not exist (server shutdow or damage) than not reachable
the brekeke try to contact the remote server for sent the invite, but this not are more present in lan.
then the brekeke wait 60 seconds first to responde at the remote request client the error 504............
so, for control this timeout not can use the &net.sip.timeout.inviting=3000
what kind of command i must to use int the dialplan?
thanks
ps. second question: yes push apply first to retry
third question: no not exist (server shutdow or damage) than not reachable
capture packets and check
- is caller using tcp for the call?
if yes, then the timeout depends on OS setting, can not change it from brekeke
- does caller keep sending invite packets?
if yes, the timeout will not happen
- check if the To header can match the To in your dial plan "Matching patterns" it is To: sip:062812...@
if not match, the dial plan is not applied to the call.
- is caller using tcp for the call?
if yes, then the timeout depends on OS setting, can not change it from brekeke
- does caller keep sending invite packets?
if yes, the timeout will not happen
- check if the To header can match the To in your dial plan "Matching patterns" it is To: sip:062812...@
if not match, the dial plan is not applied to the call.