Search found 34 matches
- 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 ...
- 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
- 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
- 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
- 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 ...
- 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}.
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}.
- 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
http://www.brekeke.com/doc/sip/3rd_party_database.pdf
- 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.
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.
Code: Select all
&net.sip.outside.dialog.pattern = ^REFER|^NOTIFY
Let you write DialPlan rule to catch REFER and modify it as you want.
- 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
- Mon Nov 25, 2013 10:36 am
- Forum: Brekeke SIP Server Forum
- Topic: Add direction to call log
- Replies: 1
- Views: 6520
- Thu May 09, 2013 10:33 am
- Forum: Brekeke PBX Forum
- Topic: Built in protection against unauthorized user logins? -MTPBX
- Replies: 2
- Views: 13139
- Fri Apr 12, 2013 9:15 am
- Forum: Brekeke SIP Server Forum
- Topic: Display Name question
- Replies: 5
- Views: 8914
- Sun Mar 17, 2013 11:52 pm
- Forum: Brekeke PBX Forum
- Topic: Registration Error: 408 - Request Timeout
- Replies: 1
- Views: 10926
- 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
- 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
- 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
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
- Mon Sep 10, 2012 10:29 am
- Forum: Brekeke SIP Server Forum
- Topic: You are told by e-mail.
- Replies: 19
- Views: 21619
- 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
- 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 ...
- Mon Apr 09, 2012 11:34 am
- Forum: Brekeke PBX Forum
- Topic: Dial Plan Logic - Real world examples required
- Replies: 1
- Views: 10095
- Tue Apr 03, 2012 5:48 pm
- Forum: Brekeke PBX Forum
- Topic: Incoming calls terminated after 15secs. ACK not sent.
- Replies: 11
- Views: 19271
- Fri Mar 16, 2012 8:55 pm
- Forum: Brekeke SIP Server Forum
- Topic: Prevent unregistration
- Replies: 6
- Views: 9351
- 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 ...
- Thu Mar 15, 2012 12:26 pm
- Forum: Brekeke SIP Server Forum
- Topic: Dial Plan To perform One Stage Dialing
- Replies: 5
- Views: 7043
- Mon Mar 12, 2012 9:58 am
- Forum: Brekeke SIP Server Forum
- Topic: Dial Plan To perform One Stage Dialing
- Replies: 5
- Views: 7043