mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
Handle SRTP_READ_ERROR in mod_rayo
This commit is contained in:
parent
f31641f4bf
commit
7741f403f1
@ -444,6 +444,7 @@ static const char *switch_cause_to_rayo_cause(switch_call_cause_t cause)
|
||||
case SWITCH_CAUSE_INVALID_URL:
|
||||
case SWITCH_CAUSE_INVALID_PROFILE:
|
||||
case SWITCH_CAUSE_NO_PICKUP:
|
||||
case SWITCH_CAUSE_SRTP_READ_ERROR:
|
||||
return RAYO_END_REASON_ERROR;
|
||||
}
|
||||
return RAYO_END_REASON_HANGUP;
|
||||
|
Loading…
x
Reference in New Issue
Block a user