Ignore:
Timestamp:
Jul 2, 2006 12:29:54 PM (18 years ago)
Author:
bennylp
Message:

Miscellaneous bug fix and improvements in PJMEDIA: (1) more stricker SDP parsing and validation, (2) fixed bug in RTCP attribute generation in SDP, (3) configurable telephone-event payload type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia-codec/types.h

    r411 r571  
    3030enum 
    3131{ 
    32     /* Telephone events must have pt=101, or otherwise some code needs 
    33      * to be updated (this would not affect outgoing pt). 
     32    /* PJMEDIA_RTP_PT_TELEPHONE_EVENTS is declared in 
     33     * <pjmedia/config.h> 
    3434     */ 
    35     PJMEDIA_RTP_PT_TELEPHONE_EVENTS = 101,      /**< telephone-events       */ 
     35    PJMEDIA_RTP_PT_START = PJMEDIA_RTP_PT_TELEPHONE_EVENTS, 
    3636 
    3737    PJMEDIA_RTP_PT_SPEEX_NB,                    /**< Speex narrowband/8KHz  */ 
Note: See TracChangeset for help on using the changeset viewer.