mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +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:
@@ -752,6 +752,7 @@ static const char *message_names[] = {
|
||||
"STUN_ERROR",
|
||||
"MEDIA_RENEG",
|
||||
"KEEPALIVE",
|
||||
"REFER_EVENT",
|
||||
"ANSWER_EVENT",
|
||||
"PROGRESS_EVENT",
|
||||
"RING_EVENT",
|
||||
|
||||
Reference in New Issue
Block a user