Changeset 494


Ignore:
Timestamp:
Jun 7, 2006 9:21:57 PM (18 years ago)
Author:
bennylp
Message:

Changed codec names to uppercase in siprtp, as they are not accepted by some UA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/samples/siprtp.c

    r460 r494  
    242242struct codec audio_codecs[] =  
    243243{ 
    244     { 0,  "pcmu", 8000, 64000, 20, "G.711 ULaw" }, 
    245     { 3,  "gsm",  8000, 13200, 20, "GSM" }, 
    246     { 4,  "g723", 8000, 6400,  30, "G.723.1" }, 
    247     { 8,  "pcma", 8000, 64000, 20, "G.711 ALaw" }, 
    248     { 18, "g729", 8000, 8000, 20, "G.729" }, 
     244    { 0,  "PCMU", 8000, 64000, 20, "G.711 ULaw" }, 
     245    { 3,  "GSM",  8000, 13200, 20, "GSM" }, 
     246    { 4,  "G723", 8000, 6400,  30, "G.723.1" }, 
     247    { 8,  "PCMA", 8000, 64000, 20, "G.711 ALaw" }, 
     248    { 18, "G729", 8000, 8000, 20, "G.729" }, 
    249249}; 
    250250 
Note: See TracChangeset for help on using the changeset viewer.