Remove multiple Record-route

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
vaclav_prokes
Posts: 22
Joined: Tue Feb 19, 2013 5:23 pm

Remove multiple Record-route

Post by vaclav_prokes »

1. Brekeke Product Name and Version:
3.5.5.2/424-1
2. Java version:
1.8.0_91
3. OS type and the version:
Windows 2003 64 bit
4. UA (phone), gateway or other hardware/software involved:

5. Your problem:

Hello,
I have two brekeke SIP servers A and B each with two interfaces.

Customer1 <-> SIP1 <-> SIP2 <-> Customer2

I would like to keep the communication anonymous even in the headers. I do not want Customer 1 to get any headers where would be even IP adresses of the other customer.

When I use &net.sip.recordroute.multiple = false then the calls are not routed properly.

How to not send record-route parameters and keep it woring as separate calls ?

Thx
ambrosio
Posts: 215
Joined: Thu Mar 27, 2008 12:20 pm

Post by ambrosio »

Have you tried the B2B-UA mode?

You can enable it with [B2B-UA mode] in the [Configuration]->[SIP] page.

Or you can enable it with $b2bua=true in DialPlan for certain calls.
http://wiki.brekeke.com/wiki/DialPlan-Deploy-b2bua
vaclav_prokes
Posts: 22
Joined: Tue Feb 19, 2013 5:23 pm

Post by vaclav_prokes »

ambrosio wrote:Have you tried the B2B-UA mode?

You can enable it with [B2B-UA mode] in the [Configuration]->[SIP] page.

Or you can enable it with $b2bua=true in DialPlan for certain calls.
http://wiki.brekeke.com/wiki/DialPlan-Deploy-b2bua
Thank you, that is what I was looking for.
Post Reply