r3gis3r / CSipSimple

CSipSimple Mirror (no pull-requests here)
http://www.csipsimple.com
GNU Lesser General Public License v3.0
304 stars 227 forks source link

CSipSimple and Android DNS Cache #20

Open anish-mp opened 9 years ago

anish-mp commented 9 years ago

Hi,

Does CSipSimple support registering to an alternative sip registrar ? ( SRV Records Enabled )

For example is SRV record mentions two servers like

_sip._udp.sbc.example.org. 86400 IN SRV 10 50 5060 sbcprimary _sip._udp.sbc.example.org. 86400 IN SRV 20 50 5060 sbcsecondary

If first server sbcprimary is down , does csipsimple register to sbcsecondary ?
What configuration is required to achieve this ?

Also, does CSipSimple use itsown DNS resolver ?

regards Anish