Changeset 544 for pjproject/trunk
- Timestamp:
- Jun 22, 2006 10:29:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c
r541 r544 1278 1278 puts("| x Xfer call | Media Commands: | Status & Config: |"); 1279 1279 puts("| # Send DTMF string | | |"); 1280 puts("| 1280 puts("| dq Dump curr. call quality | cl List ports | d Dump status |"); 1281 1281 puts("| | cc Connect port | dd Dump detailed |"); 1282 1282 puts("| | cd Disconnect port | dc Dump config |"); … … 1976 1976 "Dumping configuration (%d bytes):\n%s\n", 1977 1977 len, settings)); 1978 1979 } else if (menuin[1] == 'q') { 1980 1981 if (current_call != PJSUA_INVALID_ID) { 1982 char buf[1024]; 1983 pjsua_call_dump(current_call, PJ_TRUE, buf, 1984 sizeof(buf), " "); 1985 PJ_LOG(3,(THIS_FILE, "\n%s", buf)); 1986 } else { 1987 PJ_LOG(3,(THIS_FILE, "No current call")); 1988 } 1989 1978 1990 } else { 1979 1991 app_dump(menuin[1]=='d');
Note: See TracChangeset
for help on using the changeset viewer.