From c204f01911247ccffe0ce862f0cc056c3ac2989d Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Wed, 10 Apr 2013 05:57:46 +0000 Subject: 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 --- pjsip/include/pjsua-lib/pjsua.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'pjsip/include') 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. */ -- cgit v1.2.3