Changeset 876
- Timestamp:
- Jan 8, 2007 1:20:07 AM (18 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/build/Samples-vc.mak
r693 r876 45 45 $(BINDIR)\resampleplay.exe \ 46 46 $(BINDIR)\simpleua.exe \ 47 $(BINDIR)\simple_pjsua.exe \ 47 48 $(BINDIR)\siprtp.exe \ 48 49 $(BINDIR)\sipstateless.exe \ -
pjproject/trunk/pjsip-apps/build/Samples.mak
r693 r876 48 48 resampleplay \ 49 49 simpleua \ 50 simple_pjsua \ 50 51 siprtp \ 51 52 sipstateless \ -
pjproject/trunk/pjsip-apps/build/samples.dsp
r794 r876 127 127 # Begin Source File 128 128 129 SOURCE=..\src\samples\simple_pjsua.c 130 # End Source File 131 # Begin Source File 132 129 133 SOURCE=..\src\samples\simpleua.c 130 134 # End Source File -
pjproject/trunk/pjsip/docs/doxygen.h
r875 r876 199 199 media to the sound device. 200 200 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 201 205 - @ref page_pjsip_samples_pjsua\n 202 206 This is the reference implementation for PJSIP and PJMEDIA. … … 252 256 253 257 /** 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 /** 254 267 * \page page_pjsip_sample_sipstateless_c Samples: Stateless SIP Endpoint 255 268 *
Note: See TracChangeset
for help on using the changeset viewer.