Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: fabtor79 on February 08, 2017, 09:25:10 AM
-
Dear All,
We are deploying Genesys SIP Server together with Genesys SIP Proxy for HA.
In the SIP Proxy deployment guide is stated that DNS SRV and A records are needed as prerequisites.
In our current solution we have two Genesys SIP Proxy running in Primary mode which serve the same SIP Server pair. Actually the following DNS entries have been requested:
SRV Records
_sips._tls.sipproxy.domain.com. 600 IN SRV 0 50 5061 sipproxy.domain.com.
_sips._tls.server1.domain.com. 600 IN SRV 0 50 5061 server1.domain.com.
_sips._tls.server2.domain.com. 600 IN SRV 0 50 5061 server2.domain.com.
A Records
sipproxy.domain.com 600 IN A 192.168.1.118
sipproxy.domain.com 600 IN A 192.168.1.119
server1.domain.com 600 IN A 192.168.1.118
server2.domain.com 600 IN A 192.168.1.119
SIP Proxy 1 is running on server1 in Primary mode
SIP Proxy 2 is running on server2 in Primary mode
Now my questions are:
1. Are these DNS entries enough for our solution?
2. With more than one SIP Proxy, should the SRV records have different priority assigned?
It would be really appreciated if someone can help.
Many thanks and Regards.
Fabrizio.
-
https://anders.com/cms/263/Tutorial/SIP/DNS/SRV/djbdns
Follow this tutorial, there are many over the Internet
You need to make the Main in higher weight if not would be like a Load Balance
-
Hi Fabrizio,
Were you able to find a solution for this setup? Is it working in your environment?
Appreciate your response because i am facing the same issue in my environment.
Thank you
-
Hi ryusuf,
did you were able de configure HA with sipproxy by following the steps described in Genesys document?
best regards