From ba0dcd6fb940c35551799b49dfed01f1a5f7d2b6 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 8 Jan 2007 01:20:07 +0000 Subject: Added simple_pjsua example git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@876 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/docs/doxygen.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'pjsip/docs') 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 @@ -250,6 +254,15 @@ * \includelineno simpleua.c */ +/** + * \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 * -- cgit v1.2.3