Ignore:
Timestamp:
Mar 15, 2007 9:15:16 PM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #182: SDP negotiation failed when local does not specify telephone-event (thanks Esbjorn Dominique)

File:
1 edited

Legend:

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

    r974 r1070  
    3333     * <pjmedia/config.h> 
    3434     */ 
     35#if PJMEDIA_RTP_PT_TELEPHONE_EVENTS 
    3536    PJMEDIA_RTP_PT_START = PJMEDIA_RTP_PT_TELEPHONE_EVENTS, 
     37#else 
     38    PJMEDIA_RTP_PT_START = 102, 
     39#endif 
    3640 
    3741    PJMEDIA_RTP_PT_SPEEX_NB,                    /**< Speex narrowband/8KHz  */ 
Note: See TracChangeset for help on using the changeset viewer.