summaryrefslogtreecommitdiff
path: root/pjsip/docs
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-01-08 01:20:07 +0000
committerBenny Prijono <bennylp@teluu.com>2007-01-08 01:20:07 +0000
commitba0dcd6fb940c35551799b49dfed01f1a5f7d2b6 (patch)
tree2e8cc3f9ccac9c903a78646b8ea0003fd54f7669 /pjsip/docs
parent8ad7bc7bae775ae1292186c0cee9e2da138be54d (diff)
Added simple_pjsua example
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@876 74dad513-b988-da41-8d7b-12977e46ad98
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