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/src/pjsua-lib/pjsua_core.c

    r4537 r4555  
    162162    msg_data = PJ_POOL_ZALLOC_T(pool, pjsua_msg_data); 
    163163    PJ_ASSERT_RETURN(msg_data != NULL, NULL); 
     164 
     165    pj_strdup(pool, &msg_data->target_uri, &rhs->target_uri); 
    164166 
    165167    pj_list_init(&msg_data->hdr_list); 
Note: See TracChangeset for help on using the changeset viewer.