Search found 34 matches

by davi
Thu Jul 03, 2014 10:07 pm
Forum: Brekeke SIP Server Forum
Topic: Brekeke SIP Server drops RTP Packets (H.264 stream).
Replies: 9
Views: 13109

For writing log from the RTP-relay, put the following line in the [Configuration]->[Advanced] page. ---------------------------- net.rtp.loglevel.file=255 ---------------------------- After you reproduce the issue, open the log file. C:\Program Files\Brekeke\sip\webapps\sip\WEB-INF\work\sv\log\2014 ...
by davi
Thu Jul 03, 2014 9:58 am
Forum: Brekeke SIP Server Forum
Topic: Brekeke SIP Server drops RTP Packets (H.264 stream).
Replies: 9
Views: 13109

How about audio quality?

What kind of internet connection does your customer use?
Does it provide enough bandwidth?

According to SDP, there are 3 media streams (1 audio + 2 video).
so.. the network bandwidth should be wide enough.
by davi
Wed Jul 02, 2014 10:09 am
Forum: Brekeke SIP Server Forum
Topic: Can not open database: BSS v3 with MySQL
Replies: 3
Views: 7338

Glad to know!

To apply new JAR file, you need to reboot the OS.
by davi
Mon Jun 30, 2014 10:45 pm
Forum: Brekeke SIP Server Forum
Topic: Brekeke SIP Server drops RTP Packets (H.264 stream).
Replies: 9
Views: 13109

The ver 2 doesn't have such a configuration.
The ver 3's RTP Relay runs as OS's native code.
by davi
Mon Jun 30, 2014 10:37 pm
Forum: Brekeke SIP Server Forum
Topic: Can not open database: BSS v3 with MySQL
Replies: 3
Views: 7338

The database structures are same in both v2 and v3. So you can refer the above PDF. For using MySQL.. have you copied MySQL's JDBC driver like the following? mysql-connector-java-5.1.31-bin.jar You need to download it from the MySQL's site. https://dev.mysql.com/downloads/connector/j/5.1.html And ...
by davi
Mon Jan 13, 2014 10:10 pm
Forum: Brekeke SIP Server Forum
Topic: $route.underlimit method - specify response
Replies: 9
Views: 14001

If you use $log in Deploy Pattern, you can write own log message in sv.xxx.log file.

Find "$log" in the http://www.brekeke.com/doc/sip/sip_admin_v3.pdf

For example...
[Deploy Patterns]
$response = 503
$log = WARNING! Call limit is reached!! Return 503 to %{$addr}.
by davi
Mon Jan 13, 2014 9:59 pm
Forum: Brekeke SIP Server Forum
Topic: how to unregister users by command or dial plan
Replies: 3
Views: 7642

If you use a database for Register table, you can remove certain user with SQL.
http://www.brekeke.com/doc/sip/3rd_party_database.pdf
by davi
Fri Dec 27, 2013 6:53 pm
Forum: Brekeke SIP Server Forum
Topic: Can Brekeke modify the contents of a REFER?
Replies: 6
Views: 17100

Add the following in the [Configuration]->[Advanced] page once, and restart the SIP Server.

Code: Select all

&net.sip.outside.dialog.pattern = ^REFER|^NOTIFY 
Now you can catch REFER with DialPlan even if it is sent in existing dialog.
Let you write DialPlan rule to catch REFER and modify it as you want.
by davi
Fri Dec 27, 2013 6:47 pm
Forum: Brekeke SIP Server Forum
Topic: Brekeke SIP Server can not support nat transveral for BFCP
Replies: 3
Views: 7589

Which video product are you using?
by davi
Mon Nov 25, 2013 10:36 am
Forum: Brekeke SIP Server Forum
Topic: Add direction to call log
Replies: 1
Views: 6520

We don't know what dialed numbers are "incoming" or "outgoing" in your case.
They are depending on how you deploy voip service.

Use the To-URI. It is the dialed number.
by davi
Thu May 09, 2013 10:33 am
Forum: Brekeke PBX Forum
Topic: Built in protection against unauthorized user logins? -MTPBX
Replies: 2
Views: 13139

As Hope said, there is an automatic protection which blocks an IP address after few login failed.

Also, Brekeke has the web API which allows you to make own user-login page.
With this API, you can design and develop secure user-login page.
Let you contact Brekeke for more details.
by davi
Fri Apr 12, 2013 9:15 am
Forum: Brekeke SIP Server Forum
Topic: Display Name question
Replies: 5
Views: 8914

> From=sip:(.+)@(.+)

It must be:
From = <sip:(.+)@(.+)>
Or,
$getUri( From ) = sip:(.+)@(.+)
by davi
Sun Mar 17, 2013 11:52 pm
Forum: Brekeke PBX Forum
Topic: Registration Error: 408 - Request Timeout
Replies: 1
Views: 10926

Do you set the correct SIP Server's IP address as the register server at the setting of X-lite?

