mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-04 17:51:03 +00:00
FS-11731 [mod_rayo] fix compile error
This commit is contained in:
parent
bbbc935e19
commit
049edaa84d
@ -468,6 +468,8 @@ static const char *switch_cause_to_rayo_cause(switch_call_cause_t cause)
|
||||
case SWITCH_CAUSE_NO_PICKUP:
|
||||
case SWITCH_CAUSE_SRTP_READ_ERROR:
|
||||
return RAYO_END_REASON_ERROR;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return RAYO_END_REASON_HANGUP;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user