Reduce size of To INVITE packet. MTU problem.

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
jdavis017
Posts: 7
Joined: Thu Sep 03, 2020 9:55 am
Location: Dallas, Texas

Reduce size of To INVITE packet. MTU problem.

Post by jdavis017 »

1. Brekeke Product Name and Version:
SIP Server Advanced, 3.14.7.4

2. Java version:
Redhat OpenJDK 11.0.21-1

3. OS type and the version:
Windows Server 2019 datacenter

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

5. Your problem:
I am receiving an INVITE from carrier via TLS but I must change transport to UDP for IVR. TLS is not available. The MTU size of 1500 causes errors and fragmented packets.

I need to go from 1514 transmitted packet size to under 1500.
The overhead of the transport conversion is causing the issue.

Is there any way to reduce the packet size by as much as I can get, at least 20 or so.

Deploy Patterns
--------------------
$b2bua=true
$auth=false
$trasport=UDP
To:xxxx@10.10.x.x:5060
Tata
Posts: 223
Joined: Sun Jan 27, 2008 1:03 pm

Post by Tata »

Using $b2bua=true reduces the size of the SIP packet.

It seems you already put it in the DeployPatterns.
but do you still have the issue?
jdavis017
Posts: 7
Joined: Thu Sep 03, 2020 9:55 am
Location: Dallas, Texas

Post by jdavis017 »

Yes, the problem persists with the current deploy patterns shown.
Tata
Posts: 223
Joined: Sun Jan 27, 2008 1:03 pm

Post by Tata »

Which parts of SIP packet are consuming a packet size? SDP?
Post Reply