Is it FQDN? or is it IP address?
by davi
Thu Jan 17, 2013 1:18 pm
Forum: Brekeke SIP Server Forum
Topic: Integrating Nortel CS1000 & Rauland Responder 5 via Brek
Replies: 15
Views: 29100

Brian,
Which version of CS1000/SIP trunk are you using?
Are you using Avaya SES too?

Nortel CS1000 was working well without issue but it seems Avaya did some modifications..
by davi
Wed Dec 05, 2012 5:49 pm
Forum: Brekeke SIP Server Forum
Topic: One way audio due to port change from initial SDP Invite
Replies: 1
Views: 7478

Try the settings below:

In the [Configuration]-[SDP] page,
[RTP relay] = on
[Port mapping]= sdp
[Send UA's remote address] = no
by davi
Mon Sep 10, 2012 12:30 pm
Forum: Brekeke SIP Server Forum
Topic: You are told by e-mail.
Replies: 19
Views: 21619

Do you want to receive an e-mail notification if a callee doesn't pick a call?

I know the following Brekeke PBX's API allows you to create such a feature.
http://www.brekeke-sip.com/download/bpb ... _db_en.pdf
by davi
Mon Sep 10, 2012 10:29 am
Forum: Brekeke SIP Server Forum
Topic: You are told by e-mail.
Replies: 19
Views: 21619

Are you talking about Brekeke PBX's feature?
by davi
Fri Aug 31, 2012 2:48 pm
Forum: Brekeke SIP Server Forum
Topic: Adding a Cisco 7921 to A Rauland Responder 5 demo Kit
Replies: 6
Views: 9401

In the SIP Server, go to the [Server Status] page.
There is the [work-directory] field.


You can find sv.xxx.log under the following folder.
<work-directory>\webapps\proxy\WEB-INF\work\sv\log\2012\08\
by davi
Fri Aug 31, 2012 11:01 am
Forum: Brekeke SIP Server Forum
Topic: Adding a Cisco 7921 to A Rauland Responder 5 demo Kit
Replies: 6
Views: 9401

Vinnie, > Client (Cisco 7921) is reg as 7000 > sip:7000@192.168.27.202:5060 Do you mean the CISCO 7921 makes a registration to the Brekeke SIP Server? > I have noticed there that on the requester settings it comes up as > 192.168.27.125:1949 not :5060 like the other 2 phones. You don't have to worry ...
by davi
Mon Apr 09, 2012 11:34 am
Forum: Brekeke PBX Forum
Topic: Dial Plan Logic - Real world examples required
Replies: 1
Views: 10095

Hi JasonIsrael,

It seems you are using Brekeke PBX so you need to use PBX's ARS for these requirements.


If you are Brekeke's dealer, I think you can contact Brekeke's support team directly.
by davi
Tue Apr 03, 2012 5:48 pm
Forum: Brekeke PBX Forum
Topic: Incoming calls terminated after 15secs. ACK not sent.
Replies: 11
Views: 19271

Set "net.sip.fixed.addrport.uas = true" in the SIP Server's [Config] -> [Advanced] page, and reboot the SIP server.

With this setting, the ACK packet must be sent to the callee (UAS).
by davi
Fri Mar 16, 2012 8:55 pm
Forum: Brekeke SIP Server Forum
Topic: Prevent unregistration
Replies: 6
Views: 9351

I doubt that you met the requirement.

Can you make a call through the SystemB when SystemA is down?

Add the following in the Deploy Pattern.
---
&net.registrar.useoriginal = true
---
by davi
Thu Mar 15, 2012 1:05 pm
Forum: Brekeke SIP Server Forum
Topic: Prevent unregistration
Replies: 6
Views: 9351

Do you want to allow a phone to make a call even if the System A is down? To prevent an unregistration, add the following DialPlan rule before the current rule. ------------------------ Matching Pattern $request = ^REGISTER Expires = ^0$ Deploy Pattern $auth = false $action = register &net.registrar ...
by davi
Thu Mar 15, 2012 12:26 pm
Forum: Brekeke SIP Server Forum
Topic: Dial Plan To perform One Stage Dialing
Replies: 5
Views: 7043

--------------------------
Matching Patterns

$request = ^INVITE
From = sip:(6[0-9]{4}).+@
To = sip:9(.+)@
$regaddr( "%11" ) = (.+)


--------------------------
Deploys Patterns

To = sip:%2@%3
-------------------------
by davi
Mon Mar 12, 2012 9:58 am
Forum: Brekeke SIP Server Forum
Topic: Dial Plan To perform One Stage Dialing
Replies: 5
Views: 7043

It seem you did a pretty good job.

Try this.
--------------------------
Matching Patterns

$request = ^INVITE
To = sip:100(.+)@
$regaddr( "100" ) = (.+)


--------------------------
Deploys Patterns

To = sip:%1@%2
-------------------------