Ignore:
Timestamp:
Jul 10, 2013 4:27:05 AM (11 years ago)
Author:
ming
Message:

Closed #1688: Add support for different To and Target URI in outgoing call and sending IM

File:
1 edited

Legend:

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

    r4543 r4555  
    16861686{ 
    16871687    /** 
     1688     * Optional remote target URI (i.e. Target header). If NULL, the target 
     1689     * will be set to the remote URI (To header). At the moment this field 
     1690     * is only used by #pjsua_call_make_call() and #pjsua_im_send(). 
     1691     */ 
     1692    pj_str_t    target_uri; 
     1693 
     1694    /** 
    16881695     * Additional message headers as linked list. Application can add 
    16891696     * headers to the list by creating the header, either from the heap/pool 
Note: See TracChangeset for help on using the changeset viewer.