mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 08:29:45 +00:00
REFER_EVENT is missing from the message names array
REFER_EVENT has been added to switch_core_session_message_types_t a while ago, but was never added to the message_names[] related array.
This commit is contained in:
parent
b2162142f3
commit
d1abf274d5
@ -752,6 +752,7 @@ static const char *message_names[] = {
|
||||
"STUN_ERROR",
|
||||
"MEDIA_RENEG",
|
||||
"KEEPALIVE",
|
||||
"REFER_EVENT",
|
||||
"ANSWER_EVENT",
|
||||
"PROGRESS_EVENT",
|
||||
"RING_EVENT",
|
||||
|
Loading…
x
Reference in New Issue
Block a user