Search found 29 matches

by Andrey
Fri Jun 14, 2013 2:22 pm
Forum: Brekeke SIP Server Forum
Topic: Sip Registration showing Public IP vs Internal IP
Replies: 4
Views: 8376

It seems you solve the issue.
by Andrey
Fri Jun 14, 2013 12:13 pm
Forum: Brekeke SIP Server Forum
Topic: Sip Registration showing Public IP vs Internal IP
Replies: 4
Views: 8376

It will happen because the SIP client detects its global IP address for the firewall traversal. Tune the SIP client's settings to disable the public IP address detection. It will be STUN or ICE in the settings. If you capture packets at SIP Server's PC, are SIP packets exchanged with the public IP ...
by Andrey
Mon Sep 10, 2012 2:48 pm
Forum: Brekeke SIP Server Forum
Topic: Avaya CM to Rauland R5 with Brekeke instead of Avaya SES
Replies: 5
Views: 8366

If you push "#" after you dial a shorter string at a phone, does it solve the problem?
by Andrey
Mon Oct 12, 2009 3:23 pm
Forum: Brekeke SIP Server Forum
Topic: Route all calls from an IP address to a different IP
Replies: 2
Views: 3212

Code: Select all

[Matching Patterns]
$request = ^INVITE
$addr = <Sender's IP address>
To = sip:(.+)@

[Deploy Patterns]
To = sip:%1@<destination's IP address>
by Andrey
Mon Oct 12, 2009 3:20 pm
Forum: Brekeke PBX Forum
Topic: ondo pbx 1.5.3
Replies: 2
Views: 4185

voicemail is one of PBX functions.
any reason you don't want to create a PBX user?
by Andrey
Fri Aug 21, 2009 3:40 pm
Forum: Brekeke SIP Server Forum
Topic: 603 decline response for invite message
Replies: 14
Views: 22823

Mahima, INVITE SIP:6711@192.168.1.102 SIP/2.0 Via: SIP/2.0/TCP 192.168.1.117:5060 Max-Forwards: 70 From: To: Call-ID: 14462@192.168.1.117 User-Agent: TotalView 1.0 CSeq: 3 INVITE Contact: Content-Type: application/sdp Content-Length: 0 Is it an actual packet? It seems there are no From/To/Contact ...
by Andrey
Fri Jul 10, 2009 2:21 pm
Forum: Brekeke SIP Server Forum
Topic: 302 moved temporarily
Replies: 9
Views: 13859

what is "softswitch "?
Does it support 302 response?

Do you have any ARS settings at PBX for connecting to the MSS?
by Andrey
Thu Jul 09, 2009 11:30 am
Forum: Brekeke PBX Forum
Topic: need UDP -> TCP translator for MSS 2007 Speech Server
Replies: 4
Views: 6406

Try following DialPlan rules. Rule: From PSTN to MSS ---------------------------------------------------------- [Matching Pattern] $request = ^INVITE $addr = <softswitch's IP address> To = sip:(.+)@ [Deploy Pattern] To = sip:%1@<MSS 2007's IP address and port> $transport = tcp $auth = false &net.sip ...
by Andrey
Wed Jul 01, 2009 12:07 pm
Forum: Brekeke PBX Forum
Topic: need UDP -> TCP translator for MSS 2007 Speech Server
Replies: 4
Views: 6406

>> 403 Forbidden

It will happen if a caller doesn't send valid credential.

Add a user at SIP Server's [User Authentication] page.

Otherwise, you may need to disable an authentication at [Configuration] -> [SIP] -> [Authentication]. (it will be a security risk..)
by Andrey
Wed Jul 01, 2009 12:00 pm
Forum: Brekeke SIP Server Forum
Topic: 302 moved temporarily
Replies: 9
Views: 13859

