Changeset 2061 for pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c
- Timestamp:
- Jun 26, 2008 3:48:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c
r2039 r2061 2774 2774 2775 2775 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: "); 2779 2780 fgets(input, sizeof(input), stdin); 2780 2781 if (input[0]=='\r' || input[0]=='\n') {
Note: See TracChangeset
for help on using the changeset viewer.