Search found 97 matches

by redroof
Thu Jun 01, 2023 12:18 pm
Forum: Brekeke SIP Server Forum
Topic: Delaying the transmission of SIP Invites
Replies: 3
Views: 11435

Let you send the SIP-INVITE's Call-ID with APNS notification.
so the app can confirm whether it is a previously received call or not.
If it is a received call, the app should ignore that APNS notification.
by redroof
Tue May 30, 2023 1:34 pm
Forum: Brekeke SIP Server Forum
Topic: Delaying the transmission of SIP Invites
Replies: 3
Views: 11435

> issues with the APNS arriving before the SIP invite.

Do you want to get a SIP-INVITE before the APNS?
by redroof
Wed Jan 18, 2023 3:52 pm
Forum: Brekeke SIP Server Forum
Topic: BSS upgrade fee & upgrade procedure
Replies: 1
Views: 10421

My BSS Adv (v3.9.5.8. redundancy function test fail but I use BSS Adv (v3.14.3.5 trial version) redundancy function is ok.(ps: same environment except BSS) Because there are many changes including bug fixes from v3.9.5. https://docs.brekeke.com/sip/sip-history Q1 :If I want to upgrade my Brekeke ...
by redroof
Thu Oct 13, 2022 8:11 am
Forum: Brekeke SIP Server Forum
Topic: Can Corretto be used instead of Orcale Java or OpenJDK?
Replies: 3
Views: 11461

It seems that the Brekeke SIP Server is running without any issues.
by redroof
Wed Oct 12, 2022 7:35 pm
Forum: Brekeke SIP Server Forum
Topic: Can Corretto be used instead of Orcale Java or OpenJDK?
Replies: 3
Views: 11461

Can you access to the Brekeke SIP Server's GUI page?
If so, Brekeke SIP Server is running with Amazon Corretto.

Because Brekeke SIP Server supports Java 11, there will be no problems.
by redroof
Tue Sep 20, 2022 10:41 am
Forum: Brekeke SIP Server Forum
Topic: sip client shows error: not found.
Replies: 14
Views: 20857

> // only the history from the SIP phone from 172.27.0.123. no other records. 172.27.0.123 is the Server's IP address. Do you run a SIP phone app on the server's localhost? According to your old post, SIP-REGISTER was sent from 172.27.1.3. Can you still send a SIP-REGISTER from 172.27.1.3? If so ...
by redroof
Thu Sep 15, 2022 11:15 am
Forum: Brekeke SIP Server Forum
Topic: sip client shows error: not found.
Replies: 14
Views: 20857

Can you send a ping to 172.27.0.123 from other phones network environments? Did you set "172.27.0.123" as the SIP Registrar's IP address at other phones? Can you see SIP-REGISTER sent from other phones at SIP Server's [Dial Plan]->[History] page? Can you see other phones IP address at [Block List ...
by redroof
Wed Aug 31, 2022 1:49 pm
Forum: Brekeke SIP Server Forum
Topic: sip client shows error: not found.
Replies: 14
Views: 20857

The rule "outbound call" has the issue because it doesn't have any Matching pattern conditions. (it means this rule catches REGISTER request too..) Generally, you don't need any DialPlan rules for outbound calls. So can you remove the "outbound call" rule from the DialPlan page, and push [Apply ...
by redroof
Tue Aug 30, 2022 8:01 am
Forum: Brekeke SIP Server Forum
Topic: sip client shows error: not found.
Replies: 14
Views: 20857

Can you see 172.27.0.123 at [interface] field in [Status]->[SIP Server Status] page?

Did you edit the DialPlan file "dialplan.tbl" directly?
by redroof
Mon Aug 29, 2022 12:33 pm
Forum: Brekeke SIP Server Forum
Topic: sip client shows error: not found.
Replies: 14
Views: 20857

Is the SIP Server running on 172.27.0.123?
Can you see 172.27.0.123 at [interface] field in [Status]->[SIP Server Status] page?
by redroof
Wed Aug 24, 2022 9:31 am
Forum: Brekeke SIP Server Forum
Topic: sip client shows error: not found.
Replies: 14
Views: 20857

Did you get "not found" error just after the SIP phone sent a SIP-REGISTER request?

Are you using any DialPlan rules at your Brekeke SIP Server?
Are you using SIP authentication at your Brekeke SIP Server for SIP-REGISTER? (it is "on" in the default.)
by redroof
Wed Aug 03, 2022 3:25 pm
Forum: Brekeke SIP Server Forum
Topic: Blocking Inbound Call by Caller ID
Replies: 3
Views: 10247

"^Invite" should be "^INVITE" so the Matching pattern will be like this

Matching Patterns:
$request = ^INVITE
From = sip:12223334444
by redroof
Tue Jun 07, 2022 7:45 pm
Forum: Brekeke SIP Server Forum
Topic: 302 Redirect for STIR/SHAKEN Service
Replies: 13
Views: 13015

Matching Pattern is depending on your routing needs.

Simply it can be written as
Matching Pattern
$request = ^INVITE
by redroof
Fri Jun 03, 2022 10:32 am
Forum: Brekeke SIP Server Forum
Topic: 302 Redirect for STIR/SHAKEN Service
Replies: 13
Views: 13015

That's why you need to specify the IP address of the upstream service provider at the redirect server in STIR/SHAKEN service.
by redroof
Mon Apr 11, 2022 11:20 am
Forum: Brekeke SIP Server Forum
Topic: Switching from Java to AdoptOpenJDK 11 (HotSpot)
Replies: 8
Views: 10461

You may need to request a license transfer if it was activated with Offline activation method.
https://docs.brekeke.com/lic/license-transfer-request

Otherwise, re-activate the license at new location.
https://docs.brekeke.com/lic/how-to-mov ... ion-method
by redroof
Tue Feb 15, 2022 12:43 pm
Forum: Brekeke SIP Server Forum
Topic: WebRTC to SIP Calling
Replies: 1
Views: 4116

If you want to make call from a WebRTC client such as JsSIP, a callee client must support ICE and DTLS. So you can make call from JsSIP to another JsSIP without any issues. But most of non-WebRTC SIP clients such as Cisco can not accept a call sent from WebRTC. Please refer to the pages below ...
by redroof
Wed Jan 12, 2022 1:57 pm
Forum: Brekeke SIP Server Forum
Topic: Switching from Java to AdoptOpenJDK 11 (HotSpot)
Replies: 8
Views: 10461

Have you tried 3.12.1.5 with AdoptOpenJDK 11? If it was 3.9.1.3, the installation will fail because that version didn't support AdoptOpenJDK. If you want to try AdoptOpenJDK 11, please use a version 3.12.x.x The latest version is 3.12.2.2. https://docs.brekeke.com/sip/sip-history https://www.brekeke ...
by redroof
Fri Sep 28, 2018 11:21 am
Forum: Brekeke SIP Server Forum
Topic: b2b is true but leg-b still shows the ip address of leg-a
Replies: 22
Views: 16492

I tested your DialPlan rule in my BSS 3.8.5.2 and I confirmed that the From-URI is NOT replaced without tuning the rule.
It means 3.8.6.4 and 3.8.5.2 are same in this case.

If you paste all of your DialPlan rules you set at 3.8.5.2, I can look at them.
by redroof
Fri Sep 28, 2018 11:07 am
Forum: Brekeke SIP Server Forum
Topic: b2b is true but leg-b still shows the ip address of leg-a
Replies: 22
Views: 16492

In your first post, why did you set "$addr=192.168.2.10" in the Matching Patterns?

Because 192.168.2.10 is one of BSS's interface addresses, $addr must be 192.168.2.5, UAC's IP address.
$addr = 192.168.2.5

If you have $addr=192.168.2.10, the DialPlan rule doesn't work.
by redroof
Thu Sep 27, 2018 5:17 pm
Forum: Brekeke SIP Server Forum
Topic: Feature Request
Replies: 1
Views: 4546

$time("HH:mm:ss.SSSS")

I recommend that you read the admin guide.
by redroof
Thu Sep 27, 2018 4:19 pm
Forum: Brekeke SIP Server Forum
Topic: b2b is true but leg-b still shows the ip address of leg-a
Replies: 22
Views: 16492

There are several conditions.
Is the UAC registered in the Brekeke SIP Server?
If so, Brekeke SIP Server replaces From-URI automatically.
by redroof
Thu Sep 27, 2018 2:34 pm
Forum: Brekeke SIP Server Forum
Topic: b2b is true but leg-b still shows the ip address of leg-a
Replies: 22
Views: 16492

Put this in Deploy Patterns

Deploy Patterns
From/uri = sip:%{$getSIPuser(From)}@192.168.10.11
by redroof
Thu Sep 27, 2018 1:07 pm
Forum: Brekeke SIP Server Forum
Topic: b2b is true but leg-b still shows the ip address of leg-a
Replies: 22
Views: 16492

Sorry.. because it depends on the version of Brekeke SIP Server.

Try $replaceuri = true
by redroof
Thu Sep 27, 2018 11:04 am
Forum: Brekeke SIP Server Forum
Topic: b2b is true but leg-b still shows the ip address of leg-a
Replies: 22
Views: 16492

Put "$replaceuri.from = true" in the Deploy Patterns.
by redroof
Sun Nov 26, 2017 8:36 pm
Forum: Brekeke SIP Server Forum
Topic: &net.sip.loglevel.file doesn't work anymore?
Replies: 9
Views: 7504

> Yes, I've checked "Authentication/Radius" at the [Debug Logs] page. Can you find "auth: NG" message in sv.xxxx.log? > Is it possible that the default log level doesn't show it? The default log level is 0 and it doesn't show detailed information. >How do I increase the level of logging of the BSS ...