Ignore:
Timestamp:
Dec 13, 2017 8:16:30 AM (6 years ago)
Author:
nanang
Message:

Fixed #2076:

  • Ignore transport error on completed transaction.
  • Don't disconnect call if transport error happens on transaction that is not initial INVITE transaction.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip-ua/sip_inv.c

    r5701 r5714  
    42554255                tsx->method.id != PJSIP_CANCEL_METHOD) || 
    42564256            tsx->status_code == PJSIP_SC_REQUEST_TIMEOUT || 
    4257             tsx->status_code == PJSIP_SC_TSX_TIMEOUT || 
    4258             tsx->status_code == PJSIP_SC_TSX_TRANSPORT_ERROR) 
     4257            tsx->status_code == PJSIP_SC_TSX_TIMEOUT) 
    42594258        { 
    42604259            inv_set_cause(inv, tsx->status_code, &tsx->status_text); 
Note: See TracChangeset for help on using the changeset viewer.