Ignore:
Timestamp:
Oct 14, 2010 8:30:57 AM (14 years ago)
Author:
bennylp
Message:

Misc (re #1134): changed dynamic payload type starting value for internal codecs to 96 (from 101) as we are running out of constants. Also added more comments to clarify the restriction on the value, i.e. it must be less than 128 (thanks Robbie Hanson for the suggestion)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/config.h

    r3239 r3345  
    624624 */ 
    625625#ifndef PJMEDIA_RTP_PT_TELEPHONE_EVENTS 
    626 #   define PJMEDIA_RTP_PT_TELEPHONE_EVENTS          101 
     626#   define PJMEDIA_RTP_PT_TELEPHONE_EVENTS          96 
    627627#endif 
    628628 
     
    633633 */ 
    634634#ifndef PJMEDIA_RTP_PT_TELEPHONE_EVENTS_STR 
    635 #   define PJMEDIA_RTP_PT_TELEPHONE_EVENTS_STR      "101" 
     635#   define PJMEDIA_RTP_PT_TELEPHONE_EVENTS_STR      "96" 
    636636#endif 
    637637 
Note: See TracChangeset for help on using the changeset viewer.