- Timestamp:
- May 11, 2007 10:36:08 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c
r1224 r1263 73 73 pjsua_recorder_id rec_id; 74 74 pjsua_conf_port_id rec_port; 75 unsigned ptime;76 75 unsigned auto_answer; 77 76 unsigned duration; … … 1210 1209 1211 1210 /* ptime */ 1212 if (config-> ptime) {1211 if (config->media_cfg.ptime) { 1213 1212 pj_ansi_sprintf(line, "--ptime %d\n", 1214 config-> ptime);1213 config->media_cfg.ptime); 1215 1214 pj_strcat2(&cfg, line); 1216 1215 }
Note: See TracChangeset
for help on using the changeset viewer.