Brekeke Forum Index

Search found 23 matches
Author Message
  Topic: REST API
Ericcc

Replies: 5
Views: 362

PostForum: Brekeke SIP Server Forum   Posted: Wed Mar 27, 2024 2:12 pm   Subject: REST API
Brekeke SIP Server's API doesn't provide Third-Party Call Control.
  Topic: REST API
Ericcc

Replies: 5
Views: 362

PostForum: Brekeke SIP Server Forum   Posted: Wed Mar 27, 2024 1:14 pm   Subject: REST API
Do you want to do Third-Party Call Control?
https://docs.brekeke.com/pbx/third-party-call-control-pbx
  Topic: Catching All Outbound Calls
Ericcc

Replies: 2
Views: 261

PostForum: Brekeke SIP Server Forum   Posted: Fri Mar 15, 2024 11:58 am   Subject: Catching All Outbound Calls
> So, I need to use the right-most 11 digits,

[Matching Patterns]
$request = ^INVITE
To = sip:.*(\d{11})@

You can test it at https://regex101.com/
Type sip:.*(\d{11})@ in "REGULAR E ...
  Topic: Adding Entity Value to Alias Database
Ericcc

Replies: 2
Views: 538

PostForum: Brekeke SIP Server Forum   Posted: Wed Dec 27, 2023 4:19 pm   Subject: Adding Entity Value to Alias Database
Yes. you are right. You need the Group field.
  Topic: Licensing problem when sharing installation path on 2 server
Ericcc

Replies: 1
Views: 2639

PostForum: Brekeke SIP Server Forum   Posted: Thu Feb 10, 2022 12:26 pm   Subject: Licensing problem when sharing installation path on 2 server
If you want to make a Redundancy setup with Brekeke SIP Server, you need two unique Advanced Edition licenses and follow the instruction listed in the page below.
https://docs.brekeke.com/sip/brekeke ...
  Topic: Having Brekeke SIP Proxy "register" to another SIP
Ericcc

Replies: 1
Views: 3384

PostForum: Brekeke SIP Server Forum   Posted: Mon Aug 02, 2021 10:26 am   Subject: Having Brekeke SIP Proxy "register" to another SIP
There are several ways to meet the requirement.

- The easiest way is to use Brekeke PBX instead of Brekeke SIP Server because it has the feature to send SIP-REGISTER on behalf of SIP clients.

- ...
  Topic: Disable RTP
Ericcc

Replies: 1
Views: 3249

PostForum: Brekeke SIP Server Forum   Posted: Wed Mar 31, 2021 9:23 am   Subject: Disable RTP
You can disable RTP-relay with $rtp = false setting in Deploy Patterns.

FYI:
https://docs.brekeke.com/sip/rtp
  Topic: Recommended AWS Instance for BSS
Ericcc

Replies: 1
Views: 4145

PostForum: Brekeke SIP Server Forum   Posted: Tue Feb 23, 2021 11:02 am   Subject: Recommended AWS Instance for BSS
I think T2 is fine but I recommend T3.
  Topic: Failover IP address question
Ericcc

Replies: 2
Views: 5755

PostForum: Brekeke SIP Server Forum   Posted: Thu Sep 03, 2020 2:18 pm   Subject: Failover IP address question
Like this.

$session = failover sip:%1@<ip address two> sip:%1@<ip address three>
  Topic: Remove attribute
Ericcc

Replies: 8
Views: 9494

PostForum: Brekeke SIP Server Forum   Posted: Mon Jul 06, 2020 12:09 pm   Subject: Remove attribute
You can get the object of Session description from the method sdpContent.takeSessionDesc().

So the code will be like this.

