add SWITCH_MESSAGE_HEARTBEAT_EVENT indication to execute on a session when session heartbeat fires

This commit is contained in:
Anthony Minessale
2014-04-15 21:22:36 +05:00
parent 96523a9bef
commit b99ef3af01
3 changed files with 11 additions and 0 deletions
+1
View File
@@ -1014,6 +1014,7 @@ typedef enum {
SWITCH_MESSAGE_PROGRESS_EVENT,
SWITCH_MESSAGE_RING_EVENT,
SWITCH_MESSAGE_RESAMPLE_EVENT,
SWITCH_MESSAGE_HEARTBEAT_EVENT,
SWITCH_MESSAGE_INVALID
} switch_core_session_message_types_t;