Ignore:
Timestamp:
Apr 4, 2007 10:45:44 AM (17 years ago)
Author:
bennylp
Message:

Ticket #212: IM typing indication request is missing route set (thanks Nicholas Xu)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_im.c

    r974 r1148  
    566566    pjsua_process_msg_data(tdata, msg_data); 
    567567 
     568    /* Add route set */ 
     569    pjsua_set_msg_route_set(tdata, &pjsua_var.acc[acc_id].route_set); 
     570 
    568571    /* Create data to reauthenticate */ 
    569572    im_data = pj_pool_zalloc(tdata->pool, sizeof(*im_data)); 
Note: See TracChangeset for help on using the changeset viewer.