Set a fallback if errors occur (especially concurrency)
complete
N
Nikhil Gupta
complete
Yes, we have this.
Reports:
- Whenever a call is not accepted, you get a status-updateended message withinboundPhoneCallDebuggingArtifacts
- Whenever a call is accepted, you still set the same message and can check the endedReason if call was successful or not.
Failure Behaviour:
- When a call is not accepted, it's forwarded to phoneNumber.fallbackDestination
- When a call is accepted, we currently don't have a fallback because it should rarely fail after that.