summaryrefslogtreecommitdiff
path: root/pjsip
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2013-04-10 05:57:46 +0000
committerNanang Izzuddin <nanang@teluu.com>2013-04-10 05:57:46 +0000
commitc204f01911247ccffe0ce862f0cc056c3ac2989d (patch)
tree32de22833fa793d88979a822f63b5ed4bab01e45 /pjsip
parentfe092940ca4106c14c235f5763424ffe763a22d0 (diff)
Misc (re #1630): Added doxygen describing the persistency of message data (custom/additional headers, etc) in pjsua_call_answer().
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4463 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index 67fe430b..55dca05a 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -4367,7 +4367,9 @@ PJ_DECL(pj_status_t) pjsua_call_get_rem_nat_type(pjsua_call_id call_id,
* @param reason Optional reason phrase. If NULL, default text
* will be used.
* @param msg_data Optional list of headers etc to be added to outgoing
- * response message.
+ * response message. Note that this message data will
+ * be persistent in all next answers/responses for this
+ * INVITE request.
*
* @return PJ_SUCCESS on success, or the appropriate error code.
*/
@@ -4396,7 +4398,9 @@ PJ_DECL(pj_status_t) pjsua_call_answer(pjsua_call_id call_id,
* @param reason Optional reason phrase. If NULL, default text
* will be used.
* @param msg_data Optional list of headers etc to be added to outgoing
- * response message.
+ * response message. Note that this message data will
+ * be persistent in all next answers/responses for this
+ * INVITE request.
*
* @return PJ_SUCCESS on success, or the appropriate error code.
*/