Changeset 876


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

Added simple_pjsua example

Location:
pjproject/trunk
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/build/Samples-vc.mak

    r693 r876  
    4545          $(BINDIR)\resampleplay.exe \ 
    4646          $(BINDIR)\simpleua.exe \ 
     47          $(BINDIR)\simple_pjsua.exe \ 
    4748          $(BINDIR)\siprtp.exe \ 
    4849          $(BINDIR)\sipstateless.exe \ 
  • pjproject/trunk/pjsip-apps/build/Samples.mak

    r693 r876  
    4848           resampleplay \ 
    4949           simpleua \ 
     50           simple_pjsua \ 
    5051           siprtp \ 
    5152           sipstateless \ 
  • pjproject/trunk/pjsip-apps/build/samples.dsp

    r794 r876  
    127127# Begin Source File 
    128128 
     129SOURCE=..\src\samples\simple_pjsua.c 
     130# End Source File 
     131# Begin Source File 
     132 
    129133SOURCE=..\src\samples\simpleua.c 
    130134# End Source File 
  • 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.