add dp apps for setting audio level and muting

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15993 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2009-12-17 23:08:38 +00:00
parent 093c43ec91
commit 6ece392d46
2 changed files with 53 additions and 0 deletions
+2
View File
@@ -134,6 +134,8 @@ SWITCH_DECLARE(void) switch_core_session_unsched_heartbeat(switch_core_session_t
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);
#define switch_core_session_get_name(_s) switch_channel_get_name(switch_core_session_get_channel(_s))
/*!
\brief Add a media bug to the session
\param session the session to add the bug to