Brekeke Forum Index

Search found 287 matches
Author Message
  Topic: Causes of Failover with Redundancy
Harold

Replies: 1
Views: 18

PostForum: Brekeke SIP Server Forum   Posted: Fri May 10, 2024 8:04 pm   Subject: Causes of Failover with Redundancy
How are two SIP Servers connected to each other?

For the cause of the failover, check "last-trigger" field in [Redundancy]->[Mirroring] page.

Also execute the command below in [Too ...
  Topic: Filtering for registered callers
Harold

Replies: 1
Views: 1771

PostForum: Brekeke SIP Server Forum   Posted: Thu Apr 18, 2024 8:08 pm   Subject: Filtering for registered callers
IF the "called" number is NOT registered.
  Topic: Logging session / debug logs to stdout
Harold

Replies: 13
Views: 2373

PostForum: Brekeke SIP Server Forum   Posted: Mon Mar 25, 2024 11:53 am   Subject: Logging session / debug logs to stdout
Thank you for the update.
  Topic: Logging session / debug logs to stdout
Harold

Replies: 13
Views: 2373

PostForum: Brekeke SIP Server Forum   Posted: Thu Feb 22, 2024 2:45 pm   Subject: Logging session / debug logs to stdout
If you use Linux as a host OS to run Docker, you can get a PID of a process running inside a Docker container.

With this PID, can you access to SIP Server's STDOUT?
  Topic: Logging session / debug logs to stdout
Harold

Replies: 13
Views: 2373

PostForum: Brekeke SIP Server Forum   Posted: Sun Feb 18, 2024 9:30 pm   Subject: Logging session / debug logs to stdout
If you run the ps command, there are several java processes, not only SIP Server.

You can check the SIP Server's PID at [PID] filed in [Status]->[SIP Server] page.
  Topic: Logging session / debug logs to stdout
Harold

Replies: 13
Views: 2373

PostForum: Brekeke SIP Server Forum   Posted: Wed Feb 14, 2024 9:59 pm   Subject: Logging session / debug logs to stdout
Did you enable following logging Categories in [Diagnostics]->[Debug Logs] page?

SIP Session, Registrar
  Topic: Logging session / debug logs to stdout
Harold

Replies: 13
Views: 2373

PostForum: Brekeke SIP Server Forum   Posted: Wed Feb 14, 2024 9:51 pm   Subject: Logging session / debug logs to stdout
I confirmed that the settings above writes logs for stdout in Linux.

So I can see logs from the command below.
cat /proc/<pid>/fd/1
  Topic: Logging session / debug logs to stdout
Harold

Replies: 13
Views: 2373

PostForum: Brekeke SIP Server Forum   Posted: Tue Feb 13, 2024 4:54 pm   Subject: Logging session / debug logs to stdout
Also add this line in sv.enable.consoleout=true
  Topic: Logging session / debug logs to stdout
Harold

Replies: 13
Views: 2373

PostForum: Brekeke SIP Server Forum   Posted: Fri Feb 09, 2024 11:04 pm   Subject: Logging session / debug logs to stdout
Add lines below in ## For outputting Session Log in stdout.
file.log.session.plugin=com.brekeke.common.LoggingConsole

## For outputting Server Log in stdout.
file.log.plugin=com.brekeke.common.Lo ...
  Topic: Set target to use source IP address of Contact URI
Harold

Replies: 1
Views: 1829

PostForum: Brekeke SIP Server Forum   Posted: Sat Aug 12, 2023 2:20 pm   Subject: Set target to use source IP address of Contact URI
> As an example, the Contact URI could be sip:12345@sipcontact.domain.org:5060 (1.1.1.1:5060) or sip:12345@sipcontact.domain.org:5060 (1.1.1.2:5060)


Is 1.1.1.1:5060 or 1.1.1.2:5060 a source IP ...
  Topic: Allowing Some International Calling
Harold

Replies: 2
Views: 2808

PostForum: Brekeke SIP Server Forum   Posted: Tue Jan 24, 2023 7:50 pm   Subject: Allowing Some International Calling
If you want to have an inequality operator, use ! in the font of the value.
For example, $addr = ! xxx.xxx.xxx.xxx

Refer to the "5.3.1. Syntax" in the following document.
https://brekek ...
  Topic: Can BSS do conversion from WebRTC to SIP
Harold

Replies: 1
Views: 2654

PostForum: Brekeke SIP Server Forum   Posted: Thu Jan 19, 2023 8:28 pm   Subject: Can BSS do conversion from WebRTC to SIP
For connecting WebRTC client and non-WebRTC SIP client, you need to use Brekeke PBX instead of Brekeke SIP Server.

For more details:
https://docs.brekeke.com/interop/webrtc-client
https://doc ...
  Topic: sip messagenet on brekeke
Harold

Replies: 10
Views: 4757

PostForum: Brekeke PBX Forum   Posted: Thu Jan 05, 2023 2:43 pm   Subject: sip messagenet on brekeke
If the Messagenet manager can send SIP-REGISTER, add the SIP user in the Brekeke PBX.

If you want to use the messagenet manager as a SIP trunk, configure Brekeke PBX's ARS to connect to the Messag ...
  Topic: SIP Options on older versions
Harold

Replies: 2
Views: 2972

PostForum: Brekeke SIP Server Forum   Posted: Thu Oct 20, 2022 2:42 pm   Subject: SIP Options on older versions
> 1. Brekeke Product Name and Version:
> 1.3.1.4

The version 1.3.1.4 was released 17 years ago..

Try the latest version.
https://docs.brekeke.com/sip/sip-history
  Topic: 302 Redirect for STIR/SHAKEN Service
Harold

Replies: 13
Views: 6936

PostForum: Brekeke SIP Server Forum   Posted: Thu Jun 02, 2022 8:09 pm   Subject: 302 Redirect for STIR/SHAKEN Service
The Failover plugin can forward a call based on '302 Moved Temporarily' in the default.

Refer to "Example-5: Handle 30x redirect response".
https://docs.brekeke.com/sip/failover-with-th ...
  Topic: 302 Redirect for STIR/SHAKEN Service
Harold

Replies: 13
Views: 6936

PostForum: Brekeke SIP Server Forum   Posted: Wed May 18, 2022 11:04 am   Subject: 302 Redirect for STIR/SHAKEN Service
Who sends a "302" redirect? If it is STIR/SHAKEN service provider, try the DialPlan rule I pasted in my previous post.

Which STIR/SHAKEN service provider are you using?
  Topic: Server replies with "503" response on receiving &a
Harold

Replies: 5
Views: 4372

PostForum: Brekeke SIP Server Forum   Posted: Thu Apr 28, 2022 9:01 pm   Subject: Server replies with "503" response on receiving &a
> Brekeke SIP Server, Version 3.6.3.0

You are using a pretty old version. The 3.6.3.0 was released 6 years go.

Let you update it to the latest version. It is 3.13.0.0.
Refer to the page belo ...
  Topic: Server replies with "503" response on receiving &a
Harold

Replies: 5
Views: 4372

PostForum: Brekeke SIP Server Forum   Posted: Tue Apr 26, 2022 11:30 am   Subject: Server replies with "503" response on receiving &a
These SIP packets look no problem.
Can you also paste the "503 service unavailable" packet here? It might have Reason phrase.
Is "503" sent from the SIP Server or the caller-A? ...
  Topic: 302 Redirect for STIR/SHAKEN Service
Harold

Replies: 13
Views: 6936

PostForum: Brekeke SIP Server Forum   Posted: Mon Apr 25, 2022 2:03 pm   Subject: 302 Redirect for STIR/SHAKEN Service
A STIR/SHAKEN service provider will return "302 Moved Temporarily" after their evaluation.
Use the Failover plugin to redirect an INVITE with "302".

Like this..
[Deploy Patter ...
  Topic: Server replies with "503" response on receiving &a
Harold

Replies: 5
Views: 4372

PostForum: Brekeke SIP Server Forum   Posted: Mon Apr 25, 2022 1:54 pm   Subject: Server replies with "503" response on receiving &a
It seems the BYE sent from B doesn't meet SIP standard.

Which SIP client product are you using?
Can you paste INVITE sent from A, 200-OK and BYE sent from B?
  Topic: question on Upgrading Apache Tomcat
Harold

Replies: 12
Views: 6772

PostForum: Brekeke SIP Server Forum   Posted: Fri Dec 17, 2021 2:00 pm   Subject: question on Upgrading Apache Tomcat
ajlindy, I modified the instruction a little. so let you check it.

> What version of Tomcat do both Brekeke 3.10.6.4 and 3.10.6.5 run?

The installer of Brekeke SIP Server bundles Tomcat vers ...
  Topic: question on Upgrading Apache Tomcat
Harold

Replies: 12
Views: 6772

PostForum: Brekeke SIP Server Forum   Posted: Fri Dec 17, 2021 1:48 pm   Subject: question on Upgrading Apache Tomcat
Do you have any reasons to use a Tomcat at least version 9.0.48?

For using a preferred version of Tomcat, please install the Apache Tomcat separately with its Windows installer.


Here are step ...
  Topic: Cancelling other invites based on ACK
Harold

Replies: 6
Views: 4495

PostForum: Brekeke SIP Server Forum   Posted: Tue Nov 30, 2021 3:07 pm   Subject: Cancelling other invites based on ACK
> The issue is our sending device, which the manufacturer refuses to change the way they are doing things.

What kind of device is it? Does it have a feature to send multiple calls concurrently ...
  Topic: Cancelling other invites based on ACK
Harold

Replies: 6
Views: 4495

PostForum: Brekeke SIP Server Forum   Posted: Mon Nov 29, 2021 3:26 pm   Subject: Cancelling other invites based on ACK
Using Brekeke PBX will be a cost efficient way to avoid the issue.

But you can ask sales@brekeke.com to estimate the plugin development cost if you use Brekeke SIP Server.
  Topic: Cancelling other invites based on ACK
Harold

Replies: 6
Views: 4495

PostForum: Brekeke SIP Server Forum   Posted: Mon Nov 29, 2021 12:26 pm   Subject: Cancelling other invites based on ACK
Have you contacted Grandstream to get some advice?
 
Page 1 of 12 Goto page 1, 2, 3 ... 10, 11, 12  Next
All times are GMT - 7 Hours
Jump to: