Changeset 4227


Ignore:
Timestamp:
Aug 13, 2012 6:32:55 AM (12 years ago)
Author:
bennylp
Message:

More re #1412: set default value of PJSIP_CHECK_VIA_SENT_BY to 0, because now account may send requests with different Via sent-by

File:
1 edited

Legend:

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

    r4172 r4227  
    363363 * sent-by now contains address that is different than the transport 
    364364 * address. 
     365 * 
     366 * Update: 
     367 * As of version 2.1, the default value is 0. This change was part of 
     368 * https://trac.pjsip.org/repos/ticket/1412 
    365369 */ 
    366370#ifndef PJSIP_CHECK_VIA_SENT_BY 
    367 #   define PJSIP_CHECK_VIA_SENT_BY      1 
     371#   define PJSIP_CHECK_VIA_SENT_BY      0 
    368372#endif 
    369373 
Note: See TracChangeset for help on using the changeset viewer.