Search found 319 matches

by lakeview
Wed Nov 29, 2017 12:10 pm
Forum: Brekeke SIP Server Forum
Topic: Brekeke do not accept ACK message from Lancom
Replies: 4
Views: 6456

> Route: <SIP:192.168.16.18:5060;lr>

The RFC3261 defines it as
SIP-URI = "sip:" [ userinfo ] hostport

Try version 3 of Brekeke SIP Server because it accepts such ACK.
by lakeview
Wed Nov 15, 2017 11:24 am
Forum: Brekeke SIP Server Forum
Topic: Verification client certificate
Replies: 3
Views: 4899

If you use a self-signed certificate as Client's certificate, you need to add it as a trusted certificate. Or set [Peer Certification Validation]=off at [Configuration] > [SIP] -> [TLS] page.

FYI:
http://wiki.brekeke.com/wiki/Making-SIP ... r-Over-TLS
by lakeview
Fri Nov 10, 2017 10:50 am
Forum: Brekeke SIP Server Forum
Topic: Brekeke deletes last lines of INVITE message
Replies: 2
Views: 5795

Hi loop,

Add the line below in the [Configuration]->[Advanced] page, and restart the Brekeke SIP Server.

Code: Select all

net.sip.packet.reader = false
The developer fixed this bug already so upgrading the SIP Server to the latest version will also fix the issue.
http://www.brekeke.com/downloads/sip-server.php
by lakeview
Fri Jul 21, 2017 1:35 pm
Forum: Brekeke SIP Server Forum
Topic: BSS VM Linux Template
Replies: 2
Views: 8301

We have some experiences with Open vSwitch (OVS) on CentOS and Ubuntu for Brekeke SIP Server. In the evaluation phase, we use KVM and VirtualBOX for simulating the above environments. Are you interested in running both Brekeke SIP Server and Open VSwitch in the same VM guest? For production use, I ...
by lakeview
Tue May 09, 2017 2:44 pm
Forum: Brekeke SIP Server Forum
Topic: Websocket requests receiving 400 Bad Request based on size
Replies: 1
Views: 3939

HTTP request's packet buffer size for WebSocket is 700 byte.

So resize the Cookie data to meet this limitation.
by lakeview
Wed Jul 20, 2016 10:40 am
Forum: Brekeke SIP Server Forum
Topic: Ringing Multiple Users from a Single Invite
Replies: 1
Views: 3570

If you are using Brekeke SIP Server Advanced Edition, try DialPlan rule like this. [Matching Patterns] $request=^INVITE To=sip:777@ [Deploy Patterns] To = sip:30@192.168.10.222 $session = failover sip:32@192.168.10.222 &failover.timer.provisional = 5 With this rule, Brekeke SIP Server rings sip:30 ...
by lakeview
Wed Dec 02, 2015 12:29 pm
Forum: Brekeke SIP Server Forum
Topic: User export not working, just partial list (7 records)
Replies: 6
Views: 9581

If you use another web browser, can you export the list?
by lakeview
Wed Nov 25, 2015 11:30 am
Forum: Brekeke SIP Server Forum
Topic: User export not working, just partial list (7 records)
Replies: 6
Views: 9581

What kind of characters is it?
by lakeview
Tue Nov 24, 2015 4:56 pm
Forum: Brekeke SIP Server Forum
Topic: Create CA certificate for TLS mode
Replies: 2
Views: 14034

Are you planning to use Self-signed certificate?


Have you looked at this page?
http://wiki.brekeke.com/wiki/create-a-s ... ng-OpenSSL
by lakeview
Tue Nov 24, 2015 4:52 pm
Forum: Brekeke SIP Server Forum
Topic: User export not working, just partial list (7 records)
Replies: 6
Views: 9581

Are you using any special characters in user names?
by lakeview
Tue Sep 22, 2015 9:11 pm
Forum: Brekeke SIP Server Forum
Topic: Best way to do DID based sip routing for thousands of DIDs
Replies: 2
Views: 9910

It is an interesting. I supposed Alias database meets the requirement. You can add records with SQL from 3rd application, or CSV file. http://wiki.brekeke.com/wiki/How-to-use-Alias-function But it causes a database lookup for each call. DialPlan table is loaded on memory so it doesn't cause any file ...
by lakeview
Tue Oct 07, 2014 3:49 pm
Forum: Brekeke SIP Server Forum
Topic: Brekeke 3.4.1 Beta & WebRTC
Replies: 3
Views: 6513

> 1- Will Brekeke Advanced support WebRTC Video call ? Yes. If both caller and callee (UAC and UAS) support WbRTC, you can use any media such as audio and video between clients. For JsSIP, enable "video" at the JsSIP's GUI. > 2- How to configure the Dial Plan so a SIP client can call a WebSocket ...
by lakeview
Mon Aug 25, 2014 12:36 pm
Forum: Brekeke SIP Server Forum
Topic: FYI:RFC6598 for Carrier Grade NAT(CGN)/Large-scale NAT(LSN)
Replies: 1
Views: 6956

