Changeset 4463


Ignore:
Timestamp:
Apr 10, 2013 5:57:46 AM (11 years ago)
Author:
nanang
Message:

Misc (re #1630): Added doxygen describing the persistency of message data (custom/additional headers, etc) in pjsua_call_answer().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r4421 r4463  
    43684368 *                      will be used. 
    43694369 * @param msg_data      Optional list of headers etc to be added to outgoing 
    4370  *                      response message. 
     4370 *                      response message. Note that this message data will 
     4371 *                      be persistent in all next answers/responses for this 
     4372 *                      INVITE request. 
    43714373 * 
    43724374 * @return              PJ_SUCCESS on success, or the appropriate error code. 
     
    43974399 *                      will be used. 
    43984400 * @param msg_data      Optional list of headers etc to be added to outgoing 
    4399  *                      response message. 
     4401 *                      response message. Note that this message data will 
     4402 *                      be persistent in all next answers/responses for this 
     4403 *                      INVITE request. 
    44004404 * 
    44014405 * @return              PJ_SUCCESS on success, or the appropriate error code. 
Note: See TracChangeset for help on using the changeset viewer.