Ignore:
Timestamp:
Jul 10, 2007 1:46:08 AM (17 years ago)
Author:
bennylp
Message:

Ticket #352: added PJSIP_CHECK_VIA_SENT_BY configuration to turn off Via sent-by checking for SIP responses, to support IP address change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_endpoint.c

    r1323 r1402  
    824824               pjsip_rx_data_get_info(rdata))); 
    825825 
     826#if defined(PJSIP_CHECK_VIA_SENT_BY) && PJSIP_CHECK_VIA_SENT_BY != 0 
    826827    /* For response, check that the value in Via sent-by match the transport. 
    827828     * If not matched, silently drop the response. 
     
    880881        } 
    881882    } 
     883#endif 
    882884 
    883885 
Note: See TracChangeset for help on using the changeset viewer.