FYI:

Brekeke SIP Server version 3.4 and later support RFC6598 without any additional settings.
http://wiki.brekeke.com/wiki/BSS_History
by lakeview
Mon Aug 25, 2014 12:32 pm
Forum: Brekeke SIP Server Forum
Topic: Does Brekeke SIP Server rev.286.3 Support RFC6598???
Replies: 2
Views: 5807

tjtsaitsai, Why are you using such a very old version? The rev 286.3 was released 4 years ago and has some issues. > the configuration by adding net.internal-addr.pattern = > ^100.6[4-9]|^100.[7-9][0-9]|^100.1[0-1][0-9]|^100.12[0-7] Because rev286.3 doesn't support net.internal-addr.pattern!! Let ...
by lakeview
Tue Jun 17, 2014 4:25 pm
Forum: Brekeke SIP Server Forum
Topic: "register.contact.remote" works correctly ?
Replies: 5
Views: 10944

Brekeke's developer team will add new GUI filed to tune the variable "net.internal-addr.pattern" in a future release.
If so, an administrator doesn't have to set it manually.

Some internal API sets are available for OEM and tech partners.
by lakeview
Mon Jun 16, 2014 11:05 am
Forum: Brekeke SIP Server Forum
Topic: "register.contact.remote" works correctly ?
Replies: 5
Views: 10944

Another way to fix the issue is .. Add this in the [Configuration]->[Advanced] page. net.internal-addr.pattern = ^100 Brekeke SIP Server will treat 100.x.x.x as an internal (private) IP address. so you don't need any DialPlan rule for REGISTER and you don't need "net.sip.fixed.addrport.uas" too.
by lakeview
Tue Dec 17, 2013 2:16 pm
Forum: Brekeke SIP Server Forum
Topic: RTP Relay failed
Replies: 11
Views: 18138

Are you using own SIP client developed on SDK?

Does the problem happen with both Xlite and your SIP client ?
by lakeview
Fri Dec 13, 2013 11:27 pm
Forum: Brekeke SIP Server Forum
Topic: Reply OPTIONS to SBC
Replies: 6
Views: 15120

> Because I would like to check if there is DDoS attack to my server which does not logging in error log. But you can see them in the Blocked Log even if you are using ver3.2. Add some honeypot rules to protect the server. http://wiki.brekeke.com/wiki/Block-List-Honeypot http://www.brekeke-sip.com ...
by lakeview
Fri Dec 13, 2013 11:18 pm
Forum: Brekeke SIP Server Forum
Topic: RTP Relay failed
Replies: 11
Views: 18138

Did it happen during a phone call?
What SIP client are you using?


> It Seems that there is a problem with the connection authentication.

SIP Auth and RTP are not associated.
by lakeview
Tue Dec 10, 2013 10:10 am
Forum: Brekeke SIP Server Forum
Topic: RTP Relay failed
Replies: 11
Views: 18138

Did it happen during a phone call?
What SIP client and audio codec are you using?
by lakeview
Sun Dec 01, 2013 11:49 am
Forum: Brekeke SIP Server Forum
Topic: Admin Tool - INACTIVE- show error cannot open Database ...
Replies: 4
Views: 8489

> but Brekeke never send me an update.

Signup the eNews letter.
http://www.brekeke.com/company/enews.php
by lakeview
Mon Sep 23, 2013 3:55 pm
Forum: Brekeke SIP Server Forum
Topic: FYI: Block friendly-scanner and crawler
Replies: 2
Views: 8564

FYI: Block friendly-scanner and crawler

1. Brekeke Product Name and Version: Brekeke SIP Server ver3.2 Add following DialPlan rules in the [Dial Plan] -> [Preliminary] page. --------------------------------------- [Matching Patterns] $str.lowercase(User-Agent) = friendly-scanner|sundayddr [Deploy Patterns] $action = block [Matching ...
by lakeview
Thu Apr 11, 2013 2:36 pm
Forum: Brekeke SIP Server Forum
Topic: No voice Behind NAT
Replies: 17
Views: 27827

bensly,
For your case, both SIP clients must enable RTP/AVPF instead of RTP/AVP.
by lakeview
Thu Apr 04, 2013 10:57 am
Forum: Brekeke SIP Server Forum
Topic: No voice Behind NAT
Replies: 17
Views: 27827

How about the [Port mapping] setting in the [RTP] page? It should be "source port" in your case. If you try another SIP client such as Linphone.. Does the same issue happen? Also, let you check your firewall settings. Make sure that UDP ports 10000-29999 should be opened at Window Firewall. http ...