Search found 223 matches

by Tata
Tue Dec 05, 2023 8:20 pm
Forum: Brekeke SIP Server Forum
Topic: Reduce size of To INVITE packet. MTU problem.
Replies: 3
Views: 10757

Which parts of SIP packet are consuming a packet size? SDP?
by Tata
Tue Dec 05, 2023 5:20 pm
Forum: Brekeke SIP Server Forum
Topic: Reduce size of To INVITE packet. MTU problem.
Replies: 3
Views: 10757

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?
by Tata
Fri Nov 17, 2023 6:01 pm
Forum: Brekeke SIP Server Forum
Topic: Strip square brackets in Via/received for ipv6 REG response
Replies: 3
Views: 10514

Try DialPlan rule like this.

[Matching Patterns]
$request = ^REGISTER
$addrtype = 6
$param(Via,"received") = \[(.+)\]
$removeparam(Via,"received") = (.+)

[Deploy Patterns]
Via = %2;received=%1
$continue = true
by Tata
Fri Oct 13, 2023 10:41 pm
Forum: Brekeke SIP Server Forum
Topic: Source IP changes when using failover rule with redundancy.
Replies: 6
Views: 13922

"net.bind.use" enables the interface binding.

> Would I need to set net.bind.interface explicitly before using net.bind.use=true?

It doesn't matter.
by Tata
Fri Oct 13, 2023 10:10 am
Forum: Brekeke SIP Server Forum
Topic: Source IP changes when using failover rule with redundancy.
Replies: 6
Views: 13922

Add the line below in the [Configuration]->[Advanced] page. It might meet the requirement.

Code: Select all

net.bind.use = true 
by Tata
Wed May 17, 2023 8:10 pm
Forum: Brekeke SIP Server Forum
Topic: 200 OK Response logging as errorr
Replies: 1
Views: 10467

It is logged in Error Log because $response is usually used for sending an error response code.

Because the SIP Server sends "200 OK" to OPTIONS, it meets the requirement.

So you don't have to worry about it.
by Tata
Thu Sep 08, 2022 7:51 am
Forum: Brekeke SIP Server Forum
Topic: Use problem
Replies: 1
Views: 10493

How do I import User Authentication and what does the imported correct file in csv format look like when opened via excel? Yes. A CSV file can be edited with Excel. Is it possible to change the ip address and network segment of the client device on the Brekeke SIP server? Is it an IP address shown ...
by Tata
Fri Jul 08, 2022 10:34 am
Forum: Brekeke SIP Server Forum
Topic: 3cx ad Brekeke
Replies: 5
Views: 10974

The DialPlan rules you wrote return "400 Bad Request" to the 3CX and the PSTN.. Try the rule below. This rule accepts an INVITE without the authentication if it is sent from 3CX or PSTN Matching Patterns $request = ^INVITE $addr = ^3CX_IP$|^PSTN_IP$ Deploy Patterns $auth = false $continue = true ...
by Tata
Tue Jul 05, 2022 12:24 pm
Forum: Brekeke SIP Server Forum
Topic: 3cx ad Brekeke
Replies: 5
Views: 10974

I don't recommend you to disable the authentication for INVITE, what you did with DialPlan, if the SIP Server can be reached from the Internet. I recommend you to check the remote IP address of 3CX/PSTN with $addr in DialPlan to avoid someone using your SIP Server freely. https://docs.brekeke.com ...
by Tata
Thu Apr 07, 2022 6:57 pm
Forum: Brekeke SIP Server Forum
Topic: Manipulating SIP Fields in an INVITE
Replies: 1
Views: 5367

Yes, you can replace these SIP headers with DialPlan.

For example..
[Matching Patterns]
$request = ^INVITE
$getSIPuser(Remote-Party-ID) = 1(.+)

[Deploy Patterns]
From = sip:%1@192.168.1.181:5060
by Tata
Tue Mar 01, 2022 3:41 pm
Forum: Brekeke SIP Server Forum
Topic: sip server relays Invite Message but rewrite key information
Replies: 2
Views: 4783

