add session heartbeat feature

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9882 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-10-07 21:03:37 +00:00
parent 1d9f205098
commit fc0c89c642
7 changed files with 76 additions and 0 deletions
+3
View File
@@ -119,6 +119,9 @@ struct switch_core_port_allocator;
///\{
SWITCH_DECLARE(void) switch_core_session_enable_heartbeat(switch_core_session_t *session, uint32_t seconds);
SWITCH_DECLARE(void) switch_core_session_disable_heartbeat(switch_core_session_t *session);
/*!
\brief Add a media bug to the session
\param session the session to add the bug to