Hi Karl, Did you solve the 403 problem? The response code 302 means "Moved Temporarily". (Refer RFC3261 http://www.ietf.org/rfc/rfc3261.txt) It seems the MSS requested a caller to make a call to new destination. What kind of SIP softphone are you using? >> Can you elaborate further on specific ...
by Andrey
Tue Jun 30, 2009 12:06 pm
Forum: Brekeke SIP Server Forum
Topic: 302 moved temporarily
Replies: 9
Views: 13859

Hi karl,

Brekeke SIP Server should work with MSS.

>> I am now getting a 403 Forbidden error. Any suggestions?

You need to create a user in Brekeke SIP Server's [User Authentication] page.
by Andrey
Mon Mar 30, 2009 10:16 am
Forum: Brekeke SIP Server Forum
Topic: How to downgrade to a previous version?
Replies: 4
Views: 5551

Colin
why do you want to return to a previous version?
by Andrey
Mon Nov 24, 2008 11:39 am
Forum: Brekeke SIP Server Forum
Topic: does sip trial version support radiuscat connectivity ?
Replies: 6
Views: 5835

Which Radius feature do you want to use??
Is it Authentication? or Accounting?
by Andrey
Mon Nov 24, 2008 11:35 am
Forum: Brekeke SIP Server Forum
Topic: SIP Server sending incoming calls back to ISDN gateway
Replies: 13
Views: 13068

Can you paste an INVITE packet which the gateway sent?
We need to check what kind of INVITE the gateway sends.
by Andrey
Thu Nov 20, 2008 12:37 pm
Forum: Brekeke SIP Server Forum
Topic: SIP Server sending incoming calls back to ISDN gateway
Replies: 13
Views: 13068

If you dial an unregistered device from a registered device, does the SIP Server forward the call to the ISDN gateway by the DialPlan?
by Andrey
Mon Nov 17, 2008 11:18 am
Forum: Brekeke SIP Server Forum
Topic: SIP Server sending incoming calls back to ISDN gateway
Replies: 13
Views: 13068

Try "$registered(To)=false" instead of "$registered=false" in the DialPlan.
by Andrey
Wed Nov 12, 2008 11:37 am
Forum: Brekeke SIP Server Forum
Topic: SIP Server sending incoming calls back to ISDN gateway
Replies: 13
Views: 13068

I think some of your settings are wrong..

If you disable the above DialPlan rule, can you make calls between registered users without problems?

What kind of UA are you using?
by Andrey
Tue Nov 11, 2008 11:16 am
Forum: Brekeke SIP Server Forum
Topic: SIP Server sending incoming calls back to ISDN gateway
Replies: 13
Views: 13068

>> The problem is that apparently the SIP server most of the times doesn't recognize when a voip device is registered ...

Can you see the user's record in the [Registered Clients] page at that time?
by Andrey
Thu Sep 25, 2008 10:58 am
Forum: Brekeke SIP Server Forum
Topic: how can set dial plan?
Replies: 5
Views: 5392

which part of dial plan you can not understand ?
Regular Expression ?
http://www.google.com/search?q=Regular+Expression
by Andrey
Thu Sep 25, 2008 10:31 am
Forum: Brekeke SIP Server Forum
Topic: Dial Plan issue
Replies: 4
Views: 5698

think it simple.. let you try the dialplan below.. you don't need any other dialplan rules.. --------------------------------- Matching Patterns $request = ^INVITE $To= sip:9(.+)@ $registered = false Deploy Patterns To = sip:9%1@xxx.xxx.xxx.xxx (Gateway's IP address ...
by Andrey
Wed Sep 24, 2008 10:11 am
Forum: Brekeke SIP Server Forum
Topic: Dial Plan issue
Replies: 4
Views: 5698

Hi

Use $registered in Matching Pattern.
If it returns "true", the UAS is registered.

Anyway.. OSS version 1.5 is super old version.
Try the latest Brekeke SIP Server.
http://www.brekeke.com/download/download_sip_2_0.php
by Andrey
Wed Aug 27, 2008 10:27 am
Forum: Brekeke SIP Server Forum
Topic: ITSP help!!!
Replies: 10
Views: 11452

Contact SVK.. they have a billing solution for Brekeke.
http://www.svksoftware.com/
by Andrey
Tue Aug 26, 2008 6:38 pm
Forum: Brekeke SIP Server Forum
Topic: ITSP help!!!
Replies: 10
Views: 11452

Contact them..

Voxbone:
http://www.voxbone.com/

DIDX:
http://www.didx.net/
by Andrey
Tue Aug 26, 2008 6:30 pm
Forum: Brekeke SIP Server Forum
Topic: 302 moved temporarily
Replies: 9
Views: 13859

Right.

If you want to accept a speech server's 302, you need to use Brekeke PBX.
by Andrey
Fri Aug 22, 2008 1:18 pm
Forum: Brekeke SIP Server Forum
Topic: 302 moved temporarily
Replies: 9
Views: 13859

Brekeke SIP Server is a proxy. it just forwards the 302 response to the UAC. But Brekeke PBX is a PBX. it accepts and handles the 302 response. So please try Brekeke PBX. If you are already using Brekeke PBX in this case, you need to modify your dialplan rule as the following ...