Search found 215 matches

by ambrosio
Wed Jan 17, 2018 11:18 pm
Forum: Brekeke SIP Server Forum
Topic: Setting Up Redundant Brekeke SIP Servers
Replies: 5
Views: 5865

Just add a virtual IP address as a second IP address

http://www.dummies.com/computers/pcs/ho ... windows-7/

Or you can use "netsh" command.
https://www.howtogeek.com/51741/how-to- ... s-servers/
by ambrosio
Tue Jan 02, 2018 3:21 pm
Forum: Brekeke SIP Server Forum
Topic: Redundancy of Brekeke without VIP configuration?
Replies: 3
Views: 4914

Brekeke SIP Server can run on WindowsXP, Windows7 and Windows10. But theses OS are designed for personal computers not for server uses. Also Microsoft ended the support for WindowsXP 9 years ago. Do you have any reason to use such an old OS for SIP redundancy? If you use Linux, you can manage ...
by ambrosio
Wed Dec 27, 2017 12:38 pm
Forum: Brekeke SIP Server Forum
Topic: Redundancy of Brekeke without VIP configuration?
Replies: 3
Views: 4914

Are you using Windows XP for running Brekeke SIP Servers under redundancy deployments?

I recommend you use Linux..
by ambrosio
Tue Nov 14, 2017 9:58 am
Forum: Brekeke SIP Server Forum
Topic: Dial Plan Rule for "DID List"
Replies: 1
Views: 3942

There are several ways. You may find an example in the Tutorial. http://www.brekeke.com/doc/sip/sip_tutorial_dialplan.pdf DialPlan accepts Regular Expression so OR operator is |. https://en.wikipedia.org/wiki/Regular_expression If DID are 11111, 22222 and 33333, you can define them at ...
by ambrosio
Mon Sep 18, 2017 11:59 am
Forum: Brekeke PBX Forum
Topic: Database read error. user lacks privilege or object not foun
Replies: 4
Views: 19642

It seems that the permission of the database file was modified.

Please make sure that the file system doesn't have bad-sectors.
by ambrosio
Fri Sep 15, 2017 5:22 pm
Forum: Brekeke PBX Forum
Topic: Database read error. user lacks privilege or object not foun
Replies: 4
Views: 19642

Are you using 3rd party database system for T_REGISTERED?

Reboot the Windows if you didn't try it yet.
by ambrosio
Fri Aug 25, 2017 8:31 am
Forum: Brekeke PBX Forum
Topic: Brekeke PBX suspend. we must restart??
Replies: 5
Views: 20748

Is it an evaluation license of Brekeke PBX ?
by ambrosio
Fri Aug 11, 2017 11:10 am
Forum: Brekeke SIP Server Forum
Topic: Dial Plan assistance
Replies: 1
Views: 3774

