summaryrefslogtreecommitdiff
path: root/doc/pjsip-book/samples.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pjsip-book/samples.rst')
-rw-r--r--doc/pjsip-book/samples.rst58
1 files changed, 32 insertions, 26 deletions
diff --git a/doc/pjsip-book/samples.rst b/doc/pjsip-book/samples.rst
index 3c951ede..7c8191d8 100644
--- a/doc/pjsip-book/samples.rst
+++ b/doc/pjsip-book/samples.rst
@@ -1,27 +1,33 @@
-
-PJSUA2 Sample Applications
-***********************************
-
-Sample Apps
-===========
-
-Python GUI
-------------------
-It requires Python 2.7 and above.
-
-Android & Java
------------------------------
-
-C++
------------------------------
-
-Miscellaneous
-===================
-
-How to dump call stats
------------------------------
-
-How to …
------------------------------
-
+PJSUA2 Sample Applications
+***********************************
+
+Sample Apps
+===========
+
+C++
+-----
+There is a very simple C++ sample application available in ``pjsip-apps/src/samples/pjsua2_demo.cpp``. The binary will be located in ``pjsip-apps/bin/samples``.
+
+
+Python GUI
+------------------
+This is a rather complete Python GUI sample apps, located in ``pjsip-apps/src/pygui``. It requires Python 2.7 and above, and the Python SWIG module of course. To use the application, simply run::
+
+ python application.py
+
+Android
+----------------
+Please see https://trac.pjsip.org/repos/wiki/Getting-Started/Android#pjsua2 for Android sample application.
+
+Java
+----------------
+There is a Hello World type of application located in ``pjsip-apps/src/swig/java``. This requires the Java SWIG module. After building the SWIG module, run ``make test`` from this directory to run the app.
+
+
+Miscellaneous
+===================
+
+How to
+-----------------------------
+