Ignore:
Timestamp:
Feb 5, 2007 6:59:31 PM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #89: implement transaction timeout in REGISTER request (thanks Frank Wiersma for reporting the problem)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_util.h

    r797 r932  
    427427 * @param timeout   Optional timeout for final response to be received, or -1  
    428428 *                  if the transaction should not have a timeout restriction. 
     429 *                  The value is in miliseconds. 
    429430 * @param token     Optional token to be associated with the transaction, and  
    430431 *                  to be passed to the callback. 
     
    438439PJ_DECL(pj_status_t) pjsip_endpt_send_request( pjsip_endpoint *endpt, 
    439440                                               pjsip_tx_data *tdata, 
    440                                                int timeout, 
     441                                               pj_int32_t timeout, 
    441442                                               void *token, 
    442443                                               void (*cb)(void*,pjsip_event*)); 
Note: See TracChangeset for help on using the changeset viewer.