Ignore:
Timestamp:
Jul 1, 2019 7:12:43 AM (5 years ago)
Author:
ming
Message:

Fixed #2209: Insufficient variable storage to contain Expires header field/ parameter

File:
1 edited

Legend:

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

    r4890 r6035  
    310310 
    311311    /* Create basic REFER request */ 
    312     status = pjsip_evsub_initiate(sub, pjsip_get_refer_method(), -1,  
    313                                   &tdata); 
     312    status = pjsip_evsub_initiate(sub, pjsip_get_refer_method(), 
     313                                  PJSIP_EXPIRES_NOT_SPECIFIED, &tdata); 
    314314    if (status != PJ_SUCCESS) 
    315315        goto on_return; 
Note: See TracChangeset for help on using the changeset viewer.