res_pjsip_dialog_info_body_generator: Add dialog-info+xml support for presence.

This module implements dialog-info+xml for the purposes of presence. This means
that phones such as Grandstreams can now subscribe to receive presence information
for an extension.

ASTERISK-21443 #close
Reported by: Matt Jordan

Review: https://reviewboard.asterisk.org/r/3705/
........

Merged revisions 418116 from http://svn.asterisk.org/svn/asterisk/branches/12


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@418117 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2014-07-07 16:08:47 +00:00
parent d4b436d0ea
commit 534ffd8481
5 changed files with 244 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ pj_xml_attr *ast_sip_presence_xml_create_attr(pj_pool_t *pool,
* \brief Create XML node
*
* \param pool Allocation pool
* \param parent Node that will be parent to the created node
* \param parent Optional node that will be parent to the created node
* \param name The name for the new node
* \return The created node
*/