Sdp sdpContent = (Sdp)(Content.getContent(sippacket.co ...
  Topic: Find softphone on client have forwarding function!
Ericcc

Replies: 3
Views: 8895

PostForum: Brekeke PBX Forum   Posted: Fri May 22, 2020 9:03 am   Subject: Find softphone on client have forwarding function!
have you read the section "7. Call Forwarding" in the document?

https://www.brekeke.com/doc/pbx/pbx_admin_advanced.pdf
  Topic: Dial Plan Plugin Help
Ericcc

Replies: 11
Views: 6639

PostForum: Brekeke SIP Server Forum   Posted: Tue Oct 03, 2017 4:26 pm   Subject: Dial Plan Plugin Help
Is it the purpose of DialPlan plugin?

Note that DialPlan plugin is executed with each initial INVITE only.
It means you can manipulate first SDP attached in an initial INVITE.

If you want to ...
  Topic: Strip Bandwidth Modifier From SDP in 200OK
Ericcc

Replies: 3
Views: 3175

PostForum: Brekeke SIP Server Forum   Posted: Mon Oct 02, 2017 4:43 pm   Subject: Strip Bandwidth Modifier From SDP in 200OK
DialPlan can pick a content of SDP but it can not modify it.
Using Session plugin will be a solution but you need a coding.

Using Brekeke PBX is the easiest way.
http://www.brekeke.com/download ...
  Topic: Dial Plan Plugin Help
Ericcc

Replies: 11
Views: 6639

PostForum: Brekeke SIP Server Forum   Posted: Mon Oct 02, 2017 4:34 pm   Subject: Dial Plan Plugin Help
> 5 ## Created the jar file.
> /home/skb007/java> jar -cvf sni.jar sni.class

Since the package is "plugin", you need a folder named "plugin".

1) mkdir plugin

2) ...
  Topic: Dial Plan Plugin Help
Ericcc

Replies: 11
Views: 6639

PostForum: Brekeke SIP Server Forum   Posted: Mon Oct 02, 2017 11:18 am   Subject: Dial Plan Plugin Help
> method=get_sip_call_id ex=java.lang.ClassNotFoundException: com.brekeke.plugin.sni

The error message indicates that the plugin's class and/or method is not found.

What Java package path d ...
  Topic: T-mobile and NAT, WebRTC
Ericcc

Replies: 4
Views: 5157

PostForum: Brekeke SIP Server Forum   Posted: Mon Sep 22, 2014 11:29 am   Subject: T-mobile and NAT, WebRTC
Which WebRTC client are you using?
Which web-browser are you using for WebRTC?
  Topic: T-mobile and NAT, WebRTC
Ericcc

Replies: 4
Views: 5157

PostForum: Brekeke SIP Server Forum   Posted: Mon Sep 22, 2014 11:24 am   Subject: T-mobile and NAT, WebRTC
NDXBach,
Sorry. pls ignore my previous post. it was for another topic..
  Topic: LAN Dial Plan
Ericcc

Replies: 2
Views: 4885

PostForum: Brekeke SIP Server Forum   Posted: Mon Sep 22, 2014 11:23 am   Subject: LAN Dial Plan
Can you see phone numbers in the [Registered Clients] page?

You don't have to use any DialPlan rules if a callee phone is registered in the SIP Server.
Let you disable or remove all DialPlan rules ...
  Topic: T-mobile and NAT, WebRTC
Ericcc

Replies: 4
Views: 5157

PostForum: Brekeke SIP Server Forum   Posted: Mon Sep 22, 2014 9:46 am   Subject: T-mobile and NAT, WebRTC
Can you see phone numbers in the [Registered Clients] page?

You don't have to use any DialPlan rules if a callee phone is registered in the SIP Server.
Let you disable or remove all DialPlan rule ...
  Topic: Block T.38
Ericcc

Replies: 3
Views: 4938

PostForum: Brekeke SIP Server Forum   Posted: Mon Sep 22, 2014 9:39 am   Subject: Block T.38
Try this. It rejects T.38 request with "603 Decline".

Matching Patterns:
$request = ^INVITE
$body("^m.+t38") = .+

Deploy Patterns:
$response = 603
  Topic: RFC3327's Path Header
Ericcc

Replies: 2
Views: 6407

PostForum: Brekeke SIP Server Forum   Posted: Tue Apr 22, 2014 7:41 pm   Subject: RFC3327's Path Header
Thank you!
  Topic: RFC3327's Path Header
Ericcc

Replies: 2
Views: 6407

PostForum: Brekeke SIP Server Forum   Posted: Tue Apr 22, 2014 12:01 am   Subject: RFC3327's Path Header
1. Brekeke Product Name and Version:
Brekeke SIP Server 3.2

2. Java version:
Oracle Java 1.7

3. OS type and the version:
CentOS

4. UA (phone), gateway or other hardware/software involved: ...
  Topic: Billing Solution
Ericcc

Replies: 2
Views: 5856

PostForum: Brekeke SIP Server Forum   Posted: Mon Apr 21, 2014 9:49 am   Subject: Billing Solution
1. Brekeke Product Name and Version:
Brekeke SIP Server 3.3.4.4

2. Java version:
1.7

3. OS type and the version:
Windows 2008

4. UA (phone), gateway or other hardware/software involved:
...
 
Page 1 of 1
All times are GMT - 7 Hours
Jump to: