Multiple Via Header

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
onecentld.com
Posts: 6
Joined: Wed Jun 20, 2007 12:01 pm

Multiple Via Header

Post by onecentld.com »

1. Brekeke Product Name and version:Sip Server 2.1.6.6/239

2. Java version:1.6.0_05

3. OS type and the version:Win 2003 5.2

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

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

6. Your problem: We are sending outbound calls from our Voipswitch softswitch to the Brekeke SIP server which sends the calls to our terminator. Our terminator is rejecting the call as it is receiving 2 VIA headers from the Sip server. How do we rewrite the deploy pattern to remove the extra header?

|--- Start of message received from: 204.x.x.131:5060 ---|
INVITE sip:6478314445@209.47.1.157 SIP/2.0
CSeq: 1 INVITE
Via: SIP/2.0/UDP 204.x.x.131:5060;branch=z9hG4bK87001fdbef1-eb15fce9-a2b94355
Via: SIP/2.0/UDP 204.x.x.134:5060
From: <sip:112@204.x.x.131>;tag=0406550815552811140
Call-ID: 2811140@204.x.x.134
To: <sip:6478314445@209.x.x.157>
Contact: <sip:112@204.x.x.131:5060;transport=udp>
Record-Route: <sip:204.x.x.131:5060;lr>
Content-Type: application/sdp
Content-Length: 211
lakeview
Posts: 319
Joined: Thu Nov 15, 2007 11:54 am
Location: Florida

Post by lakeview »

Go to [Configuration] -> [Advanced]
Add the following line there.
------------------------------------
net.sip.via.multiple = false
------------------------------------
Push [Save] and restart your SIP Server.
that's all!
Post Reply