BSS Not propagating the ACK From UAC to UAS

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
skb007
Posts: 152
Joined: Mon Oct 05, 2015 10:22 pm
Location: USA

BSS Not propagating the ACK From UAC to UAS

Post by skb007 »

1. Brekeke Product Name and Version:3.8.5.2

2. Java version:1.8

3. OS type and the version: RHEL6.1

4. UA (phone), gateway or other hardware/software involved: sipp.351

5. Your problem: BSS is not passing/propagating the 200-ACK from UAC to UAS.


Set up:

sipp-uac --> BSS -->sipp-uas


Matching Patterns
$addr = 192.168.2.180
$request = sip:(.+)@
From = sip:(.+)@


Deploy Patterns
To = sip:%1@%192.168.2.130
From = sip:%2@192.168.2.56
$b2bua = false
Tata
Posts: 223
Joined: Sun Jan 27, 2008 1:03 pm

Post by Tata »

Hi, It seems UAC is 192.168.2.180, UAS is 192.168.2.130 and SIP Server is 192.168.2.56. Is it correct?
Is ACK well-formed ?
Does the same issue happen even if you use another SIP client such as Linphone?
skb007
Posts: 152
Joined: Mon Oct 05, 2015 10:22 pm
Location: USA

Post by skb007 »

Your IP assumptions are correct. ACK is well formed. If I remove the BSS from call flow and send the call from UAC(192.168.2.180) directly to UAS (192.168.2.130) then everything works fine.
Tata
Posts: 223
Joined: Sun Jan 27, 2008 1:03 pm

Post by Tata »

Have you try another SIP client instead of SIPP?

> If I remove the BSS from call flow and send the call from UAC(192.168.2.180) directly to UAS (192.168.2.130) then everything works fine.

Yeah.. because sipp doesn't have to forward SIP packets based on what SIP headers point.
Tata
Posts: 223
Joined: Sun Jan 27, 2008 1:03 pm

Post by Tata »

If you paste SIP packets, INVITE, 180, 200 and ACK here, I can look at them.
skb007
Posts: 152
Joined: Mon Oct 05, 2015 10:22 pm
Location: USA

Post by skb007 »

I have installed the trial version of BSS and it is not happening anymore. Thanks for your help.
Post Reply