summaryrefslogtreecommitdiff
path: root/pjsip/docs
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-09-22 20:43:00 +0000
committerBenny Prijono <bennylp@teluu.com>2006-09-22 20:43:00 +0000
commit6ff54be10fd9c0ceff14e10f83a1d1af82ede83f (patch)
treea5d47b8ba6a1490ea5d60ea73b85a75a7926e43a /pjsip/docs
parent0228f9f0db50b781d00dc3f5936b4a99504fddc7 (diff)
Updated doxygen documentation for the website
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@736 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/docs')
-rw-r--r--pjsip/docs/doxygen.h28
-rw-r--r--pjsip/docs/pjsip-perf.jpgbin0 -> 45163 bytes
-rw-r--r--pjsip/docs/siprtp.jpgbin0 -> 69854 bytes
3 files changed, 25 insertions, 3 deletions
diff --git a/pjsip/docs/doxygen.h b/pjsip/docs/doxygen.h
index 604284f6..89deb47f 100644
--- a/pjsip/docs/doxygen.h
+++ b/pjsip/docs/doxygen.h
@@ -28,8 +28,9 @@
*/
/**
+ \n
- @mainpage PJSIP
+ @mainpage PJSIP - Open Source SIP Stack
\n
\n
@@ -118,7 +119,7 @@
\n
@subsection doc_ver Version
- This document corresponds to PJSIP version 0.5.6.
+ This document corresponds to PJSIP version 0.5.8.
\n
@subsection doc_how_to_read How to Read This Document
@@ -216,6 +217,12 @@
is recommended.\n
Screenshots on WinXP: \image html siprtp.jpg "siprtp screenshot on WinXP"
+ - @ref page_pjsip_perf_c\n
+ This sample contains a complete implementation of a SIP performance
+ measurement tool. Unlike other tool such SIPp, pjsip-perf is geared
+ more towards finding the performance of an endpoint by flooding the
+ endpoint with some requests and time the completion of the requests.\n
+ Screenshots on Linux console: \image html pjsip-perf.jpg "pjsip-perf screenshot on Linux"
*/
/**
@@ -254,7 +261,7 @@
*/
/**
- * \page page_pjmedia_samples_siprtp_c Samples: Using SIP and Custom RTP/RTCP to Monitor Quality
+ * \page page_pjmedia_samples_siprtp_c Samples: siprtp - SIP with RTCP Quality Monitoring
*
* This source is an example to demonstrate using SIP and RTP/RTCP framework
* to measure the network quality/impairment from the SIP call. This
@@ -274,3 +281,18 @@
* \includelineno siprtp.c
*/
+/**
+ * \page page_pjsip_perf_c Samples: pjsip-perf - SIP Performance Benchmarking Tool
+ *
+ * This sample contains a complete implementation of a SIP performance
+ * measurement tool. Unlike other tool such SIPp, pjsip-perf is geared
+ * more towards finding the performance of an endpoint by flooding the
+ * endpoint with some requests and time the completion of the requests.
+ *
+ * The source code of the file is pjsip-apps/src/samples/pjsip-perf.c
+ *
+ * Screenshots on Linux console: \image html pjsip-perf.jpg
+ *
+ * \includelineno pjsip-perf.c
+ */
+
diff --git a/pjsip/docs/pjsip-perf.jpg b/pjsip/docs/pjsip-perf.jpg
new file mode 100644
index 00000000..2e1fd3c9
--- /dev/null
+++ b/pjsip/docs/pjsip-perf.jpg
Binary files differ
diff --git a/pjsip/docs/siprtp.jpg b/pjsip/docs/siprtp.jpg
new file mode 100644
index 00000000..975f1fad
--- /dev/null
+++ b/pjsip/docs/siprtp.jpg
Binary files differ