Merge pull request #21 in FS/freeswitch from ~PFOURNIER/freeswitch:refer_event to master

* commit 'd1abf274d53958566e4a23e02b6168061c098827':
  REFER_EVENT is missing from the message names array
This commit is contained in:
William King 2014-08-14 14:44:45 -05:00
commit 3e5933a57b

View File

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