mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 23:38:23 +00:00
res_pjsip_exten_state: Presence for digium phones
Added presence support for digium phones. Review: https://reviewboard.asterisk.org/r/3239/ ........ Merged revisions 408882 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@408883 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -36,6 +36,12 @@ struct ast_sip_exten_state_data {
|
||||
enum ast_extension_states exten_state;
|
||||
/*! The presence state of the change */
|
||||
enum ast_presence_state presence_state;
|
||||
/*! The presence subtype of the change */
|
||||
char *presence_subtype;
|
||||
/*! The presence message of the change */
|
||||
char *presence_message;
|
||||
/*! Subscriber user agent */
|
||||
char *user_agent;
|
||||
/*! Current device state information */
|
||||
struct ao2_container *device_state_info;
|
||||
/*! Local dialog URI */
|
||||
|
||||
Reference in New Issue
Block a user