Ignore:
Timestamp:
Jun 26, 2008 3:48:14 PM (15 years ago)
Author:
bennylp
Message:

Specifying star in codec selection will select all codecs. Fixed the codec selection in codec.c to select all codecs when empty string is given.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c

    r2039 r2061  
    27742774 
    27752775    puts(""); 
    2776     puts("Enter codec name and its new priority (e.g. \"speex/16000 200\"), empty to cancel:"); 
    2777  
    2778     printf("Codec name and priority: "); 
     2776    puts("Enter codec id and its new priority " 
     2777         "(e.g. \"speex/16000 200\"), empty to cancel:"); 
     2778 
     2779    printf("Codec name (\"*\" for all) and priority: "); 
    27792780    fgets(input, sizeof(input), stdin); 
    27802781    if (input[0]=='\r' || input[0]=='\n') { 
Note: See TracChangeset for help on using the changeset viewer.