summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-02Version 0.5.3 - Callgen & IMv0.5.3Benny Prijono
2006-03-02Fixed compilation warnings and errors in pjsip-perfBenny Prijono
2006-03-02Version 0.5.3 - Callgen & IMBenny Prijono
2006-03-02Added IM and composition indication, and testedBenny Prijono
2006-03-02Added IM and composition indication, and testedBenny Prijono
2006-03-02Fixed bug when a disconnected INVITE session was brought to confirmed again o...Benny Prijono
2006-03-02Changed pjsip_msg_body_clone(), added pjsip_msg_body_create()Benny Prijono
2006-03-02Added optional header and body in pjsip_dlg_respondBenny Prijono
2006-03-02Added PJLIB_UTIL_EINXML in errnoBenny Prijono
2006-03-02Added pj_strdup2_with_nullBenny Prijono
2006-03-01Found out what has been causing the slow performance.Benny Prijono
2006-03-01Increase UDP transport socket buffer size to 24M!Benny Prijono
2006-03-01Maximize the size of SO_SNDBUF and SO_RCVBUF for UDP transportBenny Prijono
2006-03-01Added logging in pjsip-perfBenny Prijono
2006-03-01Handle failure to open log fileBenny Prijono
2006-03-01Trying to find out why CPU is idle while it should be working hard!!Benny Prijono
2006-03-01Option to dump summary/detailBenny Prijono
2006-03-01Added option to perform detailed or summary only dumpBenny Prijono
2006-03-01Added pjsip-apps top level projectsBenny Prijono
2006-03-01Moved pjsua to pjsip-appsBenny Prijono
2006-03-01Fixed bug where rdata is not reset properly causing memory to grow indefinitelyBenny Prijono
2006-03-01Fixed bug in timer, where poll() can return negative time, causing havoc with...Benny Prijono
2006-02-28Updated 0.5.2Benny Prijono
2006-02-27Fixed Makefile to adhere library dependenciesBenny Prijono
2006-02-27Changed pjsip_endpt_handle_events() to return pj_status_t instead of voidBenny Prijono
2006-02-27Fixed bug in conference instantiation when max-ports is not properly setBenny Prijono
2006-02-27Fixed deadlock in conference when starting sound device in LinuxBenny Prijono
2006-02-27Added log message when stream and stream thread is startedBenny Prijono
2006-02-27Temporary fix: added sleep() when epoll returns non-zero while no descriptor ...Benny Prijono
2006-02-27Fixed Linux port warnings/errorsBenny Prijono
2006-02-27Updated mingw compilationBenny Prijono
2006-02-27Added errno.c in MakefileBenny Prijono
2006-02-27Fixed warning about _WIN32_WINNT redefined when compiled on MingwBenny Prijono
2006-02-27Moved pjsua framework to pjsua-libBenny Prijono
2006-02-26Fixed warnings in getoptBenny Prijono
2006-02-26Major redesign in pjsua: call is indexed by number, multiple accounts, config...Benny Prijono
2006-02-26Do not drop response with mismatch sent-by, since it can happen when endpoint...Benny Prijono
2006-02-26Fixed various crashes since mutex is introducedBenny Prijono
2006-02-26Fixed bug pj_thread_register() when same thread is re-registered with differe...Benny Prijono
2006-02-26Added mutex protection for caching poolBenny Prijono
2006-02-25Version 0.5.1.3Benny Prijono
2006-02-25Tidying up and make it consistent with the documentationBenny Prijono
2006-02-25Fixed echo in conference, and add ability to shrink buffer in jitter bufferBenny Prijono
2006-02-25Synched with documentationBenny Prijono
2006-02-23Fixed generation of header from the URIBenny Prijono
2006-02-23Fixed crashed bugs when session dissapers while pjsua is waiting for keyboard inBenny Prijono
2006-02-23Fixed bugs when codec order in remote and local sdp is differentBenny Prijono
2006-02-23Re-enable silence detectionBenny Prijono
2006-02-23Added support for NULL frame in rtp stream, fixed bugs here and there in INVI...Benny Prijono
2006-02-23Added support for playing WAV fileBenny Prijono