linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-users] compilation error with 3.5.2


From: Oleg Miloshev
Subject: Re: [Linphone-users] compilation error with 3.5.2
Date: Tue, 21 Aug 2012 23:33:14 +0300 (EEST)

 
Well Jan, after different tries with different ffmpeg releases I am still 
unlike to compile linphone successfully . It seems the problem lies with 
linphone.



 >-------- Оригинално писмо --------
 >От:  Jan de Kruyf 
 >Относно: Re: [Linphone-users] compilation error with 3.5.2
 >До: address@hidden
 >Изпратено на: Петък, 2012, Август 17 17:19:04 EEST
 >
 >
 >the ffmpeg version says 4:0.5.9 , but I think it is a debian hacked version.
 >
 >j.
 >
 >
 >
 >On Fri, Aug 17, 2012 at 4:16 PM, Jan de Kruyf  wrote:
 >> This is what I got on my machine:
 >>
 >> /usr/lib/libavcodec.so.52.20.1
 >>
 >> cheers,
 >>
 >> j.
 >>
 >>
 >> On Fri, Aug 17, 2012 at 3:41 PM, Oleg Miloshev  wrote:
 >>>
 >>> Well , I did as you suggested, changed the flag to "0" but 
 >>> received exactly the same result. Which is the last version of ffmpeg 
 >>> which fits linphone ?
 >>>
 >>> Oleg
 >>>
 >>>
 >>>
 >>>  >-------- Оригинално писмо --------
 >>>  >От:  Jan de Kruyf
 >>>  >Относно: Re: [Linphone-users] compilation error with 3.5.2
 >>>  >До: address@hidden
 >>>  >Изпратено на: Петък, 2012, Август 17 16:23:39 EEST
 >>>  >
 >>>  >
 >>>  >Oleg
 >>>  >I am not sure, but try to change this line in config.h (it should
 >>>  >really be a configure option but I dont find it)
 >>>  >------------
 >>>  >/* defined if video support is available */
 >>>  >#define VIDEO_ENABLED 1
 >>>  >-------------
 >>>  >make it 0 and see what gives when you run make.
 >>>  >
 >>>  >Dont worry about the warnings. The author has not finished documenting
 >>>  >the source yet.
 >>>  >
 >>>  >Cheers,
 >>>  >
 >>>  >j.
 >>>  >
 >>>  >
 >>>  >On Fri, Aug 17, 2012 at 2:48 PM, Oleg Miloshev  wrote:
 >>>  >>  Ok I have read the Read me instructions carefully and checked again 
 >>> the pack needed for compilation. All of the described packs are installed 
 >>> even the optional ones. Here I am sending compile output of configure and 
 >>> make process as attached files and will paste what was in the console 
 >>> itself :
 >>>  >>
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/payloadtype.h:216:
 >>>  warning: Member payload_type_t140 (variable) of file payloadtype.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/payloadtype.h:217:
 >>>  warning: Member payload_type_t140_red (variable) of file payloadtype.h is 
 >>> not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/payloadtype.h:220:
 >>>  warning: Member payload_type_x_udpftp (variable) of file payloadtype.h is 
 >>> not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/payloadtype.h:223:
 >>>  warning: Member payload_type_telephone_event (variable) of file 
 >>> payloadtype.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/payloadtype.h:119:
 >>>  warning: Found unknown command `\index'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/payloadtype.c:293: 
 >>> warning: argument 'profile' of command @param is not found in the argument 
 >>> list of rtp_profile_clear_all(RtpProfile *obj)
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/payloadtype.c:293: 
 >>> warning: The following parameters of rtp_profile_clear_all(RtpProfile 
 >>> *obj) are not documented:
 >>>  >>   parameter 'obj'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/payloadtype.c:306: 
 >>> warning: argument 'profile' of command @param is not found in the argument 
 >>> list of rtp_profile_set_name(RtpProfile *obj, const char *name)
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/payloadtype.c:306: 
 >>> warning: argument 'nm' of command @param is not found in the argument list 
 >>> of rtp_profile_set_name(RtpProfile *obj, const char *name)
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/payloadtype.c:306: 
 >>> warning: The following parameters of rtp_profile_set_name(RtpProfile *obj, 
 >>> const char *name) are not documented:
 >>>  >>   parameter 'obj'
 >>>  >>   parameter 'name'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/payloadtype.c:278: 
 >>> warning: argument 'profile' of command @param is not found in the argument 
 >>> list of rtp_profile_set_payload(RtpProfile *prof, int idx, PayloadType *pt)
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/payloadtype.c:278: 
 >>> warning: The following parameters of rtp_profile_set_payload(RtpProfile 
 >>> *prof, int idx, PayloadType *pt) are not documented:
 >>>  >>   parameter 'prof'
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:410:
 >>>  warning: Member rtp_session_set_flag(session, flag) (define) of file 
 >>> rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:411:
 >>>  warning: Member rtp_session_unset_flag(session, flag) (define) of file 
 >>> rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:78:
 >>>  warning: Member JitterControl (typedef) of file rtpsession.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:86:
 >>>  warning: Member WaitPoint (typedef) of file rtpsession.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:96:
 >>>  warning: Member RtpTransport (typedef) of file rtpsession.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:102:
 >>>  warning: Member OrtpNetworkSimulatorParams (typedef) of file rtpsession.h 
 >>> is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:110:
 >>>  warning: Member OrtpNetworkSimulatorCtx (typedef) of file rtpsession.h is 
 >>> not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:162:
 >>>  warning: Member RtpStream (typedef) of file rtpsession.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:182:
 >>>  warning: Member RtcpStream (typedef) of file rtpsession.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:184:
 >>>  warning: Member RtpSession (typedef) of file rtpsession.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:45:
 >>>  warning: Member RtpSessionMode (enumeration) of file rtpsession.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:268:
 >>>  warning: Member rtp_session_get_send_ssrc(RtpSession *session) (function) 
 >>> of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:270:
 >>>  warning: Member rtp_session_get_seq_number(RtpSession *session) 
 >>> (function) of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:272:
 >>>  warning: Member rtp_session_enable_jitter_buffer(RtpSession *session, 
 >>> bool_t enabled) (function) of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:273:
 >>>  warning: Member rtp_session_jitter_buffer_enabled(const RtpSession 
 >>> *session) (function) of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:274:
 >>>  warning: Member rtp_session_set_jitter_buffer_params(RtpSession *session, 
 >>> const JBParameters *par) (function) of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:275:
 >>>  warning: Member rtp_session_get_jitter_buffer_params(RtpSession *session, 
 >>> JBParameters *par) (function) of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:279:
 >>>  warning: Member 
 >>> rtp_session_enable_adaptive_jitter_compensation(RtpSession *session, 
 >>> bool_t val) (function) of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:280:
 >>>  warning: Member 
 >>> rtp_session_adaptive_jitter_compensation_enabled(RtpSession *session) 
 >>> (function) of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:289:
 >>>  warning: Member rtp_session_set_remote_addr_and_port(RtpSession *session, 
 >>> const char *addr, int rtp_port, int rtcp_port) (function) of file 
 >>> rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:293:
 >>>  warning: Member rtp_session_set_sockets(RtpSession *session, int rtpfd, 
 >>> int rtcpfd) (function) of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:294:
 >>>  warning: Member rtp_session_set_transports(RtpSession *session, 
 >>> RtpTransport *rtptr, RtpTransport *rtcptr) (function) of file rtpsession.h 
 >>> is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:297:
 >>>  warning: Member rtp_session_get_rtp_socket(const RtpSession *session) 
 >>> (function) of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:298:
 >>>  warning: Member rtp_session_get_rtcp_socket(const RtpSession *session) 
 >>> (function) of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:345:
 >>>  warning: Member rtp_session_unregister_event_queue(RtpSession *session, 
 >>> OrtpEvQueue *q) (function) of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:349:
 >>>  warning: Member rtp_session_compute_send_bandwidth(RtpSession *session) 
 >>> (function) of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:350:
 >>>  warning: Member rtp_session_compute_recv_bandwidth(RtpSession *session) 
 >>> (function) of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:352:
 >>>  warning: Member rtp_session_send_rtcp_APP(RtpSession *session, uint8_t 
 >>> subtype, const char *name, const uint8_t *data, int datalen) (function) of 
 >>> file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:364:
 >>>  warning: Member rtp_session_reset_stats(RtpSession *session) (function) 
 >>> of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:374:
 >>>  warning: Member rtp_session_ts_to_time(RtpSession *session, uint32_t 
 >>> timestamp) (function) of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:375:
 >>>  warning: Member rtp_session_time_to_ts(RtpSession *session, int 
 >>> millisecs) (function) of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:379:
 >>>  warning: Member rtp_session_make_time_distorsion(RtpSession *session, int 
 >>> milisec) (function) of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:387:
 >>>  warning: Member rtp_session_add_contributing_source(RtpSession *session, 
 >>> uint32_t csrc, const char *cname, const char *name, const char *email, 
 >>> const char *phone, const char *loc, const char *tool, const char *note) 
 >>> (function) of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:388:
 >>>  warning: Member rtp_session_remove_contributing_sources(RtpSession 
 >>> *session, uint32_t csrc) (function) of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:389:
 >>>  warning: Member rtp_session_create_rtcp_sdes_packet(RtpSession *session) 
 >>> (function) of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:394:
 >>>  warning: Member rtp_session_get_last_send_error_code(RtpSession *session) 
 >>> (function) of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:395:
 >>>  warning: Member rtp_session_clear_send_error_code(RtpSession *session) 
 >>> (function) of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:396:
 >>>  warning: Member rtp_session_get_last_recv_error_code(RtpSession *session) 
 >>> (function) of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:397:
 >>>  warning: Member rtp_session_clear_recv_error_code(RtpSession *session) 
 >>> (function) of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:403:
 >>>  warning: Member rtp_session_enable_network_simulation(RtpSession 
 >>> *session, const OrtpNetworkSimulatorParams *params) (function) of file 
 >>> rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:409:
 >>>  warning: Member rtp_session_init(RtpSession *session, int mode) 
 >>> (function) of file rtpsession.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:412:
 >>>  warning: Member rtp_session_uninit(RtpSession *session) (function) of 
 >>> file rtpsession.h is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:802: 
 >>> warning: Found unknown command `\freefn'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:769: 
 >>> warning: Found unknown command `\freefn'
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession_inet.c:775: 
 >>> warning: Found unknown command `\session'
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession_inet.c:555: 
 >>> warning: Found unknown command `\session'
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession_inet.c:568: 
 >>> warning: Found unknown command `\session'
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession_inet.c:429: 
 >>> warning: Found unknown command `\session'
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession_inet.c:353: 
 >>> warning: Found unknown command `\session'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:1178: 
 >>> warning: Found unknown command `\buffer'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:1188: 
 >>> warning: Found unknown command `\ts'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:992: 
 >>> warning: Found unknown command `\user_ts'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:994: 
 >>> warning: Found unknown command `\user_ts'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:927: 
 >>> warning: Found unknown command `\buffer'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:927: 
 >>> warning: Found unknown command `\userts'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:926: 
 >>> warning: argument 'return' of command @param is not found in the argument 
 >>> list of rtp_session_send_with_ts(RtpSession *session, const uint8_t 
 >>> *buffer, int len, uint32_t userts)
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:907: 
 >>> warning: Found unknown command `\mp'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:908: 
 >>> warning: Found unknown command `\timestamp'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:910: 
 >>> warning: Found unknown command `\mp'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:907: 
 >>> warning: argument 'mp' of command @param is not found in the argument list 
 >>> of rtp_session_sendm_with_ts(RtpSession *session, mblk_t *packet, uint32_t 
 >>> timestamp)
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:907: 
 >>> warning: The following parameters of rtp_session_sendm_with_ts(RtpSession 
 >>> *session, mblk_t *packet, uint32_t timestamp) are not documented:
 >>>  >>   parameter 'packet'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:356: 
 >>> warning: Found unknown command `\yesno'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:360: 
 >>> warning: Found unknown command `\yesno'
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession_inet.c:441: 
 >>> warning: Found unknown command `\session'
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession_inet.c:442: 
 >>> warning: Found unknown command `\dscp'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/jitterctl.c:133: 
 >>> warning: Found unknown command `\session'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/jitterctl.c:134: 
 >>> warning: Found unknown command `\milisec'
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession_inet.c:235: 
 >>> warning: Found unknown command `\session'
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession_inet.c:236: 
 >>> warning: Found unknown command `\addr'
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession_inet.c:237: 
 >>> warning: Found unknown command `\port'
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession_inet.c:366: 
 >>> warning: Found unknown command `\session'
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession_inet.c:367: 
 >>> warning: Found unknown command `\ttl'
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession_inet.c:296: 
 >>> warning: Found unknown command `\session'
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession_inet.c:297: 
 >>> warning: Found unknown command `\ttl'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:704: 
 >>> warning: argument 'paytype' of command @param is not found in the argument 
 >>> list of rtp_session_set_payload_type(RtpSession *session, int pt)
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:704: 
 >>> warning: The following parameters of 
 >>> rtp_session_set_payload_type(RtpSession *session, int pt) are not 
 >>> documented:
 >>>  >>   parameter 'pt'
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession_inet.c:599: 
 >>> warning: Found unknown command `\session'
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession_inet.c:600: 
 >>> warning: Found unknown command `\addr'
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession_inet.c:601: 
 >>> warning: Found unknown command `\port'
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession_inet.c:616: 
 >>> warning: Found unknown command `\session'
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession_inet.c:617: 
 >>> warning: Found unknown command `\addr'
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession_inet.c:618: 
 >>> warning: Found unknown command `\rtp_port'
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession_inet.c:619: 
 >>> warning: Found unknown command `\rtcp_port'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:318: 
 >>> warning: Found unknown command `\yesno'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:323: 
 >>> warning: Found unknown command `\yesno'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:594: 
 >>> warning: argument 'addr' of command @param is not found in the argument 
 >>> list of rtp_session_set_seq_number(RtpSession *session, uint16_t seq)
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:594: 
 >>> warning: The following parameters of rtp_session_set_seq_number(RtpSession 
 >>> *session, uint16_t seq) are not documented:
 >>>  >>   parameter 'seq'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:1303: 
 >>> warning: argument 'ts_step' of command @param is not found in the argument 
 >>> list of rtp_session_set_time_jump_limit(RtpSession *session, int milisecs)
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:1303: 
 >>> warning: The following parameters of 
 >>> rtp_session_set_time_jump_limit(RtpSession *session, int milisecs) are not 
 >>> documented:
 >>>  >>   parameter 'milisecs'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:522: 
 >>> warning: Found unknown command `\signal'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:522: 
 >>> warning: Found unknown command `\cb'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:524: 
 >>> warning: explicit link request to 'RTP_CALLBACK_TABLE_MAX_ENTRIES' could 
 >>> not be resolved
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:570: 
 >>> warning: Found unknown command `\cb'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtpsession.c:570: 
 >>> warning: Found unknown command `\signal'
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/sessionset.h:41:
 >>>  warning: Member ORTP_FD_SET(d, s) (define) of file sessionset.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/sessionset.h:42:
 >>>  warning: Member ORTP_FD_CLR(d, s) (define) of file sessionset.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/sessionset.h:43:
 >>>  warning: Member ORTP_FD_ISSET(d, s) (define) of file sessionset.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/sessionset.h:44:
 >>>  warning: Member ORTP_FD_ZERO(s) (define) of file sessionset.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/sessionset.h:96:
 >>>  warning: Member session_set_init(ss) (define) of file sessionset.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/sessionset.h:123:
 >>>  warning: Member session_set_copy(dest, src) (define) of file sessionset.h 
 >>> is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/sessionset.h:46:
 >>>  warning: Member ortp_fd_set (typedef) of file sessionset.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/sessionset.h:94:
 >>>  warning: Member SessionSet (typedef) of file sessionset.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/sessionset.h:133:
 >>>  warning: Member session_set_timedselect(SessionSet *recvs, SessionSet 
 >>> *sends, SessionSet *errors, struct timeval *timeout) (function) of file 
 >>> sessionset.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/sessionset.h:107:
 >>>  warning: explicit link request to 'SessionSet' could not be resolved
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/sessionset.c:91: 
 >>> warning: explicit link request to 'RtpSession' could not be resolved
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/sessionset.c:95: 
 >>> warning: Found unknown command `\recvs'
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/telephonyevents.h:83:
 >>>  warning: Member TELEPHONY_EVENTS_ALLOCATED_SIZE (define) of file 
 >>> telephonyevents.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/telephonyevents.h:86:
 >>>  warning: Member TEV_DTMF_0 (define) of file telephonyevents.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/telephonyevents.h:87:
 >>>  warning: Member TEV_DTMF_1 (define) of file telephonyevents.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/telephonyevents.h:88:
 >>>  warning: Member TEV_DTMF_2 (define) of file telephonyevents.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/telephonyevents.h:89:
 >>>  warning: Member TEV_DTMF_3 (define) of file telephonyevents.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/telephonyevents.h:90:
 >>>  warning: Member TEV_DTMF_4 (define) of file telephonyevents.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/telephonyevents.h:91:
 >>>  warning: Member TEV_DTMF_5 (define) of file telephonyevents.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/telephonyevents.h:92:
 >>>  warning: Member TEV_DTMF_6 (define) of file telephonyevents.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/telephonyevents.h:93:
 >>>  warning: Member TEV_DTMF_7 (define) of file telephonyevents.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/telephonyevents.h:94:
 >>>  warning: Member TEV_DTMF_8 (define) of file telephonyevents.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/telephonyevents.h:95:
 >>>  warning: Member TEV_DTMF_9 (define) of file telephonyevents.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/telephonyevents.h:96:
 >>>  warning: Member TEV_DTMF_STAR (define) of file telephonyevents.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/telephonyevents.h:97:
 >>>  warning: Member TEV_DTMF_POUND (define) of file telephonyevents.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/telephonyevents.h:98:
 >>>  warning: Member TEV_DTMF_A (define) of file telephonyevents.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/telephonyevents.h:99:
 >>>  warning: Member TEV_DTMF_B (define) of file telephonyevents.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/telephonyevents.h:100:
 >>>  warning: Member TEV_DTMF_C (define) of file telephonyevents.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/telephonyevents.h:101:
 >>>  warning: Member TEV_DTMF_D (define) of file telephonyevents.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/telephonyevents.h:102:
 >>>  warning: Member TEV_FLASH (define) of file telephonyevents.h is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/telephonyevents.h:50:
 >>>  warning: Member telephone_event_t (typedef) of file telephonyevents.h is 
 >>> not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/telephonyevents.h:76:
 >>>  warning: Member rtp_session_check_telephone_events(RtpSession *session, 
 >>> mblk_t *m0) (function) of file telephonyevents.h is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/telephonyevents.c:296: 
 >>> warning: Found unknown command `\tab'
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/b64.c:49: warning: 
 >>> Member B64_VER_C_B64_MAJOR (define) of file b64.c is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/b64.c:50: warning: 
 >>> Member B64_VER_C_B64_MINOR (define) of file b64.c is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/b64.c:51: warning: 
 >>> Member B64_VER_C_B64_REVISION (define) of file b64.c is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/b64.c:52: warning: 
 >>> Member B64_VER_C_B64_EDIT (define) of file b64.c is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/b64.c:69: warning: 
 >>> Member NUM_PLAIN_DATA_BYTES (define) of file b64.c is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/b64.c:70: warning: 
 >>> Member NUM_ENCODED_DATA_BYTES (define) of file b64.c is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/b64.c:78: warning: 
 >>> Member NUM_ELEMENTS(x) (define) of file b64.c is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/b64.c:533: warning: 
 >>> Member SEVERITY_STR_DECL(rc, desc) (define) of file b64.c is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/b64.c:538: warning: 
 >>> Member SEVERITY_STR_ENTRY(rc) (define) of file b64.c is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/b64.c:519: warning: 
 >>> Member b64ErrorString_t_ (typedef) of file b64.c is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/b64.h:352: 
 >>> warning: unable to resolve link to `b64::B64_RC' for \link command
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/b64.h:360: 
 >>> warning: unable to resolve link to `b64::B64_RC' for \link command
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/dll_entry.c:11: 
 >>> warning: Member m_nReference (variable) of class __STRUCT_SHARED_DATA__ is 
 >>> not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/dll_entry.c:12: 
 >>> warning: Member m_dwStartTime (variable) of class __STRUCT_SHARED_DATA__ 
 >>> is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/dll_entry.c:13: 
 >>> warning: Member m_bInitialize (variable) of class __STRUCT_SHARED_DATA__ 
 >>> is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/utils.h:67: 
 >>> warning: Member lo (variable) of class _dwsplit_t is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/utils.h:68: 
 >>> warning: Member hi (variable) of class _dwsplit_t is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:58:
 >>>  warning: Member adaptive (variable) of class _JBParameters is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:59:
 >>>  warning: Member pad[3] (variable) of class _JBParameters is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:65:
 >>>  warning: Member count (variable) of class _JitterControl is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:66:
 >>>  warning: Member jitt_comp (variable) of class _JitterControl is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:67:
 >>>  warning: Member jitt_comp_ts (variable) of class _JitterControl is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:68:
 >>>  warning: Member adapt_jitt_comp_ts (variable) of class _JitterControl is 
 >>> not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:69:
 >>>  warning: Member slide (variable) of class _JitterControl is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:70:
 >>>  warning: Member prev_slide (variable) of class _JitterControl is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:71:
 >>>  warning: Member jitter (variable) of class _JitterControl is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:72:
 >>>  warning: Member olddiff (variable) of class _JitterControl is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:73:
 >>>  warning: Member inter_jitter (variable) of class _JitterControl is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:74:
 >>>  warning: Member corrective_step (variable) of class _JitterControl is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:75:
 >>>  warning: Member corrective_slide (variable) of class _JitterControl is 
 >>> not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:76:
 >>>  warning: Member adaptive (variable) of class _JitterControl is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:77:
 >>>  warning: Member enabled (variable) of class _JitterControl is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/str_utils.h:120:
 >>>  warning: Member q (variable) of class _msgb_allocator is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/utils.h:33: 
 >>> warning: Member next (variable) of class _OList is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/utils.h:34: 
 >>> warning: Member prev (variable) of class _OList is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/utils.h:35: 
 >>> warning: Member data (variable) of class _OList is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/event.h:40: 
 >>> warning: Member packet (variable) of class _OrtpEventData is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/event.h:41: 
 >>> warning: Member ep (variable) of class _OrtpEventData is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/event.h:50: 
 >>> warning: Member info (variable) of class _OrtpEventData is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/port.h:261: 
 >>> warning: Member malloc_fun)(size_t sz) (variable) of class 
 >>> _OrtpMemoryFunctions is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/port.h:262: 
 >>> warning: Member realloc_fun)(void *ptr, size_t sz) (variable) of class 
 >>> _OrtpMemoryFunctions is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/port.h:263: 
 >>> warning: Member free_fun)(void *ptr) (variable) of class 
 >>> _OrtpMemoryFunctions is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:105:
 >>>  warning: Member params (variable) of class _OrtpNetworkSimulatorCtx is 
 >>> not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:106:
 >>>  warning: Member bit_budget (variable) of class _OrtpNetworkSimulatorCtx 
 >>> is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:107:
 >>>  warning: Member qsize (variable) of class _OrtpNetworkSimulatorCtx is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:108:
 >>>  warning: Member q (variable) of class _OrtpNetworkSimulatorCtx is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:109:
 >>>  warning: Member last_check (variable) of class _OrtpNetworkSimulatorCtx 
 >>> is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:99:
 >>>  warning: Member enabled (variable) of class _OrtpNetworkSimulatorParams 
 >>> is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:100:
 >>>  warning: Member max_bandwidth (variable) of class 
 >>> _OrtpNetworkSimulatorParams is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:101:
 >>>  warning: Member loss_rate (variable) of class _OrtpNetworkSimulatorParams 
 >>> is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/payloadtype.h:57:
 >>>  warning: Member bits_per_sample (variable) of class _PayloadType is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/payloadtype.h:58:
 >>>  warning: Member zero_pattern (variable) of class _PayloadType is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/payloadtype.h:59:
 >>>  warning: Member pattern_length (variable) of class _PayloadType is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/payloadtype.h:61:
 >>>  warning: Member normal_bitrate (variable) of class _PayloadType is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/payloadtype.h:64:
 >>>  warning: Member recv_fmtp (variable) of class _PayloadType is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/payloadtype.h:65:
 >>>  warning: Member send_fmtp (variable) of class _PayloadType is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/payloadtype.h:66:
 >>>  warning: Member flags (variable) of class _PayloadType is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/payloadtype.h:67:
 >>>  warning: Member user_data (variable) of class _PayloadType is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/str_utils.h:49:
 >>>  warning: Member _q_stopper (variable) of class _queue is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/str_utils.h:50:
 >>>  warning: Member q_mcount (variable) of class _queue is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:166:
 >>>  warning: Member socket (variable) of class _RtcpStream is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:167:
 >>>  warning: Member sockfamily (variable) of class _RtcpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:168:
 >>>  warning: Member tr (variable) of class _RtcpStream is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:169:
 >>>  warning: Member cached_mp (variable) of class _RtcpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:173:
 >>>  warning: Member rem_addr (variable) of class _RtcpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:175:
 >>>  warning: Member rem_addrlen (variable) of class _RtcpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:176:
 >>>  warning: Member interval (variable) of class _RtcpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:177:
 >>>  warning: Member last_rtcp_report_snt_r (variable) of class _RtcpStream is 
 >>> not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:178:
 >>>  warning: Member last_rtcp_report_snt_s (variable) of class _RtcpStream is 
 >>> not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:179:
 >>>  warning: Member rtcp_report_snt_interval_r (variable) of class 
 >>> _RtcpStream is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:180:
 >>>  warning: Member rtcp_report_snt_interval_s (variable) of class 
 >>> _RtcpStream is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:181:
 >>>  warning: Member enabled (variable) of class _RtcpStream is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/payloadtype.h:88:
 >>>  warning: Member name (variable) of class _RtpProfile is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/payloadtype.h:89:
 >>>  warning: Member payload[RTP_PROFILE_MAX_PAYLOADS] (variable) of class 
 >>> _RtpProfile is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/scheduler.h:30: 
 >>> warning: Member list (variable) of class _RtpScheduler is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/scheduler.h:31: 
 >>> warning: Member all_sessions (variable) of class _RtpScheduler is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/scheduler.h:32: 
 >>> warning: Member all_max (variable) of class _RtpScheduler is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/scheduler.h:33: 
 >>> warning: Member r_sessions (variable) of class _RtpScheduler is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/scheduler.h:34: 
 >>> warning: Member r_max (variable) of class _RtpScheduler is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/scheduler.h:35: 
 >>> warning: Member w_sessions (variable) of class _RtpScheduler is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/scheduler.h:36: 
 >>> warning: Member w_max (variable) of class _RtpScheduler is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/scheduler.h:37: 
 >>> warning: Member e_sessions (variable) of class _RtpScheduler is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/scheduler.h:38: 
 >>> warning: Member e_max (variable) of class _RtpScheduler is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/scheduler.h:39: 
 >>> warning: Member max_sessions (variable) of class _RtpScheduler is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/scheduler.h:41: 
 >>> warning: Member unblock_select_cond (variable) of class _RtpScheduler is 
 >>> not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/scheduler.h:42: 
 >>> warning: Member lock (variable) of class _RtpScheduler is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/scheduler.h:43: 
 >>> warning: Member thread (variable) of class _RtpScheduler is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/scheduler.h:44: 
 >>> warning: Member thread_running (variable) of class _RtpScheduler is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/scheduler.h:45: 
 >>> warning: Member timer (variable) of class _RtpScheduler is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/scheduler.h:46: 
 >>> warning: Member time_ (variable) of class _RtpScheduler is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/scheduler.h:47: 
 >>> warning: Member timer_inc (variable) of class _RtpScheduler is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:197:
 >>>  warning: Member next (variable) of class _RtpSession is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:198:
 >>>  warning: Member mask_pos (variable) of class _RtpSession is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:205:
 >>>  warning: Member snd (variable) of class _RtpSession is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:205:
 >>>  warning: Member rcv (variable) of class _RtpSession is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:206:
 >>>  warning: Member inc_ssrc_candidate (variable) of class _RtpSession is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:207:
 >>>  warning: Member inc_same_ssrc_count (variable) of class _RtpSession is 
 >>> not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:208:
 >>>  warning: Member hw_recv_pt (variable) of class _RtpSession is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:209:
 >>>  warning: Member recv_buf_size (variable) of class _RtpSession is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:210:
 >>>  warning: Member on_ssrc_changed (variable) of class _RtpSession is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:211:
 >>>  warning: Member on_payload_type_changed (variable) of class _RtpSession 
 >>> is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:212:
 >>>  warning: Member on_telephone_event_packet (variable) of class _RtpSession 
 >>> is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:213:
 >>>  warning: Member on_telephone_event (variable) of class _RtpSession is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:214:
 >>>  warning: Member on_timestamp_jump (variable) of class _RtpSession is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:215:
 >>>  warning: Member on_network_error (variable) of class _RtpSession is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:216:
 >>>  warning: Member on_rtcp_bye (variable) of class _RtpSession is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:217:
 >>>  warning: Member signal_tables (variable) of class _RtpSession is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:218:
 >>>  warning: Member eventqs (variable) of class _RtpSession is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:219:
 >>>  warning: Member allocator (variable) of class _RtpSession is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:220:
 >>>  warning: Member rtp (variable) of class _RtpSession is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:221:
 >>>  warning: Member rtcp (variable) of class _RtpSession is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:222:
 >>>  warning: Member mode (variable) of class _RtpSession is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:223:
 >>>  warning: Member sched (variable) of class _RtpSession is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:224:
 >>>  warning: Member flags (variable) of class _RtpSession is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:225:
 >>>  warning: Member dscp (variable) of class _RtpSession is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:226:
 >>>  warning: Member multicast_ttl (variable) of class _RtpSession is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:227:
 >>>  warning: Member multicast_loopback (variable) of class _RtpSession is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:228:
 >>>  warning: Member user_data (variable) of class _RtpSession is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:230:
 >>>  warning: Member last_recv_time (variable) of class _RtpSession is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:231:
 >>>  warning: Member pending (variable) of class _RtpSession is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:233:
 >>>  warning: Member current_tev (variable) of class _RtpSession is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:234:
 >>>  warning: Member sd (variable) of class _RtpSession is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:235:
 >>>  warning: Member contributing_sources (variable) of class _RtpSession is 
 >>> not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:236:
 >>>  warning: Member lost_packets_test_vector (variable) of class _RtpSession 
 >>> is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:237:
 >>>  warning: Member interarrival_jitter_test_vector (variable) of class 
 >>> _RtpSession is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:238:
 >>>  warning: Member delay_test_vector (variable) of class _RtpSession is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:239:
 >>>  warning: Member rtt (variable) of class _RtpSession is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:240:
 >>>  warning: Member net_sim_ctx (variable) of class _RtpSession is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:241:
 >>>  warning: Member symmetric_rtp (variable) of class _RtpSession is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:242:
 >>>  warning: Member permissive (variable) of class _RtpSession is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:243:
 >>>  warning: Member use_connect (variable) of class _RtpSession is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:244:
 >>>  warning: Member ssrc_set (variable) of class _RtpSession is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsignaltable.h:29:
 >>>  warning: Member callback[RTP_CALLBACK_TABLE_MAX_ENTRIES] (variable) of 
 >>> class _RtpSignalTable is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsignaltable.h:30:
 >>>  warning: Member user_data[RTP_CALLBACK_TABLE_MAX_ENTRIES] (variable) of 
 >>> class _RtpSignalTable is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsignaltable.h:31:
 >>>  warning: Member session (variable) of class _RtpSignalTable is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsignaltable.h:32:
 >>>  warning: Member signal_name (variable) of class _RtpSignalTable is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsignaltable.h:33:
 >>>  warning: Member count (variable) of class _RtpSignalTable is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:114:
 >>>  warning: Member socket (variable) of class _RtpStream is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:115:
 >>>  warning: Member tr (variable) of class _RtpStream is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:116:
 >>>  warning: Member sockfamily (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:117:
 >>>  warning: Member max_rq_size (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:118:
 >>>  warning: Member time_jump (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:119:
 >>>  warning: Member ts_jump (variable) of class _RtpStream is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:120:
 >>>  warning: Member rq (variable) of class _RtpStream is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:121:
 >>>  warning: Member tev_rq (variable) of class _RtpStream is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:122:
 >>>  warning: Member cached_mp (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:123:
 >>>  warning: Member loc_port (variable) of class _RtpStream is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:127:
 >>>  warning: Member rem_addr (variable) of class _RtpStream is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:129:
 >>>  warning: Member rem_addrlen (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:130:
 >>>  warning: Member QoSHandle (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:131:
 >>>  warning: Member QoSFlowID (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:132:
 >>>  warning: Member jittctl (variable) of class _RtpStream is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:133:
 >>>  warning: Member snd_time_offset (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:134:
 >>>  warning: Member snd_ts_offset (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:135:
 >>>  warning: Member snd_rand_offset (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:136:
 >>>  warning: Member snd_last_ts (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:137:
 >>>  warning: Member rcv_time_offset (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:138:
 >>>  warning: Member rcv_ts_offset (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:139:
 >>>  warning: Member rcv_query_ts_offset (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:140:
 >>>  warning: Member rcv_last_ts (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:141:
 >>>  warning: Member rcv_last_app_ts (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:142:
 >>>  warning: Member rcv_last_ret_ts (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:143:
 >>>  warning: Member hwrcv_extseq (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:144:
 >>>  warning: Member hwrcv_seq_at_last_SR (variable) of class _RtpStream is 
 >>> not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:145:
 >>>  warning: Member hwrcv_since_last_SR (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:146:
 >>>  warning: Member last_rcv_SR_ts (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:147:
 >>>  warning: Member last_rcv_SR_time (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:148:
 >>>  warning: Member snd_seq (variable) of class _RtpStream is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:149:
 >>>  warning: Member last_rtcp_packet_count (variable) of class _RtpStream is 
 >>> not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:150:
 >>>  warning: Member sent_payload_bytes (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:151:
 >>>  warning: Member sent_bytes (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:152:
 >>>  warning: Member send_bw_start (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:153:
 >>>  warning: Member recv_bytes (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:154:
 >>>  warning: Member recv_bw_start (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:155:
 >>>  warning: Member stats (variable) of class _RtpStream is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:156:
 >>>  warning: Member recv_errno (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:157:
 >>>  warning: Member send_errno (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:158:
 >>>  warning: Member snd_socket_size (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:159:
 >>>  warning: Member rcv_socket_size (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:160:
 >>>  warning: Member ssrc_changed_thres (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:161:
 >>>  warning: Member jitter_stats (variable) of class _RtpStream is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtptimer.h:37: 
 >>> warning: Member state (variable) of class _RtpTimer is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtptimer.h:40: 
 >>> warning: Member timer_init (variable) of class _RtpTimer is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtptimer.h:41: 
 >>> warning: Member timer_do (variable) of class _RtpTimer is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtptimer.h:42: 
 >>> warning: Member timer_uninit (variable) of class _RtpTimer is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/rtptimer.h:43: 
 >>> warning: Member interval (variable) of class _RtpTimer is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:90:
 >>>  warning: Member data (variable) of class _RtpTransport is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:91:
 >>>  warning: Member t_getsocket)(struct _RtpTransport *t) (variable) of class 
 >>> _RtpTransport is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:92:
 >>>  warning: Member t_sendto)(struct _RtpTransport *t, mblk_t *msg, int 
 >>> flags, const struct sockaddr *to, socklen_t tolen) (variable) of class 
 >>> _RtpTransport is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:93:
 >>>  warning: Member t_recvfrom)(struct _RtpTransport *t, mblk_t *msg, int 
 >>> flags, struct sockaddr *from, socklen_t *fromlen) (variable) of class 
 >>> _RtpTransport is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:94:
 >>>  warning: Member session (variable) of class _RtpTransport is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:95:
 >>>  warning: Member t_close)(struct _RtpTransport *transport, void *userData) 
 >>> (variable) of class _RtpTransport is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/sessionset.h:90:
 >>>  warning: Member rtpset (variable) of class _SessionSet is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/telephonyevents.h:42:
 >>>  warning: Member event (variable) of class _telephone_event is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/telephonyevents.h:43:
 >>>  warning: Member volume (variable) of class _telephone_event is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/telephonyevents.h:44:
 >>>  warning: Member R (variable) of class _telephone_event is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/telephonyevents.h:45:
 >>>  warning: Member E (variable) of class _telephone_event is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/telephonyevents.h:46:
 >>>  warning: Member duration (variable) of class _telephone_event is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:82:
 >>>  warning: Member lock (variable) of class _WaitPoint is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:83:
 >>>  warning: Member cond (variable) of class _WaitPoint is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:84:
 >>>  warning: Member time (variable) of class _WaitPoint is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtpsession.h:85:
 >>>  warning: Member wakeup (variable) of class _WaitPoint is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/str_utils.h:41:
 >>>  warning: Member db_base (variable) of class datab is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/str_utils.h:42:
 >>>  warning: Member db_lim (variable) of class datab is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/str_utils.h:43:
 >>>  warning: Member db_freefn)(void *) (variable) of class datab is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/str_utils.h:44:
 >>>  warning: Member db_ref (variable) of class datab is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:284: 
 >>> warning: Member value (variable) of class IceAtrIceControll is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:279: 
 >>> warning: Member priority (variable) of class IceAtrPriority is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtp.h:79: 
 >>> warning: Member jitter (variable) of class jitter_stats is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtp.h:80: 
 >>> warning: Member max_jitter (variable) of class jitter_stats is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtp.h:81: 
 >>> warning: Member sum_jitter (variable) of class jitter_stats is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtp.h:82: 
 >>> warning: Member max_jitter_ts (variable) of class jitter_stats is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/str_utils.h:29:
 >>>  warning: Member b_prev (variable) of class msgb is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/str_utils.h:30:
 >>>  warning: Member b_next (variable) of class msgb is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/str_utils.h:31:
 >>>  warning: Member b_cont (variable) of class msgb is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/str_utils.h:32:
 >>>  warning: Member b_datap (variable) of class msgb is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/str_utils.h:33:
 >>>  warning: Member b_rptr (variable) of class msgb is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/str_utils.h:34:
 >>>  warning: Member b_wptr (variable) of class msgb is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/str_utils.h:35:
 >>>  warning: Member reserved1 (variable) of class msgb is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/str_utils.h:36:
 >>>  warning: Member reserved2 (variable) of class msgb is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/event.h:80: 
 >>> warning: Member q (variable) of class OrtpEvQueue is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/event.h:81: 
 >>> warning: Member mutex (variable) of class OrtpEvQueue is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/zrtp.h:42: 
 >>> warning: Member zid_file (variable) of class OrtpZrtpParams is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/utils.h:73: 
 >>> warning: Member split (variable) of class poly32_t is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/src/utils.h:74: 
 >>> warning: Member one (variable) of class poly32_t is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:98: 
 >>> warning: Member ssrc (variable) of class report_block is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:99: 
 >>> warning: Member fl_cnpl (variable) of class report_block is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:100: 
 >>> warning: Member ext_high_seq_num_rec (variable) of class report_block is 
 >>> not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:101: 
 >>> warning: Member interarrival_jitter (variable) of class report_block is 
 >>> not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:102: 
 >>> warning: Member lsr (variable) of class report_block is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:103: 
 >>> warning: Member delay_snc_last_sr (variable) of class report_block is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:194: 
 >>> warning: Member ch (variable) of class rtcp_app is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:195: 
 >>> warning: Member ssrc (variable) of class rtcp_app is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:196: 
 >>> warning: Member name[4] (variable) of class rtcp_app is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:172: 
 >>> warning: Member ch (variable) of class rtcp_bye is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:173: 
 >>> warning: Member ssrc[1] (variable) of class rtcp_bye is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:166: 
 >>> warning: Member len (variable) of class rtcp_bye_reason is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:167: 
 >>> warning: Member content[1] (variable) of class rtcp_bye_reason is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:56: 
 >>> warning: Member rc (variable) of class rtcp_common_header is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:57: 
 >>> warning: Member padbit (variable) of class rtcp_common_header is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:58: 
 >>> warning: Member version (variable) of class rtcp_common_header is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:59: 
 >>> warning: Member packet_type (variable) of class rtcp_common_header is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:61: 
 >>> warning: Member length (variable) of class rtcp_common_header is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:188: 
 >>> warning: Member ch (variable) of class rtcp_rr is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:189: 
 >>> warning: Member ssrc (variable) of class rtcp_rr is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:190: 
 >>> warning: Member rb[1] (variable) of class rtcp_rr is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:181: 
 >>> warning: Member ch (variable) of class rtcp_sr is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:182: 
 >>> warning: Member ssrc (variable) of class rtcp_sr is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:183: 
 >>> warning: Member si (variable) of class rtcp_sr is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:184: 
 >>> warning: Member rb[1] (variable) of class rtcp_sr is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtp.h:47: 
 >>> warning: Member cc (variable) of class rtp_header is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtp.h:48: 
 >>> warning: Member extbit (variable) of class rtp_header is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtp.h:49: 
 >>> warning: Member padbit (variable) of class rtp_header is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtp.h:50: 
 >>> warning: Member version (variable) of class rtp_header is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtp.h:51: 
 >>> warning: Member paytype (variable) of class rtp_header is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtp.h:52: 
 >>> warning: Member markbit (variable) of class rtp_header is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtp.h:54: 
 >>> warning: Member seq_number (variable) of class rtp_header is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtp.h:55: 
 >>> warning: Member timestamp (variable) of class rtp_header is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtp.h:56: 
 >>> warning: Member ssrc (variable) of class rtp_header is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtp.h:57: 
 >>> warning: Member csrc[16] (variable) of class rtp_header is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtp.h:65: 
 >>> warning: Member packet_sent (variable) of class rtp_stats is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtp.h:66: 
 >>> warning: Member sent (variable) of class rtp_stats is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtp.h:67: 
 >>> warning: Member recv (variable) of class rtp_stats is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtp.h:68: 
 >>> warning: Member hw_recv (variable) of class rtp_stats is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtp.h:69: 
 >>> warning: Member packet_recv (variable) of class rtp_stats is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtp.h:70: 
 >>> warning: Member outoftime (variable) of class rtp_stats is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtp.h:71: 
 >>> warning: Member cum_packet_loss (variable) of class rtp_stats is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtp.h:72: 
 >>> warning: Member bad (variable) of class rtp_stats is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtp.h:73: 
 >>> warning: Member discarded (variable) of class rtp_stats is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtp.h:74: 
 >>> warning: Member sent_rtcp_packets (variable) of class rtp_stats is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/event.h:33: 
 >>> warning: Member addr (variable) of class RtpEndpoint is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/event.h:35: 
 >>> warning: Member addrlen (variable) of class RtpEndpoint is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:144: 
 >>> warning: Member csrc (variable) of class sdes_chunk is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:152: 
 >>> warning: Member item_type (variable) of class sdes_item is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:153: 
 >>> warning: Member len (variable) of class sdes_item is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:154: 
 >>> warning: Member content[1] (variable) of class sdes_item is not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:81: 
 >>> warning: Member ntp_timestamp_msw (variable) of class sender_info is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:82: 
 >>> warning: Member ntp_timestamp_lsw (variable) of class sender_info is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:83: 
 >>> warning: Member rtp_timestamp (variable) of class sender_info is not 
 >>> documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:84: 
 >>> warning: Member senders_packet_count (variable) of class sender_info is 
 >>> not documented.
 >>>  >> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/rtcp.h:85: 
 >>> warning: Member senders_octet_count (variable) of class sender_info is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:204: 
 >>> warning: Member port (variable) of class StunAddress4 is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:205: 
 >>> warning: Member addr (variable) of class StunAddress4 is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:210: 
 >>> warning: Member pad (variable) of class StunAtrAddress4 is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:211: 
 >>> warning: Member family (variable) of class StunAtrAddress4 is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:212: 
 >>> warning: Member ipv4 (variable) of class StunAtrAddress4 is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:217: 
 >>> warning: Member value (variable) of class StunAtrChangeRequest is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:222: 
 >>> warning: Member pad (variable) of class StunAtrError is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:223: 
 >>> warning: Member errorClass (variable) of class StunAtrError is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:224: 
 >>> warning: Member number (variable) of class StunAtrError is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:225: 
 >>> warning: Member reason[STUN_MAX_STRING] (variable) of class StunAtrError 
 >>> is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:226: 
 >>> warning: Member sizeReason (variable) of class StunAtrError is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:267: 
 >>> warning: Member fingerprint (variable) of class StunAtrFingerprint is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:198: 
 >>> warning: Member type (variable) of class StunAtrHdr is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:199: 
 >>> warning: Member length (variable) of class StunAtrHdr is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:289: 
 >>> warning: Member hash[20] (variable) of class StunAtrIntegrity is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:273: 
 >>> warning: Member value[STUN_MAX_STRING] (variable) of class StunAtrString 
 >>> is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:274: 
 >>> warning: Member sizeValue (variable) of class StunAtrString is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:231: 
 >>> warning: Member attrType[STUN_MAX_UNKNOWN_ATTRIBUTES] (variable) of class 
 >>> StunAtrUnknown is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:232: 
 >>> warning: Member numAttributes (variable) of class StunAtrUnknown is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:418: 
 >>> warning: Member relayPort (variable) of class StunMediaRelay is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:419: 
 >>> warning: Member fd (variable) of class StunMediaRelay is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:420: 
 >>> warning: Member destination (variable) of class StunMediaRelay is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:421: 
 >>> warning: Member expireTime (variable) of class StunMediaRelay is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:310: 
 >>> warning: Member msgHdr (variable) of class StunMessage is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:312: 
 >>> warning: Member hasMappedAddress (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:313: 
 >>> warning: Member mappedAddress (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:315: 
 >>> warning: Member hasResponseAddress (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:316: 
 >>> warning: Member responseAddress (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:318: 
 >>> warning: Member hasChangeRequest (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:319: 
 >>> warning: Member changeRequest (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:321: 
 >>> warning: Member hasSourceAddress (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:322: 
 >>> warning: Member sourceAddress (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:324: 
 >>> warning: Member hasChangedAddress (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:325: 
 >>> warning: Member changedAddress (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:327: 
 >>> warning: Member hasUsername (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:328: 
 >>> warning: Member username (variable) of class StunMessage is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:330: 
 >>> warning: Member hasPassword (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:331: 
 >>> warning: Member password (variable) of class StunMessage is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:333: 
 >>> warning: Member hasMessageIntegrity (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:334: 
 >>> warning: Member messageIntegrity (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:336: 
 >>> warning: Member hasErrorCode (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:337: 
 >>> warning: Member errorCode (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:339: 
 >>> warning: Member hasUnknownAttributes (variable) of class StunMessage is 
 >>> not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:340: 
 >>> warning: Member unknownAttributes (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:342: 
 >>> warning: Member hasReflectedFrom (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:343: 
 >>> warning: Member reflectedFrom (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:345: 
 >>> warning: Member hasRealm (variable) of class StunMessage is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:346: 
 >>> warning: Member realmName (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:348: 
 >>> warning: Member hasNonce (variable) of class StunMessage is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:349: 
 >>> warning: Member nonceName (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:351: 
 >>> warning: Member hasXorMappedAddress (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:352: 
 >>> warning: Member xorMappedAddress (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:354: 
 >>> warning: Member hasSoftware (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:355: 
 >>> warning: Member softwareName (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:357: 
 >>> warning: Member hasXorPeerAddress (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:358: 
 >>> warning: Member xorPeerAddress (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:360: 
 >>> warning: Member hasXorRelayedAddress (variable) of class StunMessage is 
 >>> not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:361: 
 >>> warning: Member xorRelayedAddress (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:363: 
 >>> warning: Member hasFingerprint (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:364: 
 >>> warning: Member fingerprint (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:367: 
 >>> warning: Member hasChannelNumberAttributes (variable) of class StunMessage 
 >>> is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:368: 
 >>> warning: Member channelNumberAttributes (variable) of class StunMessage is 
 >>> not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:370: 
 >>> warning: Member hasLifetimeAttributes (variable) of class StunMessage is 
 >>> not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:371: 
 >>> warning: Member lifetimeAttributes (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:373: 
 >>> warning: Member hasData (variable) of class StunMessage is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:374: 
 >>> warning: Member data (variable) of class StunMessage is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:376: 
 >>> warning: Member hasRequestedTransport (variable) of class StunMessage is 
 >>> not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:377: 
 >>> warning: Member requestedTransport (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:379: 
 >>> warning: Member hasDontFragment (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:381: 
 >>> warning: Member hasReservationToken (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:382: 
 >>> warning: Member reservationToken (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:384: 
 >>> warning: Member hasPriority (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:385: 
 >>> warning: Member priority (variable) of class StunMessage is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:387: 
 >>> warning: Member hasUseCandidate (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:389: 
 >>> warning: Member hasIceControlled (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:390: 
 >>> warning: Member iceControlled (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:392: 
 >>> warning: Member hasIceControlling (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:393: 
 >>> warning: Member iceControlling (variable) of class StunMessage is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:189: 
 >>> warning: Member msgType (variable) of class StunMsgHdr is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:190: 
 >>> warning: Member msgLength (variable) of class StunMsgHdr is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:191: 
 >>> warning: Member magic_cookie (variable) of class StunMsgHdr is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:192: 
 >>> warning: Member tr_id (variable) of class StunMsgHdr is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:426: 
 >>> warning: Member myAddr (variable) of class StunServerInfo is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:427: 
 >>> warning: Member altAddr (variable) of class StunServerInfo is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:428: 
 >>> warning: Member myFd (variable) of class StunServerInfo is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:429: 
 >>> warning: Member altPortFd (variable) of class StunServerInfo is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:430: 
 >>> warning: Member altIpFd (variable) of class StunServerInfo is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:431: 
 >>> warning: Member altIpPortFd (variable) of class StunServerInfo is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:432: 
 >>> warning: Member relay (variable) of class StunServerInfo is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:433: 
 >>> warning: Member relays[MAX_MEDIA_RELAYS] (variable) of class 
 >>> StunServerInfo is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:237: 
 >>> warning: Member channelNumber (variable) of class TurnAtrChannelNumber is 
 >>> not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:238: 
 >>> warning: Member rffu (variable) of class TurnAtrChannelNumber is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:248: 
 >>> warning: Member value[1500] (variable) of class TurnAtrData is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:249: 
 >>> warning: Member sizeValue (variable) of class TurnAtrData is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:243: 
 >>> warning: Member lifetime (variable) of class TurnAtrLifetime is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:254: 
 >>> warning: Member proto (variable) of class TurnAtrRequestedTransport is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:255: 
 >>> warning: Member pad1 (variable) of class TurnAtrRequestedTransport is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:256: 
 >>> warning: Member pad2 (variable) of class TurnAtrRequestedTransport is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:257: 
 >>> warning: Member pad3 (variable) of class TurnAtrRequestedTransport is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:262: 
 >>> warning: Member value (variable) of class TurnAtrReservationToken is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:304: 
 >>> warning: Member attrType[STUN_MAX_UNKNOWN_ATTRIBUTES] (variable) of class 
 >>> TurnAtrUnknown is not documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:305: 
 >>> warning: Member numAttributes (variable) of class TurnAtrUnknown is not 
 >>> documented.
 >>>  >> 
 >>> /home/two/Desktop/linphone/linphone-3.5.2/oRTP/include/ortp/stun.h:109: 
 >>> warning: Member octet[12] (variable) of class UInt96 is not documented.
 >>>  >> videoenc.c: In function ‘ms_ffmpeg_check_init’:
 >>>  >> videoenc.c:56:3: warning: implicit declaration of function 
 >>> ‘avcodec_init’ [-Wimplicit-function-declaration]
 >>>  >> videoenc.c: In function ‘prepare’:
 >>>  >> videoenc.c:239:2: warning: ‘avcodec_get_context_defaults’ is 
 >>> deprecated (declared at /usr/include/libavcodec/avcodec.h:3260) 
 >>> [-Wdeprecated-declarations]
 >>>  >> videoenc.c: In function ‘prepare_h263’:
 >>>  >> videoenc.c:303:13: error: ‘CODEC_FLAG_H263P_UMV’ undeclared (first use 
 >>> in this function)
 >>>  >> videoenc.c:303:13: note: each undeclared identifier is reported only 
 >>> once for each function it appears in
 >>>  >> videoenc.c:305:13: error: ‘CODEC_FLAG_H263P_SLICE_STRUCT’ undeclared 
 >>> (first use in this function)
 >>>  >> videoenc.c: In function ‘enc_preprocess’:
 >>>  >> videoenc.c:345:2: warning: ‘avcodec_open’ is deprecated (declared at 
 >>> /usr/include/libavcodec/avcodec.h:3380) [-Wdeprecated-declarations]
 >>>  >> videoenc.c: In function ‘add_rfc2190_header’:
 >>>  >> videoenc.c:375:41: error: ‘FF_I_TYPE’ undeclared (first use in this 
 >>> function)
 >>>  >> videoenc.c: In function ‘process_frame’:
 >>>  >> videoenc.c:782:18: error: ‘FF_I_TYPE’ undeclared (first use in this 
 >>> function)
 >>>  >> videoenc.c:794:2: warning: ‘avcodec_encode_video’ is deprecated 
 >>> (declared at /usr/include/libavcodec/avcodec.h:4077) 
 >>> [-Wdeprecated-declarations]
 >>>  >> make[5]: *** [videoenc.lo] Error 1
 >>>  >> make[4]: *** [all] Error 2
 >>>  >> make[3]: *** [all-recursive] Error 1
 >>>  >> make[2]: *** [all] Error 2
 >>>  >> make[1]: *** [all-recursive] Error 1
 >>>  >> make: *** [all] Error 2
 >>>  >> address@hidden:~/Desktop/linphone/linphone-3.5.2>
 >>>  >>
 >>>  >> I googled and find that : 
 >>> http://osdir.com/ml/linphone-developers-sip-voip/2012-06/msg00021.html
 >>>  >> My ffmpeg and ffmpeg-devel are 0.11.1-1.2 x64 is it possible linphone 
 >>> not to be ready to use them and if that is the reason how can I compile 
 >>> without ffmpeg ?
 >>>  >> Oleg
 >>>  >>
 >>>  >>
 >>>  >>
 >>>  >>
 >>>  >>
 >>>  >> -----------------------------------------------------------------
 >>>  >> Гражданска отговорност – Цените на компаниите
 >>>  >> 
 >>> http://www.sdi.bg/onlineInsurance/?utm_source=gbg&utm_medium=txtLink&utm_content=home
 >>>  >>
 >>>  >> _______________________________________________
 >>>  >> Linphone-users mailing list
 >>>  >> address@hidden
 >>>  >> https://lists.nongnu.org/mailman/listinfo/linphone-users
 >>>  >>
 >>>  >
 >>>  >_______________________________________________
 >>>  >Linphone-users mailing list
 >>>  >address@hidden
 >>>  >https://lists.nongnu.org/mailman/listinfo/linphone-users
 >>>  >
 >>>
 >>> -----------------------------------------------------------------
 >>> Гражданска отговорност – Цените на компаниите
 >>> http://www.sdi.bg/onlineInsurance/?utm_source=gbg&utm_medium=txtLink&utm_content=home
 >>>
 >>> _______________________________________________
 >>> Linphone-users mailing list
 >>> address@hidden
 >>> https://lists.nongnu.org/mailman/listinfo/linphone-users
 >
 >_______________________________________________
 >Linphone-users mailing list
 >address@hidden
 >https://lists.nongnu.org/mailman/listinfo/linphone-users
 >

-----------------------------------------------------------------
Гражданска отговорност – Цените на компаниите
http://www.sdi.bg/onlineInsurance/?utm_source=gbg&utm_medium=txtLink&utm_content=home



reply via email to

[Prev in Thread] Current Thread [Next in Thread]