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:
Patrice Fournier 2014-08-05 23:58:56 -04:00
parent b2162142f3
commit d1abf274d5
1 changed files with 1 additions and 0 deletions

View File

@ -752,6 +752,7 @@ static const char *message_names[] = {
"STUN_ERROR",
"MEDIA_RENEG",
"KEEPALIVE",
"REFER_EVENT",
"ANSWER_EVENT",
"PROGRESS_EVENT",
"RING_EVENT",