What SIP UA client product are you using?
Does the second INVITE sent to UA3 have a different Call-ID from the original INVITE sent to UA2?
by Tata
Tue Jan 04, 2022 2:43 pm
Forum: Brekeke SIP Server Forum
Topic: TLS client verification without IP in the name fields
Replies: 4
Views: 5732

Have you restarted the SIP Server after you changed the configuration?
Do you still have the issue?
by Tata
Mon Jan 03, 2022 11:19 am
Forum: Brekeke SIP Server Forum
Topic: TLS client verification without IP in the name fields
Replies: 4
Views: 5732

Let you set [Peer Certification Validation] = "off" in [Configuration]->[SIP] page.
by Tata
Wed Dec 15, 2021 4:13 pm
Forum: Brekeke SIP Server Forum
Topic: Switching from Java to AdoptOpenJDK 11 (HotSpot)
Replies: 8
Views: 10461

Do you need to replace Oracle Java 8 with AdoptOpenJDK 11? The wiki topic below will help you. https://docs.brekeke.com/sip/upgrade-java-version-to-java-11-or-later But, to avoid downtime, I recommend that you prepare another Windows machine to install AdoptOpenJDK 11 and Brekeke SIP Server latest ...
by Tata
Wed Mar 10, 2021 5:50 pm
Forum: Brekeke SIP Server Forum
Topic: Which RFC defines how VAD is treated in SIP Signalling
Replies: 2
Views: 5525

It seems there is no RFC which defines " vad=no".
by Tata
Mon Feb 08, 2021 8:52 am
Forum: Brekeke PBX Forum
Topic: WEBRTC Sip server - PBX
Replies: 6
Views: 19873

Hi h.fabien and o.mahmoud, Did you add new DialPlan rules or modify default rules? You need to keep the default "From PBX" and "To PBX" rules applied to bridge SIP calls for WebRTC client such as JsSIP. If you added any new DialPlan rules, let you disable them to apply default rules.
by Tata
Mon Feb 01, 2021 5:25 pm
Forum: Brekeke SIP Server Forum
Topic: CDR TIMEZONE FORMAT
Replies: 2
Views: 5649

Try GMT+4 and restart the SIP Server.
by Tata
Fri Nov 20, 2020 9:15 am
Forum: Brekeke SIP Server Forum
Topic: Avaya CM 5.2.1 connection with BSS
Replies: 5
Views: 7349

As a SIP proxy, BSS passes SDP what Avaya sent. so BSS doesn't care even if there are multiple codecs.
by Tata
Thu Nov 19, 2020 11:22 am
Forum: Brekeke SIP Server Forum
Topic: Avaya CM 5.2.1 connection with BSS
Replies: 5
Views: 7349

I recommend you to talk to Avaya admin to configure the trunk because the settings are depending on versions and deployment.
by Tata
Fri Jul 17, 2020 4:05 pm
Forum: Brekeke SIP Server Forum
Topic: Brekeke listener is not listening (though service starts)
Replies: 2
Views: 6670

If a firewall is running, disable it or open the UDP/TCP port 5060.
Also the SIP Server process should have a privilege to open the port.
by Tata
Fri Jul 17, 2020 3:56 pm
Forum: Brekeke SIP Server Forum
Topic: Database error and TLS 1.2 questions
Replies: 2
Views: 6404

> 1. Brekeke Product Name and Version: 3.3.5.8 Advanced Update it to the latest version because 3.3.5.8 is pretty old. https://docs.brekeke.com/sip/sip-history > 1. When we click on the Registered Clients tab I get this error: Are you using a Thirdparty database? Did you set any value at ...
by Tata
Fri Jun 26, 2020 3:43 pm
Forum: Brekeke SIP Server Forum
Topic: BSS is updating SDP with $rtp=false
Replies: 2
Views: 6589

set &net.nat.force=false in Deploy Patterns.
by Tata
Wed May 27, 2020 2:13 pm
Forum: Brekeke SIP Server Forum
Topic: One way Audio
Replies: 15
Views: 20882

Do you have the one-way audio issue with other calls too?
by Tata
Mon May 11, 2020 9:14 am
Forum: Brekeke SIP Server Forum
Topic: NATted calls not working anymore
Replies: 25
Views: 31903

Let you look at the SIP Server's log...