Changes between Version 1 and Version 2 of pjsip-doc/reference
- Timestamp:
- Feb 25, 2014 5:36:40 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pjsip-doc/reference
v1 v2 1 1 {{{ 2 2 #!rst 3 3 4 4 5 PJSUA2 API Reference Manuals 5 6 **************************** 6 7 7 Endpoint 8 ======== 8 endpoint.hpp 9 ============= 10 .. doxygenfile:: endpoint.hpp 11 :path: xml 9 12 10 Account 11 ======= 13 account.hpp 14 =========== 15 .. doxygenfile:: account.hpp 16 :path: xml 12 17 13 Media14 =====15 18 16 Call 17 ==== 19 media.hpp 20 ========= 21 .. doxygenfile:: media.hpp 22 :path: xml 18 23 19 Buddy 20 ===== 24 25 call.hpp 26 ========= 27 .. doxygenfile:: call.hpp 28 :path: xml 29 30 31 presence.hpp 32 ============ 33 .. doxygenfile:: presence.hpp 34 :path: xml 35 36 persistent.hpp 37 ================ 38 .. doxygenfile:: persistent.hpp 39 :path: xml 40 41 json.hpp 42 ================ 43 .. doxygenfile:: json.hpp 44 :path: xml 45 46 siptypes.hpp 47 ================ 48 .. doxygenfile:: siptypes.hpp 49 :path: xml 50 51 types.hpp 52 ================ 53 .. doxygenfile:: types.hpp 54 :path: xml 55 56 config.hpp 57 ================ 58 .. doxygenfile:: config.hpp 59 :path: xml 21 60 22 61 }}}