Timeout to wait for Request Cancelled SIP message

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
mbylica
Posts: 41
Joined: Mon May 16, 2011 1:05 pm
Location: Poland

Timeout to wait for Request Cancelled SIP message

Post by mbylica »

1. Brekeke Product Name and version:
BSS, 2.4.8.6

2. Java version:
1.6.0_25

3. OS type and the version:
linux centos 5.5

4. UA (phone), gateway or other hardware/software involved:
doesn't matter

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

6. Your problem:
Refering to http://www.brekeke-sip.com/bbs/viewtopi ... ght=#24112 where timeout commands were introduced, my question is if there is any timeout command to wait for Request Cancelled once CANCEL message was fired.

(BSS) ----- INVITE ------> (terminator)
(BSS) <----- Trying ------ (terminator)
(BSS) <----- Session Progress ------ (terminator)
... and here the question...
(BSS) ----- CANCEL -----> (terminator)
(BSS) <----- OK ----- (terminator)
no Request Cancelled sent from (terminator)

is there any way to tear down the connection.

Thanks in advance.
hope
Posts: 862
Joined: Tue Jan 15, 2008 4:08 pm

Post by hope »

create dial plan rule for the call and there is &net.sip.timeout.ringing in deploy patterns variables
mbylica
Posts: 41
Joined: Mon May 16, 2011 1:05 pm
Location: Poland

Post by mbylica »

Hi
hope wrote:create dial plan rule for the call and there is &net.sip.timeout.ringing in deploy patterns variables
i have it implemented in Advanced Configuration for 50000 ms, but it does not do the trick.
redroof
Posts: 97
Joined: Fri Nov 16, 2007 1:46 pm

Post by redroof »

Does not work even if you set 50000 at [Ringing Timeout (ms)] in the [Configuration]->[SIP] page?
mbylica
Posts: 41
Joined: Mon May 16, 2011 1:05 pm
Location: Poland

Post by mbylica »

Nope it does not work at all.

(BSS) ----- CANCEL -----> (terminator)
(BSS) <----- OK ----- (terminator)
Those two messages are connected with: CANCELing the request and in almost the same time OK which says that sb has pick up the phone.

If there is no Request Cancelled sent from terminator BSS should tear down this attempt once timeout is reached.
redroof
Posts: 97
Joined: Fri Nov 16, 2007 1:46 pm

Post by redroof »

Does your "OK" means "200 OK" for INVITE?
I supposed it is "200 OK" for CANCEL..


In your situation, the session is not closed with the Ringing Timeout because it has been accepted!

For closing the session, the UAC may need to send BYE after it receives "200 OK". Or the UAS may need to send BYE after it receives CANCEL.
Post Reply