Search found 336 matches

by janP
Sun Jun 06, 2021 8:05 am
Forum: Brekeke SIP Server Forum
Topic: Brekeke SIP Server and Java 16?
Replies: 1
Views: 5033

Because Java 16 is not LTS (Long-Term-Support) version, Java 11 is recommended.

FYI:
https://www.oracle.com/java/technologie ... admap.html
by janP
Sun Jun 06, 2021 8:02 am
Forum: Brekeke SIP Server Forum
Topic: Updating Java in Linux Installation
Replies: 1
Views: 4774

Usually, java is symbolic linked from /usr/bin/java so replace it with new Java location.

Or set the new Java path to the environment variable "JAVA_HOME".
by janP
Fri Mar 26, 2021 9:26 am
Forum: Brekeke PBX Forum
Topic: WebRTC - 603 Decline
Replies: 10
Views: 20321

Have you restarted the PBX after you disabled Authentication settings?

Can you make a registration successfully without an Authentication error?
by janP
Mon Apr 13, 2020 9:22 am
Forum: Brekeke SIP Server Forum
Topic: Is it possible to intergrate BSS with Sippy RTP Proxy ?
Replies: 1
Views: 8451

No. This is because BSS has a RTP proxy feature internally.
by janP
Wed Nov 20, 2019 12:15 pm
Forum: Brekeke SIP Server Forum
Topic: Wrong IP in VIA header after session roll over
Replies: 7
Views: 14527

Are these destination IP addresses located in same network segment?
by janP
Mon Sep 16, 2019 3:43 pm
Forum: Brekeke SIP Server Forum
Topic: Authenticating a SIP Trunk
Replies: 3
Views: 10778

As a SIP proxy server, Brekeke SIP Server doesn't generate REGISTER by itself.

Does Telecenter U support SIP-REGISTER? and it supports authentication? If so the SIP Server can relay it to the Cloud Hosted PBX.
Otherwise, Brekeke PBX will be a solution because it has the feature.
by janP
Fri Aug 30, 2019 11:46 am
Forum: Brekeke SIP Server Forum
Topic: BSS Source Port Range for Transport as TCP
Replies: 3
Views: 10359

What kind of SIP client is the customer using? Does your Cisco Router Firewall close an outgoing TCP connection just after local entity sends a message over TCP? (If so, you can not access to a web from behind the router.) According to the RFC3261 If the "sent-protocol" is a reliable transport ...
by janP
Wed Aug 21, 2019 3:52 pm
Forum: Brekeke SIP Server Forum
Topic: Rauland R5
Replies: 2
Views: 10859

It seems this is an issue at the Rauland side. Let you check the RGS's log to see why it redials a call.
by janP
Thu Jun 13, 2019 9:17 pm
Forum: Brekeke SIP Server Forum
Topic: BSS Does Not propagate the ACK for 200 from UAC to UAS
Replies: 11
Views: 14502

Are there any Route header in INIVTE sent from the same UAC? If yes, how many Route headers are they? and are they pointing the SIP Server's IP address? > Do you think, it is causing the issue? I think one Route header for pointing the SIP Server's IP address is no problem. But two.. it might cause ...
by janP
Thu Jun 13, 2019 11:00 am
Forum: Brekeke SIP Server Forum
Topic: How to send calls only to server which is alive - OPTIONS
Replies: 3
Views: 10813

Try the Heartbeat function which sends OPTIONS periodically. https://docs.brekeke.com/sip/monitoring-sip-devices-with-heartbeat And specify a management command "ruleswitch" as Heartbeat's Action to disable the DialPlan rule which points outgoing SIP server. Like this: Type : Management Command ...
by janP
Thu Jun 13, 2019 9:52 am
Forum: Brekeke SIP Server Forum
Topic: BSS Does Not propagate the ACK for 200 from UAC to UAS
Replies: 11
Views: 14502

> UAC sent the ACK with ROUTE: <IP_ADDRESS>, that IP address belongs to BSS. Then BSS should take the ACK and send it to UAS, inst it? It is true. Do you know why the UAC puts the same Route header twice? It should be one. Route: <sip:192.168.10.10:5060;lr> Route: <sip:192.168.10.10:5060;lr>
by janP
Thu Jun 06, 2019 5:30 pm
Forum: Brekeke SIP Server Forum
Topic: BSS Does Not propagate the ACK for 200 from UAC to UAS
Replies: 11
Views: 14502

It seems ACK was routed based on Route: header what UAC announced.

Add the line below at Deploy Patterns.

Code: Select all

&net.sip.fixed.addrport.uas = true
by janP
Thu Jun 06, 2019 9:52 am
Forum: Brekeke SIP Server Forum
Topic: BSS Does Not propagate the ACK for 200 from UAC to UAS
Replies: 11
Views: 14502

