add some more nifty stuff and fix a bug or 2

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3134 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-10-21 04:58:15 +00:00
parent 7e61bcf9bb
commit 1f29ce2749
4 changed files with 148 additions and 4 deletions
+8
View File
@@ -136,6 +136,14 @@ SWITCH_DECLARE(switch_status_t) switch_channel_init(switch_channel_t *channel,
switch_channel_state_t state,
uint32_t flags);
/*!
\brief Fire A presence event for the channel
\param channel the channel to initilize
\param rpid the rpid if for the icon to use
\param status the status message
*/
SWITCH_DECLARE(void) switch_channel_presence(switch_channel_t *channel, char *rpid, char *status);
/*!
\brief Uninitalize a channel
\param channel the channel to uninit