Changeset 1367


Ignore:
Timestamp:
Jun 12, 2007 4:22:09 PM (17 years ago)
Author:
bennylp
Message:

Add tx_data in the new on_pager_status2() callback

Location:
pjproject/trunk/pjsip
Files:
2 edited

Legend:

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

    r1363 r1367  
    845845     * @param status        Delivery status. 
    846846     * @param reason        Delivery status reason. 
     847     * @param tdata         The original MESSAGE request. 
    847848     * @param rdata         The incoming MESSAGE response, or NULL if the 
    848849     *                      message transaction fails because of time out  
     
    855856                             pjsip_status_code status, 
    856857                             const pj_str_t *reason, 
     858                             pjsip_tx_data *tdata, 
    857859                             pjsip_rx_data *rdata); 
    858860 
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_im.c

    r1363 r1367  
    378378                                                    tsx->status_code, 
    379379                                                 &tsx->status_text, 
     380                                                 tsx->last_tx, 
    380381                                                 rdata); 
    381382        } 
Note: See TracChangeset for help on using the changeset viewer.