Search found 289 matches
- Mon Sep 09, 2024 3:52 pm
- Forum: Brekeke SIP Server Forum
- Topic: Java version compatibility
- Replies: 2
- Views: 3645
- Tue Jul 09, 2024 9:20 pm
- Forum: Brekeke SIP Server Forum
- Topic: Brekeke does not treat CGNAT address as external IP
- Replies: 2
- Views: 5461
- Fri May 10, 2024 8:04 pm
- Forum: Brekeke SIP Server Forum
- Topic: Causes of Failover with Redundancy
- Replies: 1
- Views: 6958
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 [Tools]->[Command] page. It lists the timelines of failover events. mirrorctrl history For logging, enable "Mirroring" at ...
- Thu Apr 18, 2024 8:08 pm
- Forum: Brekeke SIP Server Forum
- Topic: Filtering for registered callers
- Replies: 1
- Views: 10635
- Mon Mar 25, 2024 11:53 am
- Forum: Brekeke SIP Server Forum
- Topic: Logging session / debug logs to stdout
- Replies: 13
- Views: 21897
- Thu Feb 22, 2024 2:45 pm
- Forum: Brekeke SIP Server Forum
- Topic: Logging session / debug logs to stdout
- Replies: 13
- Views: 21897
- Sun Feb 18, 2024 9:30 pm
- Forum: Brekeke SIP Server Forum
- Topic: Logging session / debug logs to stdout
- Replies: 13
- Views: 21897
- Wed Feb 14, 2024 9:59 pm
- Forum: Brekeke SIP Server Forum
- Topic: Logging session / debug logs to stdout
- Replies: 13
- Views: 21897
- Wed Feb 14, 2024 9:51 pm
- Forum: Brekeke SIP Server Forum
- Topic: Logging session / debug logs to stdout
- Replies: 13
- Views: 21897
- Tue Feb 13, 2024 4:54 pm
- Forum: Brekeke SIP Server Forum
- Topic: Logging session / debug logs to stdout
- Replies: 13
- Views: 21897
Also add this line in [Configuration]->[Advanced] page.
Code: Select all
sv.enable.consoleout=true
- Fri Feb 09, 2024 11:04 pm
- Forum: Brekeke SIP Server Forum
- Topic: Logging session / debug logs to stdout
- Replies: 13
- Views: 21897
Add lines below in [Configuration]->[Advanced] page.
Code: Select all
## 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.LoggingConsole
- Sat Aug 12, 2023 2:20 pm
- Forum: Brekeke SIP Server Forum
- Topic: Set target to use source IP address of Contact URI
- Replies: 1
- Views: 9848
> 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 address/port of a SIP-REGISTER? If so you can get it with $addrPort in DialPlan. Here is the example in ...
- Tue Jan 24, 2023 7:50 pm
- Forum: Brekeke SIP Server Forum
- Topic: Allowing Some International Calling
- Replies: 2
- Views: 11184
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://brekeke.com/doc/sip/sip_admin_v3.pdf#page=66
For example, $addr = ! xxx.xxx.xxx.xxx
Refer to the "5.3.1. Syntax" in the following document.
https://brekeke.com/doc/sip/sip_admin_v3.pdf#page=66
- Thu Jan 19, 2023 8:28 pm
- Forum: Brekeke SIP Server Forum
- Topic: Can BSS do conversion from WebRTC to SIP
- Replies: 1
- Views: 10615
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://docs.brekeke.com/interop/how-to ... rtc-client
For more details:
https://docs.brekeke.com/interop/webrtc-client
https://docs.brekeke.com/interop/how-to ... rtc-client
- Thu Jan 05, 2023 2:43 pm
- Forum: Brekeke PBX Forum
- Topic: sip messagenet on brekeke
- Replies: 10
- Views: 12550
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 Messagenet manager.
https://docs.brekeke.com/pbx/ars-tutorials-samples
If you want to use the messagenet manager as a SIP trunk, configure Brekeke PBX's ARS to connect to the Messagenet manager.
https://docs.brekeke.com/pbx/ars-tutorials-samples
- Thu Oct 20, 2022 2:42 pm
- Forum: Brekeke SIP Server Forum
- Topic: SIP Options on older versions
- Replies: 2
- Views: 11158
> 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
> 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
- Thu Jun 02, 2022 8:09 pm
- Forum: Brekeke SIP Server Forum
- Topic: 302 Redirect for STIR/SHAKEN Service
- Replies: 13
- Views: 13012
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-w ... -dial-plan
Refer to "Example-5: Handle 30x redirect response".
https://docs.brekeke.com/sip/failover-w ... -dial-plan
- Wed May 18, 2022 11:04 am
- Forum: Brekeke SIP Server Forum
- Topic: 302 Redirect for STIR/SHAKEN Service
- Replies: 13
- Views: 13012
- Thu Apr 28, 2022 9:01 pm
- Forum: Brekeke SIP Server Forum
- Topic: Server replies with "503" response on receiving &a
- Replies: 5
- Views: 7986
> 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 below.
https://docs.brekeke.com/sip/minor-version-update
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 below.
https://docs.brekeke.com/sip/minor-version-update
- Tue Apr 26, 2022 11:30 am
- Forum: Brekeke SIP Server Forum
- Topic: Server replies with "503" response on receiving &a
- Replies: 5
- Views: 7986
- Mon Apr 25, 2022 2:03 pm
- Forum: Brekeke SIP Server Forum
- Topic: 302 Redirect for STIR/SHAKEN Service
- Replies: 13
- Views: 13012
- Mon Apr 25, 2022 1:54 pm
- Forum: Brekeke SIP Server Forum
- Topic: Server replies with "503" response on receiving &a
- Replies: 5
- Views: 7986
- Fri Dec 17, 2021 2:00 pm
- Forum: Brekeke SIP Server Forum
- Topic: question on Upgrading Apache Tomcat
- Replies: 12
- Views: 11232
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 version 9.0.44 but you can use any recent Tomcat versions if you install Tomcat individually and install Brekeke ...
- Fri Dec 17, 2021 1:48 pm
- Forum: Brekeke SIP Server Forum
- Topic: question on Upgrading Apache Tomcat
- Replies: 12
- Views: 11232
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 steps. 1. Uninstall Brekeke SIP Server. 2. If you are using Java 8, uninstall it and install Java 11 (Oracle or ...
- Tue Nov 30, 2021 3:07 pm
- Forum: Brekeke SIP Server Forum
- Topic: Cancelling other invites based on ACK
- Replies: 6
- Views: 6864