Changeset 391
- Timestamp:
- Apr 6, 2006 8:36:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/samples/siprtp.c
r390 r391 1366 1366 1367 1367 1368 if (call->inv == NULL || call->inv->state < PJSIP_INV_STATE_CONFIRMED || 1369 call->connect_time.sec == 0) 1370 { 1371 return; 1372 } 1373 1374 1368 1375 /* Signaling quality */ 1369 1376 { … … 1391 1398 } 1392 1399 1393 1394 if (call->inv == NULL || call->inv->state < PJSIP_INV_STATE_CONFIRMED) {1395 return;1396 }1397 1400 1398 1401 printf(" Stream #0: audio %.*s@%dHz, %dms/frame, %sB/s (%sB/s +IP hdr)\n",
Note: See TracChangeset
for help on using the changeset viewer.