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

File:
1 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 
Note: See TracChangeset for help on using the changeset viewer.