Ignore:
Timestamp:
Jul 5, 2017 3:57:53 AM (7 years ago)
Author:
riza
Message:

Fix #2026: Add option to for the SDP version to not increment when there's no
change from previous answer/offer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/test/sdp_neg_test.c

    r3553 r5619  
    662662            /* This is how Bob's answer should look like: */ 
    663663            "v=0\r\n" 
     664#if PJMEDIA_SDP_NEG_COMPARE_BEFORE_INC_VERSION 
     665            "o=bob 2808844564 2808844564 IN IP4 host.biloxi.example.com\r\n" 
     666#else 
    664667            "o=bob 2808844564 2808844565 IN IP4 host.biloxi.example.com\r\n" 
     668#endif 
    665669            "s=bob\r\n" 
    666670            "c=IN IP4 host.biloxi.example.com\r\n" 
Note: See TracChangeset for help on using the changeset viewer.