Ignore:
Timestamp:
Feb 22, 2006 12:06:39 PM (18 years ago)
Author:
bennylp
Message:

RFC 2833 support!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/errno.c

    r188 r215  
    9090    { PJMEDIA_EMISSINGRTPMAP,       "Missing rtpmap in media description" }, 
    9191    { PJMEDIA_EINVALIMEDIATYPE,     "Invalid media type" }, 
     92    { PJMEDIA_EREMOTENODTMF,        "Remote does not support DTMF" }, 
     93    { PJMEDIA_RTP_EINDTMF,          "Invalid DTMF digit" }, 
    9294 
    9395    /* RTP session errors. */ 
     
    101103    { PJMEDIA_RTP_ESESSPROBATION,   "RTP session in probation" }, 
    102104    { PJMEDIA_RTP_EBADSEQ,          "Bad sequence number in RTP packet" }, 
    103  
     105    { PJMEDIA_RTP_EBADDEST,         "RTP media port destination is not configured" }, 
     106    { PJMEDIA_RTP_ENOCONFIG,        "RTP is not configured" }, 
     107     
     108    /* Media port errors: */ 
     109    { PJMEDIA_ENOTCOMPATIBLE,       "Media ports are not compatible" }, 
     110    { PJMEDIA_ENCCLOCKRATE,         "Media ports have incompatible clock rate" }, 
     111    { PJMEDIA_ENCSAMPLESPFRAME,     "Media ports have incompatible samples per frame" }, 
     112    { PJMEDIA_ENCTYPE,              "Media ports have incompatible media type" }, 
     113    { PJMEDIA_ENCBITS,              "Media ports have incompatible bits per sample" }, 
     114    { PJMEDIA_ENCBYTES,             "Media ports have incompatible bytes per frame" }, 
    104115}; 
    105116 
Note: See TracChangeset for help on using the changeset viewer.