1. Brekeke Product Name and Version:
Brekeke SIP Server, Version 3.8.5.2, Standard
2. Java version: Java 8
3. OS type and the version:
Windows Server 2016 Standard
4. UA (phone), gateway or other hardware/software involved: Integration to Rauland Telecenter U and Jive Cloud VoIP
5. Your problem: Need help getting BSS registered to the Jive server, and forwarding SIP Invite to another location after BSS Authenticates the invite.
For this Rauland Telecenter U integration, we are using the BSS to authenticate SIP invites from Jive Cloud VoIP pbx, that then need to be forwarded to another server where the Telecenter SIP endpoints reside, after BSS authenticates the invite.
Jive requires that BSS registers to their server. Here are my questions:
1. How do you configure the BSS to send a registration request to Jive? Here is the information they have sent me:
SIP Username: 2qn............
Password 5ry............
Registration Proxy: rcs.jive.rtcfront.net
Domain: reg.jiveip.net
2. Once the registration issue is fixed, how do I forward an incoming invite to the Campus Controller after BSS authenticates the invite? Here is what I think it should be.
$request=^INVITE
%registered=false
To=sip:(.+)@
To=sip:%1@<campus controller IP>
Thank you in advance for any assistance.
Register BSS to Cloud PBX
Moderator: Brekeke Support Team
As a SIP proxy, Brekeke SIP Server doesn't originate REGISTER by itself.
BUT there are several ways.
- Use Brekeke PBX instead of Brekeke SIP Server.
The ARS function allows you to manage the connection to a service provider such as Jive.
- Install 3rd party SIP client (such as Linphone or PhonerLite) to send a REGISTER to Jive through Brekeke SIP Server.
With a DialPlan rule, you can route a Jive's call to Rauland Telecenter U.
BUT there are several ways.
- Use Brekeke PBX instead of Brekeke SIP Server.
The ARS function allows you to manage the connection to a service provider such as Jive.
- Install 3rd party SIP client (such as Linphone or PhonerLite) to send a REGISTER to Jive through Brekeke SIP Server.
With a DialPlan rule, you can route a Jive's call to Rauland Telecenter U.
Thank you for the response.
- Install 3rd party SIP client (such as Linphone or PhonerLite) to send a REGISTER to Jive through Brekeke SIP Server.
I can install the 3rd Party SIP client as you suggest, and have it register to BSS. Can you guide me on the configuration needed on BSS to forward the registration to Jive?
Registration Proxy: rcs.jive.rtcfront.net
Domain: reg.jiveip.net
- Install 3rd party SIP client (such as Linphone or PhonerLite) to send a REGISTER to Jive through Brekeke SIP Server.
I can install the 3rd Party SIP client as you suggest, and have it register to BSS. Can you guide me on the configuration needed on BSS to forward the registration to Jive?
Registration Proxy: rcs.jive.rtcfront.net
Domain: reg.jiveip.net
TLS
At Brekeke SIP Server, disable REGISTER Authentication at [Configuration]->[SIP] page, and make sure the [Thru Registration] is "On". (For applying changes, you need to restart the SIP Server).
At the SIP client, set the following.
[Outbound Proxy] = Brekeke SIP Server's IP address
[Registrar (or Registration Proxy)] = rcs.jive.rtcfront.net
[Username] = 2qn............
[Password] = 5ry............
Once you configured them, check the following.
- SIP User "2qn............" is listed under SIP Server's [Registered Clients] page.
- Make a call to "2qn............" from Jive.
At the SIP client, set the following.
[Outbound Proxy] = Brekeke SIP Server's IP address
[Registrar (or Registration Proxy)] = rcs.jive.rtcfront.net
[Username] = 2qn............
[Password] = 5ry............
Once you configured them, check the following.
- SIP User "2qn............" is listed under SIP Server's [Registered Clients] page.
- Make a call to "2qn............" from Jive.