Changes between Version 134 and Version 135 of FAQ
- Timestamp:
- Jul 12, 2023 10:15:41 AM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v134 v135 1097 1097 1098 1098 1099 === How to implement failover with PJSIP? === #dns-failover 1099 === ~~How to implement failover with PJSIP?~~ === #dns-failover 1100 1101 **Moved to https://docs.pjsip.org/en/latest/specific-guides/sip/dns_failover.html** 1100 1102 1101 1103 Our DNS SRV failover support is only limited to TCP (or TLS) connect() failure, which in this case pjsip will automatically retries the next server. But even then, there is no mechanism to flag that a server has been failing, which means that the next request may try the same server again and triggering the failover again.