Use From/displayname in Deploy Pattern For example.. Matching Pattern $request = ^INVITE $getDisplayName(From)=(.{2})(\d+)(_\d+)( |( -))([a-zA-Z ]+)|([+.-]) Deploy Pattern From/displayname = %1%2%3%4%5%6 or I simplified your regex pattern. Matching Pattern $request = ^INVITE $getDisplayName(From ...
by ambrosio
Tue Jul 25, 2017 2:11 pm
Forum: Brekeke SIP Server Forum
Topic: Convert Transport from UDP to TCP
Replies: 3
Views: 4273

The log indicates "TCP:connect timed out "

Make sure the firewall doesn't block TCP 5060 port.
by ambrosio
Mon Jul 24, 2017 10:10 pm
Forum: Brekeke SIP Server Forum
Topic: Convert Transport from UDP to TCP
Replies: 3
Views: 4273

Can you find the call record in the [Logs]->[Session Logs] page?
or [Logs]->[Error Logs] page?

Is the customer's SIP client (10.3.3.3) located in the same LAN without NAT?
by ambrosio
Wed Feb 08, 2017 1:52 am
Forum: Brekeke SIP Server Forum
Topic: Push Notifications
Replies: 1
Views: 3799

Please refer this. http://wiki.brekeke.com/wiki/PushNotification With this feature, you can send push notification message to iOS and Android. Also a message can start your SIP client app automatically. But you need to add an option to the product license for enabling this feature in Brekeke SIP ...
by ambrosio
Wed Feb 08, 2017 1:44 am
Forum: Brekeke SIP Server Forum
Topic: Can't select text in dial-plan
Replies: 2
Views: 3931

Yeah, it is right. I already asked it to the developer.
by ambrosio
Wed Feb 08, 2017 1:42 am
Forum: Brekeke SIP Server Forum
Topic: Can't see disabled rules
Replies: 4
Views: 5364

Since it is disabled, it is greyed-out.
If you move the mouse cursor to the disabled rule, the background color will be yellow.
by ambrosio
Wed Feb 08, 2017 1:37 am
Forum: Brekeke SIP Server Forum
Topic: Can't login with credentials in URL
Replies: 15
Views: 13507

If you failed login multiple times (eg. invalid password), the SIP Server's GUI blocks your IP address for a while.
by ambrosio
Wed Jan 11, 2017 1:48 am
Forum: Brekeke SIP Server Forum
Topic: Modify SIP address to normal caller ID
Replies: 2
Views: 4643

It is depending on the callee, IVR. Generally a callee will show the caller's display name instead of From-URI. Try this. Matching Patterns $request = ^INVITE To = sip:654321@ $getUri(From) = (.+) Deploy Patterns From = "123456" <%1> If you are using the latest version (I strongly recommend), you ...
by ambrosio
Fri Dec 30, 2016 11:26 am
Forum: Brekeke SIP Server Forum
Topic: What is the usage for net.sip.replacecallid, and how to use
Replies: 2
Views: 3266

Which standard, SIP product or provider require such a Call-ID?
Call-ID is an identifier so it doesn't have any meanings it self.

Therefore DialPlan doesn't allow you to specify the value of Call-ID.
If you want to specify it, you need to create a plugin.
by ambrosio
Thu Dec 22, 2016 4:54 pm
Forum: Brekeke SIP Server Forum
Topic: failover.pattern.response+Reason Q850
Replies: 4
Views: 10544

It can be done if you write own plugin code...
by ambrosio
Wed Nov 23, 2016 4:09 pm
Forum: Brekeke SIP Server Forum
Topic: 183 - No Connection Information (c) in RTP relay mode
Replies: 14
Views: 11408

The packet was corrupted before it reached the SIP Server.
Other SIP packets less than 1500 bytes are OK.

Expand OS's MTU but I recommend you use TCP instead of UDP because other network entities such as router will also limit the size.
by ambrosio
Wed Nov 23, 2016 1:20 pm
Forum: Brekeke SIP Server Forum
Topic: 183 - No Connection Information (c) in RTP relay mode
Replies: 14
Views: 11408

The reason of the issue is the packet size. The "183 Session Progress" packet sent from 204.15.169.92 was fragmented and these fragmented frames were delayed . The fragmentation happened because the packet size exceeded 1500 bytes. The wireshark indicates that the packet size is 1520 bytes. As you ...
by ambrosio
Wed Nov 23, 2016 12:00 pm
Forum: Brekeke SIP Server Forum
Topic: 183 - No Connection Information (c) in RTP relay mode
Replies: 14
Views: 11408

Vaclav,
Is it the pcap you have SDP issue??

I can see "c=" line in the outgoing SDP which points 185.164.x.x what you defined.
by ambrosio
Wed Nov 23, 2016 11:44 am
Forum: Brekeke SIP Server Forum
Topic: 183 - No Connection Information (c) in RTP relay mode
Replies: 14
Views: 11408

Vaclav
I've downloaded it. So you can remove it now.
by ambrosio
Wed Nov 23, 2016 11:16 am
Forum: Brekeke SIP Server Forum
Topic: 183 - No Connection Information (c) in RTP relay mode
Replies: 14
Views: 11408

Does the issue still happen even if you don't use RTP-relay?

Does the same issue happen even if you make a call from another SIP client or VoIP service?

It seems "Session Name (s): iMax_SS " is also missing.
by ambrosio
Wed Nov 23, 2016 11:07 am
Forum: Brekeke SIP Server Forum
Topic: 183 - No Connection Information (c) in RTP relay mode
Replies: 14
Views: 11408

vaclav_prokes,
It is Wireshark's expression of SDP not original raw data..
by ambrosio
Wed Nov 23, 2016 10:18 am
Forum: Brekeke SIP Server Forum
Topic: 183 - No Connection Information (c) in RTP relay mode
Replies: 14
Views: 11408

Can you paste the original SDP content here?