Ignore:
Timestamp:
Jan 8, 2007 1:20:07 AM (17 years ago)
Author:
bennylp
Message:

Added simple_pjsua example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/docs/doxygen.h

    r875 r876  
    199199    media to the sound device. 
    200200     
     201  - @ref page_pjsip_sample_simple_pjsuaua_c\n 
     202    Very simple SIP User Agent with registration, call, and media, using 
     203    PJSUA-API, all in under 200 lines of code. 
     204 
    201205  - @ref page_pjsip_samples_pjsua\n 
    202206    This is the reference implementation for PJSIP and PJMEDIA. 
     
    252256 
    253257/** 
     258 * \page page_pjsip_sample_simple_pjsuaua_c Samples: Simple PJSUA 
     259 * 
     260 * Very simple SIP User Agent with registration, call, and media, all 
     261 * in under 200 lines of code. 
     262 * 
     263 * \includelineno simple_pjsua.c 
     264 */ 
     265 
     266/** 
    254267 * \page page_pjsip_sample_sipstateless_c Samples: Stateless SIP Endpoint 
    255268 * 
Note: See TracChangeset for help on using the changeset viewer.