Added --report-file options in siprtp

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@454 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/pjsip-apps/src/samples/siprtp_report.c b/pjsip-apps/src/samples/siprtp_report.c
index 192f223..6fd7bb7 100644
--- a/pjsip-apps/src/samples/siprtp_report.c
+++ b/pjsip-apps/src/samples/siprtp_report.c
@@ -58,6 +58,9 @@
 
     pj_gettimeofday(&now);
 
+    if (app.report_filename)
+	puts(app.report_filename);
+
     /* Print duration */
     if (inv->state >= PJSIP_INV_STATE_CONFIRMED && call->connect_time.sec) {