Search found 17 matches

by wsadkin
Thu Jul 17, 2014 12:58 pm
Forum: Brekeke SIP Server Forum
Topic: Converting old to new style "hold" reINVITE reques
Replies: 8
Views: 11714

Laurie, I found this post ( http://www.brekeke-sip.com/bbs/viewtopic.php?t=5338 ) which pointed me in enough of the right direction that I think I have compiled and produced the necessary jar file. (I had to replace "proxy" with "sip" in the paths, but it seemed to compile with no errors, and I put ...
by wsadkin
Wed Jul 16, 2014 2:23 pm
Forum: Brekeke SIP Server Forum
Topic: Converting old to new style "hold" reINVITE reques
Replies: 8
Views: 11714

(I should reiterate that I'm on Windows...)
by wsadkin
Wed Jul 16, 2014 11:40 am
Forum: Brekeke SIP Server Forum
Topic: Converting old to new style "hold" reINVITE reques
Replies: 8
Views: 11714

Thanks Laurie; There's only one problem: I've never worked with java or compiled a .jar file, so I don't know how to go from what you've graciously provided to something I can use. Can you provide me with the .jar you built and/or give me "face the stove" instructions on building it for myself and ...
by wsadkin
Mon Jun 30, 2014 9:03 am
Forum: Brekeke SIP Server Forum
Topic: Converting old to new style "hold" reINVITE reques
Replies: 8
Views: 11714

Another way is the plugin for Brekeke SIP Server. This plugin converts SDP to meet the requirement. The Plugin API is: http://www.brekeke-sip.com/download/bss/bss_accountplugin_en.txt With the plugin, you can keep using Brekeke SIP Server. I cannot find "the plugin" for the BSS, or "this plugin ...
by wsadkin
Fri Jun 27, 2014 12:55 pm
Forum: Brekeke SIP Server Forum
Topic: Converting old to new style "hold" reINVITE reques
Replies: 8
Views: 11714

Converting old to new style "hold" reINVITE reques

1. Brekeke Product Name and Version: BSS 3.3.4.4 Evaluation 2. Java version: 1.7.0 3. OS type and the version: Windows 7 4. UA (phone), gateway or other hardware/software involved: Nuance NVP, Lync 2013 5. Your problem: Nuance issues their "hold" reINVITE requests in the old RFC 2543 way, namely ...
by wsadkin
Tue Nov 12, 2013 12:06 pm
Forum: Brekeke SIP Server Forum
Topic: How to: Registering when client and BSS on same host
Replies: 9
Views: 16444

Nevermind. I found my own answer: I had left/accidentally set? the toggle for INVITE under the Authentication section set to ON vs. OFF. Once I turned that off, then it answered the call.

Now on to getting the packets rewritten!

Thanks, again, Harold!
/Will Sadkin
by wsadkin
Tue Nov 12, 2013 12:01 pm
Forum: Brekeke SIP Server Forum
Topic: How to: Registering when client and BSS on same host
Replies: 9
Views: 16444

Have you created a user account in the SIP Server? (in the [User Authentication] page.) If the authentication failed, the server rejects REGISTER with "403 Forbidden". Create a user in the [User Authentication] page, and set the same username and password in the NVP. If 10.65.227.178 also requests ...
by wsadkin
Mon Nov 11, 2013 4:26 pm
Forum: Brekeke SIP Server Forum
Topic: How to: Registering when client and BSS on same host
Replies: 9
Views: 16444

Set Thru Registration = on Upper Registration = off And add the following DialPlan rule. [Matching Patterns] $request = ^REGISTER To = @clientcompany.com.com [Deploy Patterns] $target = 10.65.227.178 $continue = true Also set the following in the NVP4 ...
by wsadkin
Thu Nov 07, 2013 11:10 am
Forum: Brekeke SIP Server Forum
Topic: Logging error: block.properties not found
Replies: 1
Views: 8466

Logging error: block.properties not found

1. Brekeke Product Name and Version: sip3_2_4_3 2. Java version: jre-6u19-windows-i586 3. OS type and the version: Windows 7 I'm trying to use full packet logging in the BSS to see what's going on with my REGISTRATION issues (see previous post), but when I set the advanced Configuration property net ...
by wsadkin
Thu Nov 07, 2013 10:19 am
Forum: Brekeke SIP Server Forum
Topic: How to: Registering when client and BSS on same host
Replies: 9
Views: 16444

have you try set client LocationServerURI: destination server IP ProxyServerURL: Brekeke SIP Server IP @Hope: Yes, I tried that, in both upper and thru modes; No upper or thru registration ensued, according to wireshark. One fundamental problem here is that there isn't just one "destination server ...
by wsadkin
Wed Nov 06, 2013 4:01 pm
Forum: Brekeke SIP Server Forum
Topic: How to: Registering when client and BSS on same host
Replies: 9
Views: 16444

How to: Registering when client and BSS on same host

1. Brekeke Product Name and Version: sip3_2_4_3 2. Java version: jre-6u19-windows-i586 3. OS type and the version: Windows 7 4. Other equipment: Nuance NVP4, Avaya/Genband A2 I am trying to see if I can use the BSS as a B2BUA to work around a problem I'm having with the field Remote-Party-ID in ...
by wsadkin
Fri Dec 03, 2010 1:51 pm
Forum: Brekeke SIP Server Forum
Topic: ReINVITE request/response proxying
Replies: 10
Views: 15880

Sorry; the deploy patterns were there in the exported dialplan; I'll reformat to match yours: 1st rule: Matching pattern: ("Incoming Calls") $request="INVITE" $geturi(From)="sip:.*@10.36.21.102" Deploy pattern: To="sip:2800@10.36.21.105:5061" $replaceuri="false" 2nd rule: Matching pattern ...
by wsadkin
Fri Dec 03, 2010 12:52 pm
Forum: Brekeke SIP Server Forum
Topic: ReINVITE request/response proxying
Replies: 10
Views: 15880

Sure, but I'm not sure it will be applicable to your situation... The following is our the exported dialplan; note that in this example, the PBX is at 10.36.21.102, and the BSS and the endpoint are both on 10.36.21.105; we use the BSS to reroute to the endpoint listening at port 5061. When it comes ...
by wsadkin
Tue Nov 30, 2010 2:39 pm
Forum: Brekeke SIP Server Forum
Topic: ReINVITE request/response proxying
Replies: 10
Views: 15880

Thanks; that and getting the right matching pattern for the outbound INVITE requests did the trick. The part that (pleasantly) surprised me is that this deploy pattern affected both the request AND the response packets, since the unwanted rewrite was occurring on the proxied responses, not on the ...
by wsadkin
Wed Nov 17, 2010 10:32 am
Forum: Brekeke SIP Server Forum
Topic: ReINVITE request/response proxying
Replies: 10
Views: 15880

FTR: I found the parameters for enabling verbose logging on the BSS, and searched the file system for the resulting logfile, and then located the packet relay log for this transaction in it. The original reINVITE has the From and To fields set to the sip endpoint and the gateway address ...
by wsadkin
Wed Nov 17, 2010 9:31 am
Forum: Brekeke SIP Server Forum
Topic: ReINVITE request/response proxying
Replies: 10
Views: 15880

The suggestions made didn't help, but I've set up a more testable system here in our lab, where I have the BSS on a separate machine from the endpoint software, and also from our gateway, so I can instrument both sides of the conversation and eliminate the whole port mapping issue. I've run two ...
by wsadkin
Mon Nov 15, 2010 4:59 pm
Forum: Brekeke SIP Server Forum
Topic: ReINVITE request/response proxying
Replies: 10
Views: 15880

ReINVITE request/response proxying

1. Brekeke Product Name and version: 2.4.7.3/286.1 2. Java version: 1.6.0_22 3. OS type and the version: Windows XP 4. UA (phone), gateway or other hardware/software involved: ip500 IP/PBX 5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/networkpatterns.html : Pattern 1 6 ...