Ignore:
Timestamp:
Dec 18, 2013 7:10:12 AM (10 years ago)
Author:
nanang
Message:

Fixed #1718: Immediately shift call state to DISCONNECTED after receiving 422 response without Min-SE header.

File:
1 edited

Legend:

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

    r4653 r4695  
    36863686         */ 
    36873687        status = handle_timer_response(inv, e->body.tsx_state.src.rdata, 
    3688                                        PJ_TRUE); 
     3688                                       PJ_FALSE); 
     3689        if (status != PJ_SUCCESS) 
     3690            goto terminate_session; 
    36893691 
    36903692    } else if (PJSIP_IS_STATUS_IN_CLASS(tsx->status_code, 600)) { 
Note: See TracChangeset for help on using the changeset viewer.