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:
Kevin Harwell
2014-02-25 17:51:51 +00:00
parent eee4313fe8
commit 73ad9430e8
3 changed files with 157 additions and 2 deletions

View File

@@ -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 */