summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-02-22Put back stricker SDP negotiation ruleBenny Prijono
2006-02-22Fixed STUN errorBenny Prijono
2006-02-22Fixed bug in registration (CSeq not incremented after 401)Benny Prijono
2006-02-22Register pjlib-util errno, and update pjlib versionBenny Prijono
2006-02-22Started errno framework in pjlib-utilBenny Prijono
2006-02-22Added incoming call notificationBenny Prijono
2006-02-22RFC 2833 support!Benny Prijono
2006-02-22Putting initial DTMF effortsBenny Prijono
2006-02-22Better error reporting in pjmedia streamBenny Prijono
2006-02-21Implemented major feature: call hold and transferBenny Prijono
2006-02-21Fixed crashed bug when sound is closed, and added msg when port is (dis)conne...Benny Prijono
2006-02-21Added msg when stream is started/paused/resumedBenny Prijono
2006-02-21Decrease log level from 4 to 5Benny Prijono
2006-02-21Decrease log level from 4 to 5Benny Prijono
2006-02-21Added has_local_answer(), and more relaxed negotiationBenny Prijono