Ignore:
Timestamp:
May 30, 2007 4:26:40 AM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #302: Behavior in cancelling INVITE session when no provisional response has been received (thanks Esbjörn Dominique)

File:
1 edited

Legend:

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

    r1210 r1319  
    298298 
    299299/** 
     300 * Cease retransmission on the UAC transaction. The UAC transaction is 
     301 * still considered running, and it will complete when either final 
     302 * response is received or the transaction times out. 
     303 * 
     304 * This operation normally is used for INVITE transaction only, when 
     305 * the transaction is cancelled before any provisional response has been 
     306 * received. 
     307 */ 
     308PJ_DECL(pj_status_t) pjsip_tsx_stop_retransmit(pjsip_transaction *tsx); 
     309 
     310 
     311/** 
    300312 * Get the transaction instance in the incoming message. If the message 
    301313 * has a corresponding transaction, this function will return non NULL 
Note: See TracChangeset for help on using the changeset viewer.