summaryrefslogtreecommitdiff
path: root/pjsip/docs
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip/docs')
-rw-r--r--pjsip/docs/doxygen.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/pjsip/docs/doxygen.h b/pjsip/docs/doxygen.h
index bf60beda..6624839b 100644
--- a/pjsip/docs/doxygen.h
+++ b/pjsip/docs/doxygen.h
@@ -198,6 +198,10 @@
(without PJSIP-UA). It's able to make and receive call, and play
media to the sound device.
+ - @ref page_pjsip_sample_simple_pjsuaua_c\n
+ Very simple SIP User Agent with registration, call, and media, using
+ PJSUA-API, all in under 200 lines of code.
+
- @ref page_pjsip_samples_pjsua\n
This is the reference implementation for PJSIP and PJMEDIA.
PJSUA is a console based application, designed to be simple enough
@@ -251,6 +255,15 @@
*/
/**
+ * \page page_pjsip_sample_simple_pjsuaua_c Samples: Simple PJSUA
+ *
+ * Very simple SIP User Agent with registration, call, and media, all
+ * in under 200 lines of code.
+ *
+ * \includelineno simple_pjsua.c
+ */
+
+/**
* \page page_pjsip_sample_sipstateless_c Samples: Stateless SIP Endpoint
*
* This is about the simplest SIP application with PJSIP, all it does is