presence tweak

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9363 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-08-25 16:30:28 +00:00
parent 24d4819b50
commit ca79084134
7 changed files with 38 additions and 12 deletions
+2 -1
View File
@@ -145,8 +145,9 @@ SWITCH_DECLARE(switch_status_t) switch_channel_init(switch_channel_t *channel, s
\param channel the channel to initilize
\param rpid the rpid if for the icon to use
\param status the status message
\param id presence id
*/
SWITCH_DECLARE(void) switch_channel_presence(switch_channel_t *channel, const char *rpid, const char *status);
SWITCH_DECLARE(void) switch_channel_presence(switch_channel_t *channel, const char *rpid, const char *status, const char *id);
/*!
\brief Uninitalize a channel