Let you check the status of the session at the SIP Server. It shows whether the SIP Server accepted ACK or not.
by janP
Wed Jun 05, 2019 5:45 pm
Forum: Brekeke SIP Server Forum
Topic: BSS Does Not propagate the ACK for 200 from UAC to UAS
Replies: 11
Views: 14502

Does the same issue happen even if you use another SIP client as UAC?

Check the [Status] field at [Active Session] page.
Is it "Ringing" , "Accepted" or "Talking"?
by janP
Tue Apr 02, 2019 4:07 pm
Forum: Brekeke PBX Forum
Topic: Log reason phrase with SIP response codes for failures
Replies: 6
Views: 29531

It can be done by custom session plugin or CDR plugin.
by janP
Thu Feb 21, 2019 11:28 am
Forum: Brekeke SIP Server Forum
Topic: 401 Unauthorized Forwarding Registration From SBC
Replies: 2
Views: 9073

> but we cannot do forward registration using DNS names.

Let the SIP server knows the DNS name.

Add the same DNS name in SIP Server's [Configuration]->[System] page -> [Interface address 1 ], and restart the SIP Server.
by janP
Mon Feb 18, 2019 11:32 am
Forum: Brekeke SIP Server Forum
Topic: Support for SIP/TCP on old SIP-Server
Replies: 1
Views: 7523

OnDO SIP Server 1.3.1.4 was released 14 years ago... Why you are still using such a very old version. According to the version history, TCP handing was added in version 2.2.0.7. https://docs.brekeke.com/sip/version-history-3 Let you upgrade your version 1.3 to the latest one. It is 3.9.1.3. It ...
by janP
Wed Dec 12, 2018 7:07 pm
Forum: Brekeke PBX Forum
Topic: Keeping register sip session
Replies: 5
Views: 27853

Which SIP phone client are you using?
Does it send REGISTER over UDP? or TCP? or TLS?


> It is possible to keep register session before it expire.

What does "register session" mean? registration record?
by janP
Wed Dec 12, 2018 6:34 pm
Forum: Brekeke SIP Server Forum
Topic: Failover in Dialplan
Replies: 10
Views: 10507

Try like this.. It puts a packet back to DialPlan again. Rule-1: [Matching Patterns] $request = ^INVITE $localhost = ^true To = sip:spiral-(.+)@ [Deploy Patterns] To = <sip:%1@192.168.1.26:5060;cd40rs=R2> Rule-2: [Matching Patterns] $request = ^INVITE [Deploy Patterns] To = sip:111@ $session ...
by janP
Tue Dec 11, 2018 1:54 pm
Forum: Brekeke SIP Server Forum
Topic: Failover in Dialplan
Replies: 10
Views: 10507

It is not easy but possible.

Code: Select all

&failover.pattern.response = ^([46]..)|(5[1-9].)|(50[^3])
FYI: https://en.wikipedia.org/wiki/Regular_expression
A provisional Responses such as 180 is always passed.
by janP
Mon Dec 10, 2018 4:33 pm
Forum: Brekeke SIP Server Forum
Topic: Limit on total number of physical network interfaces
Replies: 6
Views: 9870

Set them at DeployPatterns.

Code: Select all

$ifsrc = 1.1.1.1
&net.rtp.bindsrc = 1.1.1.1
$ifdst = 2.2.2.1
&net.rtp.binddst = 2.2.2.2
by janP
Thu Dec 06, 2018 6:52 pm
Forum: Brekeke SIP Server Forum
Topic: Limit on total number of physical network interfaces
Replies: 6
Views: 9870

BSS will not pick 6th interface because it is a private IP address. For assigning 5th interface for RTP, use net.rtp.bindsrc and net.rtp.binddst variables at [Configuration]->[Advanced] page. For example, 5.1.1.1 is 5th interface's IP address. net.rtp.binddst = 5.1.1.1 net.rtp.bindsrc = 5.1.1.1
by janP
Thu Oct 18, 2018 12:50 pm
Forum: Brekeke SIP Server Forum
Topic: Question on potentially unintentional load balancing
Replies: 7
Views: 8175

Do you have a DialPlan rule at the Primary server for routing this call?
If so, put the same DialPlan rule at the Secondary too.
by janP
Thu Oct 18, 2018 11:50 am
Forum: Brekeke SIP Server Forum
Topic: Question on potentially unintentional load balancing
Replies: 7
Views: 8175

Assigning a SID (Session ID) is different at each SIP Server. Also, depends on how call was ended (rejected or canceled), the Secondary Server keeps status of such ended sessions for a while even if the Primary Server doesn't show them at the Session List (technically Primary Server keep such status ...
by janP
Wed Oct 17, 2018 8:20 pm
Forum: Brekeke SIP Server Forum
Topic: Question on potentially unintentional load balancing
Replies: 7
Views: 8175

> Should the sessions on the primary be found in the active sessions list of the secondary, Yes. > and vice-versa then? No. Because the Secondary doesn't mirror packets to the Primary. > would you expect to find a session with the same source and destination on the active sessions list on the ...